diff --git a/dnet-ariadneplus-graphdb-publisher/deploy.info b/dnet-ariadneplus-graphdb-publisher/deploy.info new file mode 100644 index 0000000..06bd433 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/deploy.info @@ -0,0 +1,10 @@ +{ + "type_source": "SVN", + "goal": "package -U source:jar", + "url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-ariadneplus-graphdb-publisher/trunk/", + "deploy_repository": "dnet5-snapshots", + "version": "5", + "mail": "sandro.labruzzo@isti.cnr.it,michele.artini@isti.cnr.it, claudio.atzori@isti.cnr.it, alessia.bardi@isti.cnr.it, enrico.ottonello@isti.cnr.it", + "deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet5-snapshots", + "name": "dnet-ariadneplus-graphdb-publisher" +} \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/log_11-12-2019_0.log b/dnet-ariadneplus-graphdb-publisher/log_11-12-2019_0.log new file mode 100644 index 0000000..be59e51 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/log_11-12-2019_0.log @@ -0,0 +1,251 @@ +11-12-2019 16:15:02.222 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1321 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) +11-12-2019 16:15:02.226 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE +11-12-2019 16:15:02.226 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default +11-12-2019 16:15:02.284 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7fbc4db7: startup date [Wed Dec 11 16:15:02 CET 2019]; root of context hierarchy +11-12-2019 16:15:03.761 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) +11-12-2019 16:15:03.779 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] +11-12-2019 16:15:03.784 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 +11-12-2019 16:15:03.899 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring embedded WebApplicationContext +11-12-2019 16:15:03.900 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 1616 ms +11-12-2019 16:15:04.073 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] +11-12-2019 16:15:04.078 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] +11-12-2019 16:15:04.079 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] +11-12-2019 16:15:04.080 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] +11-12-2019 16:15:04.080 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] +11-12-2019 16:15:05.362 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7fbc4db7: startup date [Wed Dec 11 16:15:02 CET 2019]; root of context hierarchy +11-12-2019 16:15:05.465 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/subject],methods=[GET],produces=[application/rdf+xml || application/xml]}" onto public void eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubject(java.lang.String,java.lang.String,java.lang.String,java.io.OutputStream) throws java.io.IOException,freemarker.template.TemplateException,eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:15:05.467 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjectsWithType],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApiWithType(java.lang.String,java.lang.String,java.lang.String,int,int) +11-12-2019 16:15:05.468 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjects],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApi(java.lang.String,int,int) +11-12-2019 16:15:05.469 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:15:05.470 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:15:05.470 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:15:05.474 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) +11-12-2019 16:15:05.475 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - 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) +11-12-2019 16:15:05.523 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +11-12-2019 16:15:05.524 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +11-12-2019 16:15:05.580 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +11-12-2019 16:15:05.869 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup +11-12-2019 16:15:05.940 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) +11-12-2019 16:15:05.946 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 4.468 seconds (JVM running for 8.818) +11-12-2019 16:15:41.184 [http-nio-8281-exec-2] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring FrameworkServlet 'dispatcherServlet' +11-12-2019 16:15:41.184 [http-nio-8281-exec-2] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization started +11-12-2019 16:15:41.212 [http-nio-8281-exec-2] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization completed in 28 ms +11-12-2019 16:15:41.253 [http-nio-8281-exec-1] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +11-12-2019 16:15:41.254 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +11-12-2019 16:15:41.256 [http-nio-8281-exec-2] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +11-12-2019 16:15:41.256 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +11-12-2019 16:15:41.323 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ +11-12-2019 16:15:41.323 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ +11-12-2019 16:15:41.339 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +11-12-2019 16:15:41.340 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +11-12-2019 16:15:41.788 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +11-12-2019 16:15:41.792 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +11-12-2019 16:15:41.803 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to open the database model http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 +11-12-2019 16:15:41.808 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::aaa81a6d56f3141c7af0791c31bc7f73 +11-12-2019 16:15:41.804 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to open the database model http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 +11-12-2019 16:15:41.815 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - + + + + eng + + + + + + + + + + Collection 1000398 + + 15 Sep 2004 + 15 Sep 2004 + The Historic England National Record of the Historic Environment (NRHE) consists of core elements of the record of England's archaeological and architectural sites held by the NRHE. It encompasses the historic environment in its widest sense and includes archaeological, architectural and historical sites from earliest times to the present day, covering England and its territorial waters (the 12 mile limit). Each record is linked to its corresponding entry in Historic England's Pastscape web site. + Historic England National Record of the Historic Environment (NRHE) + 1000398 + + 15 Sep 2004 + http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess + + + + + http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess + + + + Archaeology Data Service + Archaeology Data Service + + + + sites and monuments + + + + Dataset Collection + + + + Historic England + Historic England + + + + + +11-12-2019 16:15:41.893 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +11-12-2019 16:15:41.895 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +11-12-2019 16:15:41.912 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::9a7a2fa70c5b1ff0c4237d7af88933d9 +11-12-2019 16:15:41.920 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - + + + + 55.945225 + -2.758696 + + ALWINTON, ALNWICK, NORTHUMBERLAND, ENGLAND + Spatial region of object https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971 + + + + HOUSE + + + + eng + + + + + + + + PALAEOLITHIC + + + + http://archaeologydataservice.ac.uk/advice/termsOfUseAndAccess + + + + https://archaeologydataservice.ac.uk/archsearch/record?titleId=967971 + + + + + PALAEOLITHIC + + Temporal region PALAEOLITHIC + + + + provided record + + + + CROPMARK + + + + Historic England + Historic England + + + + + + Part of a cropmark with internal markings seen on air photograph. Field investigation in 1957 found the marks to be due to natural undulations and vegetational changes, and no traces of antiquity were observed. + NMR_NATINV-3 + + + + + 967971 + + Part of a cropmark with... + + + Record Part of a cropmark with... + + + Depositor ID: NT 70 NE 1 + + + + +11-12-2019 16:15:41.954 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +11-12-2019 16:15:41.955 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +11-12-2019 16:24:06.285 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7fbc4db7: startup date [Wed Dec 11 16:15:02 CET 2019]; root of context hierarchy +11-12-2019 16:24:06.289 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown +11-12-2019 16:24:14.695 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1350 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) +11-12-2019 16:24:14.702 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE +11-12-2019 16:24:14.703 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default +11-12-2019 16:24:14.758 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@699111f0: startup date [Wed Dec 11 16:24:14 CET 2019]; root of context hierarchy +11-12-2019 16:24:16.305 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) +11-12-2019 16:24:16.323 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] +11-12-2019 16:24:16.331 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 +11-12-2019 16:24:16.433 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring embedded WebApplicationContext +11-12-2019 16:24:16.435 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 1677 ms +11-12-2019 16:24:16.659 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] +11-12-2019 16:24:16.665 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] +11-12-2019 16:24:16.666 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] +11-12-2019 16:24:16.667 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] +11-12-2019 16:24:16.667 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] +11-12-2019 16:24:18.001 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@699111f0: startup date [Wed Dec 11 16:24:14 CET 2019]; root of context hierarchy +11-12-2019 16:24:18.134 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjectsWithType],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApiWithType(java.lang.String,java.lang.String,java.lang.String,int,int) +11-12-2019 16:24:18.136 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/apiSubjects],methods=[GET],produces=[application/json]}" onto public java.util.List eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubjectsForApi(java.lang.String,int,int) +11-12-2019 16:24:18.141 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/graphdb/subject],methods=[GET],produces=[application/rdf+xml || application/xml]}" onto public void eu.dnetlib.ariadneplus.graphdb.GraphDBReadAPI.getSubject(java.lang.String,java.lang.String,java.lang.String,java.io.OutputStream) throws java.io.IOException,freemarker.template.TemplateException,eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:24:18.143 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:24:18.144 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:24:18.145 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +11-12-2019 16:24:18.151 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) +11-12-2019 16:24:18.152 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - 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) +11-12-2019 16:24:18.232 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +11-12-2019 16:24:18.233 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +11-12-2019 16:24:18.311 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +11-12-2019 16:24:18.659 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup +11-12-2019 16:24:18.760 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) +11-12-2019 16:24:18.767 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 4.563 seconds (JVM running for 9.062) +11-12-2019 16:24:21.228 [http-nio-8281-exec-1] INFO o.a.c.c.C.[.[.[/ariadneplus].log - Initializing Spring FrameworkServlet 'dispatcherServlet' +11-12-2019 16:24:21.229 [http-nio-8281-exec-1] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization started +11-12-2019 16:24:21.265 [http-nio-8281-exec-1] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization completed in 36 ms +11-12-2019 16:24:21.317 [http-nio-8281-exec-2] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +11-12-2019 16:24:21.318 [http-nio-8281-exec-1] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +11-12-2019 16:24:21.319 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +11-12-2019 16:24:21.320 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +11-12-2019 16:24:21.396 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ +11-12-2019 16:24:21.396 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ +11-12-2019 16:24:21.410 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +11-12-2019 16:24:21.410 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +11-12-2019 16:24:21.785 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +11-12-2019 16:24:21.785 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +11-12-2019 16:24:21.802 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with baseUri http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 into context api_________::ariadne_plus::ads::1 +11-12-2019 16:24:21.803 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with baseUri http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 into context api_________::ariadne_plus::ads::1 +11-12-2019 16:24:21.820 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::9a7a2fa70c5b1ff0c4237d7af88933d9 +11-12-2019 16:24:21.833 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::aaa81a6d56f3141c7af0791c31bc7f73 +11-12-2019 16:24:21.911 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +11-12-2019 16:24:21.916 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +11-12-2019 16:24:21.932 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +11-12-2019 16:24:21.938 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +11-12-2019 17:11:27.595 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@699111f0: startup date [Wed Dec 11 16:24:14 CET 2019]; root of context hierarchy +11-12-2019 17:11:27.599 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown diff --git a/dnet-ariadneplus-graphdb-publisher/log_12-12-2019_0.log b/dnet-ariadneplus-graphdb-publisher/log_12-12-2019_0.log new file mode 100644 index 0000000..a87b222 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/log_12-12-2019_0.log @@ -0,0 +1,36735 @@ +12-12-2019 10:58:43.294 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1106 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) +12-12-2019 10:58:43.302 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE +12-12-2019 10:58:43.302 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default +12-12-2019 10:58:43.401 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1f0fa37c: startup date [Thu Dec 12 10:58:43 CET 2019]; root of context hierarchy +12-12-2019 10:58:45.589 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) +12-12-2019 10:58:45.604 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] +12-12-2019 10:58:45.607 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 +12-12-2019 10:58:45.725 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Initializing Spring embedded WebApplicationContext +12-12-2019 10:58:45.727 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 2326 ms +12-12-2019 10:58:45.936 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] +12-12-2019 10:58:45.941 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] +12-12-2019 10:58:45.942 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] +12-12-2019 10:58:45.942 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] +12-12-2019 10:58:45.942 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] +12-12-2019 10:58:47.179 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1f0fa37c: startup date [Thu Dec 12 10:58:43 CET 2019]; root of context hierarchy +12-12-2019 10:58:47.269 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 10:58:47.271 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 10:58:47.272 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 10:58:47.276 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) +12-12-2019 10:58:47.277 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - 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) +12-12-2019 10:58:47.319 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 10:58:47.320 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 10:58:47.373 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 10:58:47.656 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup +12-12-2019 10:58:47.746 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) +12-12-2019 10:58:47.752 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 5.613 seconds (JVM running for 14.065) +12-12-2019 11:34:46.999 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@1f0fa37c: startup date [Thu Dec 12 10:58:43 CET 2019]; root of context hierarchy +12-12-2019 11:34:47.005 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown +12-12-2019 11:34:54.283 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1263 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) +12-12-2019 11:34:54.288 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE +12-12-2019 11:34:54.289 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default +12-12-2019 11:34:54.358 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7b9e9bbe: startup date [Thu Dec 12 11:34:54 CET 2019]; root of context hierarchy +12-12-2019 11:34:55.834 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) +12-12-2019 11:34:55.851 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] +12-12-2019 11:34:55.854 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 +12-12-2019 11:34:55.956 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Initializing Spring embedded WebApplicationContext +12-12-2019 11:34:55.957 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 1599 ms +12-12-2019 11:34:56.137 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] +12-12-2019 11:34:56.142 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] +12-12-2019 11:34:56.143 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] +12-12-2019 11:34:56.144 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] +12-12-2019 11:34:56.144 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] +12-12-2019 11:34:56.957 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7b9e9bbe: startup date [Thu Dec 12 11:34:54 CET 2019]; root of context hierarchy +12-12-2019 11:34:57.041 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:34:57.042 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:34:57.043 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:34:57.047 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) +12-12-2019 11:34:57.048 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - 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) +12-12-2019 11:34:57.096 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:34:57.096 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:34:57.153 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:34:57.394 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup +12-12-2019 11:34:57.483 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) +12-12-2019 11:34:57.489 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 3.556 seconds (JVM running for 7.638) +12-12-2019 11:41:10.842 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7b9e9bbe: startup date [Thu Dec 12 11:34:54 CET 2019]; root of context hierarchy +12-12-2019 11:41:10.848 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown +12-12-2019 11:44:30.328 [main] DEBUG o.s.b.l.ClasspathLoggingApplicationListener.onApplicationEvent - Application started with classpath: [file:/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/, file:/Users/enrico.ottonello/.m2/repository/junit/junit/4.12/junit-4.12.jar, file:/Users/enrico.ottonello/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, file:/Users/enrico.ottonello/.m2/repository/net/sf/saxon/Saxon-HE/9.5.1-5/Saxon-HE-9.5.1-5.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-core/4.3.10.RELEASE/spring-core-4.3.10.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.5.6.RELEASE/spring-boot-autoconfigure-1.5.6.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot/1.5.6.RELEASE/spring-boot-1.5.6.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-context/4.3.10.RELEASE/spring-context-4.3.10.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.5.6.RELEASE/spring-boot-starter-web-1.5.6.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot-starter/1.5.6.RELEASE/spring-boot-starter-1.5.6.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.5.6.RELEASE/spring-boot-starter-logging-1.5.6.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar, file:/Users/enrico.ottonello/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.jar, file:/Users/enrico.ottonello/.m2/repository/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.5.6.RELEASE/spring-boot-starter-tomcat-1.5.6.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.16/tomcat-embed-el-8.5.16.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.16/tomcat-embed-websocket-8.5.16.jar, file:/Users/enrico.ottonello/.m2/repository/org/hibernate/hibernate-validator/5.3.5.Final/hibernate-validator-5.3.5.Final.jar, file:/Users/enrico.ottonello/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/Users/enrico.ottonello/.m2/repository/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar, file:/Users/enrico.ottonello/.m2/repository/com/fasterxml/classmate/1.3.3/classmate-1.3.3.jar, file:/Users/enrico.ottonello/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.9/jackson-databind-2.8.9.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-web/4.3.10.RELEASE/spring-web-4.3.10.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-webmvc/4.3.10.RELEASE/spring-webmvc-4.3.10.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/com/google/guava/guava/23.3-jre/guava-23.3-jre.jar, file:/Users/enrico.ottonello/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar, file:/Users/enrico.ottonello/.m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar, file:/Users/enrico.ottonello/.m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar, file:/Users/enrico.ottonello/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar, file:/Users/enrico.ottonello/.m2/repository/org/freemarker/freemarker/2.3.27-incubating/freemarker-2.3.27-incubating.jar, file:/Users/enrico.ottonello/.m2/repository/com/ontotext/graphdb/graphdb-free-runtime/9.0.0/graphdb-free-runtime-9.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar, file:/Users/enrico.ottonello/.m2/repository/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar, file:/Users/enrico.ottonello/.m2/repository/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.jar, file:/Users/enrico.ottonello/.m2/repository/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/httpcomponents/httpclient-osgi/4.5.5/httpclient-osgi-4.5.5.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar, file:/Users/enrico.ottonello/.m2/repository/commons-codec/commons-codec/1.10/commons-codec-1.10.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.jar, file:/Users/enrico.ottonello/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.5/fluent-hc-4.5.5.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar, file:/Users/enrico.ottonello/.m2/repository/org/codehaus/janino/janino/2.7.8/janino-2.7.8.jar, file:/Users/enrico.ottonello/.m2/repository/org/codehaus/janino/commons-compiler/2.7.8/commons-compiler-2.7.8.jar, file:/Users/enrico.ottonello/.m2/repository/io/dropwizard/metrics/metrics-core/3.1.5/metrics-core-3.1.5.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-http-server-spring/3.0.0/rdf4j-http-server-spring-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-storage/3.0.0/rdf4j-storage-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-highlighter/7.5.0/lucene-highlighter-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-join/7.5.0/lucene-join-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-memory/7.5.0/lucene-memory-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-sandbox/7.5.0/lucene-sandbox-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-spatial-extras/7.5.0/lucene-spatial-extras-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/lucene/lucene-spatial3d/7.5.0/lucene-spatial3d-7.5.0.jar, file:/Users/enrico.ottonello/.m2/repository/io/sgr/s2-geometry-library-java/1.0.0/s2-geometry-library-java-1.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/solr/solr-solrj/5.5.4/solr-solrj-5.5.4.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/zookeeper/zookeeper/3.4.11/zookeeper-3.4.11.jar, file:/Users/enrico.ottonello/.m2/repository/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar, file:/Users/enrico.ottonello/.m2/repository/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar, file:/Users/enrico.ottonello/.m2/repository/org/noggit/noggit/0.8/noggit-0.8.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/commons/commons-math3/3.5/commons-math3-3.5.jar, file:/Users/enrico.ottonello/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar, file:/Users/enrico.ottonello/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-client/3.0.0/rdf4j-client-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar, file:/Users/enrico.ottonello/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar, file:/Users/enrico.ottonello/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-aop/4.3.10.RELEASE/spring-aop-4.3.10.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-beans/4.3.10.RELEASE/spring-beans-4.3.10.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-jcl/5.1.9.RELEASE/spring-jcl-5.1.9.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/org/springframework/spring-expression/4.3.10.RELEASE/spring-expression-4.3.10.RELEASE.jar, file:/Users/enrico.ottonello/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar, file:/Users/enrico.ottonello/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, file:/Users/enrico.ottonello/.m2/repository/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar, file:/Users/enrico.ottonello/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar, file:/Users/enrico.ottonello/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar, file:/Users/enrico.ottonello/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar, file:/Users/enrico.ottonello/.m2/repository/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar, file:/Users/enrico.ottonello/.m2/repository/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar, file:/Users/enrico.ottonello/.m2/repository/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar, file:/Users/enrico.ottonello/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar, file:/Users/enrico.ottonello/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-config/3.0.0/rdf4j-config-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-console/3.0.0/rdf4j-console-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/jline/jline/3.6.2/jline-3.6.2.jar, file:/Users/enrico.ottonello/.m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-http-protocol/3.0.0/rdf4j-http-protocol-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-model/3.0.0/rdf4j-model-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-query/3.0.0/rdf4j-query-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/3.0.0/rdf4j-queryalgebra-evaluation-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-http-client/3.0.0/rdf4j-http-client-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-model/3.0.0/rdf4j-queryalgebra-model-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-geosparql/3.0.0/rdf4j-queryalgebra-geosparql-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/locationtech/spatial4j/spatial4j/0.7/spatial4j-0.7.jar, file:/Users/enrico.ottonello/.m2/repository/org/locationtech/jts/jts-core/1.15.1/jts-core-1.15.1.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser-api/3.0.0/rdf4j-queryparser-api-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser-serql/3.0.0/rdf4j-queryparser-serql-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser-sparql/3.0.0/rdf4j-queryparser-sparql-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryrender/3.0.0/rdf4j-queryrender-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-api/3.0.0/rdf4j-queryresultio-api-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-binary/3.0.0/rdf4j-queryresultio-binary-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/3.0.0/rdf4j-queryresultio-sparqljson-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.8.9/jackson-core-2.8.9.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/3.0.0/rdf4j-queryresultio-sparqlxml-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-text/3.0.0/rdf4j-queryresultio-text-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/com/opencsv/opencsv/4.3.2/opencsv-4.3.2.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-api/3.0.0/rdf4j-repository-api-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-contextaware/3.0.0/rdf4j-repository-contextaware-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-dataset/3.0.0/rdf4j-repository-dataset-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-event/3.0.0/rdf4j-repository-event-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-http/3.0.0/rdf4j-repository-http-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-manager/3.0.0/rdf4j-repository-manager-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-sail/3.0.0/rdf4j-repository-sail-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-sparql/3.0.0/rdf4j-repository-sparql-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-api/3.0.0/rdf4j-rio-api-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-binary/3.0.0/rdf4j-rio-binary-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-datatypes/3.0.0/rdf4j-rio-datatypes-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-jsonld/3.0.0/rdf4j-rio-jsonld-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar, file:/Users/enrico.ottonello/.m2/repository/commons-io/commons-io/2.6/commons-io-2.6.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-languages/3.0.0/rdf4j-rio-languages-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-n3/3.0.0/rdf4j-rio-n3-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-nquads/3.0.0/rdf4j-rio-nquads-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-ntriples/3.0.0/rdf4j-rio-ntriples-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-rdfjson/3.0.0/rdf4j-rio-rdfjson-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-rdfxml/3.0.0/rdf4j-rio-rdfxml-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-trig/3.0.0/rdf4j-rio-trig-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-trix/3.0.0/rdf4j-rio-trix-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-turtle/3.0.0/rdf4j-rio-turtle-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-api/3.0.0/rdf4j-sail-api-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-base/3.0.0/rdf4j-sail-base-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-federation/3.0.0/rdf4j-sail-federation-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-inferencer/3.0.0/rdf4j-sail-inferencer-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-memory/3.0.0/rdf4j-sail-memory-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-model/3.0.0/rdf4j-sail-model-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-nativerdf/3.0.0/rdf4j-sail-nativerdf-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-spin/3.0.0/rdf4j-sail-spin-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-spin/3.0.0/rdf4j-spin-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/commons/commons-text/1.3/commons-text-1.3.jar, file:/Users/enrico.ottonello/.m2/repository/org/eclipse/rdf4j/rdf4j-util/3.0.0/rdf4j-util-3.0.0.jar, file:/Users/enrico.ottonello/.m2/repository/net/sf/trove4j/trove4j/2.0.2/trove4j-2.0.2.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.9/httpcore-nio-4.4.9.jar, file:/Users/enrico.ottonello/.m2/repository/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar, file:/Users/enrico.ottonello/.m2/repository/com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.4.2/concurrentlinkedhashmap-lru-1.4.2.jar, file:/Users/enrico.ottonello/.m2/repository/com/github/ben-manes/caffeine/caffeine/2.3.5/caffeine-2.3.5.jar, file:/Users/enrico.ottonello/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar] +12-12-2019 11:44:30.332 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'context.listener.classes' in any property source +12-12-2019 11:44:30.334 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'banner.image.location' in any property source +12-12-2019 11:44:30.339 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'banner.location' in any property source +12-12-2019 11:44:30.402 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:30.403 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:30.404 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:30.404 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:30.404 [main] DEBUG o.s.w.c.s.StandardServletEnvironment. - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] +12-12-2019 11:44:30.430 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.registerDefaultFilters - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +12-12-2019 11:44:30.450 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'context.initializer.classes' in any property source +12-12-2019 11:44:30.452 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.config.name:application' in any property source +12-12-2019 11:44:30.453 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.config.name' in any property source +12-12-2019 11:44:30.453 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'vcap.application.name:application' in any property source +12-12-2019 11:44:30.453 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'vcap.application.name' in any property source +12-12-2019 11:44:30.454 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.application.name:application' in any property source +12-12-2019 11:44:30.454 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.application.name' in any property source +12-12-2019 11:44:30.454 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'PORT:null' in any property source +12-12-2019 11:44:30.455 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'PORT' in any property source +12-12-2019 11:44:30.455 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.port:null' in any property source +12-12-2019 11:44:30.455 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'server.port' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:30.455 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.application.index:8281' in any property source +12-12-2019 11:44:30.456 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.application.index' in any property source +12-12-2019 11:44:30.456 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'vcap.application.instance_index:8281' in any property source +12-12-2019 11:44:30.456 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'vcap.application.instance_index' in any property source +12-12-2019 11:44:30.456 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.profiles.active' in any property source +12-12-2019 11:44:30.459 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.464 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1329 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) +12-12-2019 11:44:30.465 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE +12-12-2019 11:44:30.465 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.profiles.active' in any property source +12-12-2019 11:44:30.465 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.profiles.default' in any property source +12-12-2019 11:44:30.465 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default +12-12-2019 11:44:30.466 [main] DEBUG o.s.boot.SpringApplication.load - Loading source class eu.dnetlib.ariadneplus.AriadnePlusPublisherApplication +12-12-2019 11:44:30.477 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.registerDefaultFilters - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +12-12-2019 11:44:30.525 [main] DEBUG o.s.b.c.c.ConfigFileApplicationListener.replayTo - Loaded config file 'file:/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/application.properties' (classpath:/application.properties) +12-12-2019 11:44:30.525 [main] DEBUG o.s.b.c.c.ConfigFileApplicationListener.replayTo - Skipped (empty) config file 'file:/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/application.properties' (classpath:/application.properties) for profile default +12-12-2019 11:44:30.526 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613: startup date [Thu Dec 12 11:44:30 CET 2019]; root of context hierarchy +12-12-2019 11:44:30.529 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.obtainFreshBeanFactory - Bean factory for org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613: org.springframework.beans.factory.support.DefaultListableBeanFactory@1abfa847: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,ariadnePlusPublisherApplication]; root of factory hierarchy +12-12-2019 11:44:30.544 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' +12-12-2019 11:44:30.544 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' +12-12-2019 11:44:30.550 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references +12-12-2019 11:44:30.561 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +12-12-2019 11:44:30.562 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +12-12-2019 11:44:30.562 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' to allow for resolving potential circular references +12-12-2019 11:44:30.564 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +12-12-2019 11:44:30.573 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' +12-12-2019 11:44:30.591 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.registerDefaultFilters - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning +12-12-2019 11:44:30.594 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.findAllClassPathResources - Resolved classpath location [eu/dnetlib/ariadneplus/] to resources [URL [file:/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/]] +12-12-2019 11:44:30.595 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.doFindMatchingFileSystemResources - Looking for matching resources in directory tree [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus] +12-12-2019 11:44:30.595 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.doRetrieveMatchingFiles - Searching directory [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus] for files matching pattern [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/**/*.class] +12-12-2019 11:44:30.597 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.doRetrieveMatchingFiles - Searching directory [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/graphdb] for files matching pattern [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/**/*.class] +12-12-2019 11:44:30.598 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.doRetrieveMatchingFiles - Searching directory [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher] for files matching pattern [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/**/*.class] +12-12-2019 11:44:30.599 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.doRetrieveMatchingFiles - Searching directory [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/rdf] for files matching pattern [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/**/*.class] +12-12-2019 11:44:30.600 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.findPathMatchingResources - Resolved location pattern [classpath*:eu/dnetlib/ariadneplus/**/*.class] to resources [file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/AppConfig.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/AriadnePlusPublisherApplication.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/graphdb/GraphDBClient.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/graphdb/GraphDBClientFactory.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherController.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherException.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherHelper$1.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherHelper$AriadnePlusTargets.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherHelper.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/SaxonHelper$Helper.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/SaxonHelper.class], file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/rdf/RecordParserHelper.class]] +12-12-2019 11:44:30.622 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.findCandidateComponents - Identified candidate component class: file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/AppConfig.class] +12-12-2019 11:44:30.630 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.findCandidateComponents - Identified candidate component class: file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/graphdb/GraphDBClientFactory.class] +12-12-2019 11:44:30.637 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.findCandidateComponents - Identified candidate component class: file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherController.class] +12-12-2019 11:44:30.639 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.findCandidateComponents - Identified candidate component class: file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherHelper.class] +12-12-2019 11:44:30.641 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.findCandidateComponents - Identified candidate component class: file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/publisher/SaxonHelper.class] +12-12-2019 11:44:30.642 [main] DEBUG o.s.c.a.ClassPathBeanDefinitionScanner.findCandidateComponents - Identified candidate component class: file [/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes/eu/dnetlib/ariadneplus/rdf/RecordParserHelper.class] +12-12-2019 11:44:30.643 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/mbeans/mbeans-descriptors.xml +12-12-2019 11:44:30.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - register('-//Apache Software Foundation//DTD Model MBeans Configuration File', 'jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd' +12-12-2019 11:44:30.661 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@68e49b64) +12-12-2019 11:44:30.662 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:30.664 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.boot.enableautoconfiguration' in any property source +12-12-2019 11:44:30.664 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:30.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:30.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:30.667 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:30.668 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:30.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:30.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:30.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:30.677 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +12-12-2019 11:44:30.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:30.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MBeanFactory' +12-12-2019 11:44:30.683 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MBeanFactory) +12-12-2019 11:44:30.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mbeans.MBeanFactory' +12-12-2019 11:44:30.687 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mbeans.MBeanFactory) +12-12-2019 11:44:30.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Factory for MBeans and corresponding components' +12-12-2019 11:44:30.689 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Factory for MBeans and corresponding components) +12-12-2019 11:44:30.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:30.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:30.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:30.691 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:30.692 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.692 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.692 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.693 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:30.693 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:30.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:30.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:30.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:30.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:30.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createAjpConnector' +12-12-2019 11:44:30.699 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.702 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createAjpConnector) +12-12-2019 11:44:30.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new AjpConnector' +12-12-2019 11:44:30.707 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new AjpConnector) +12-12-2019 11:44:30.708 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:30.709 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:30.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:30.711 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:30.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:30.714 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.715 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:30.724 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:30.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:30.725 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:30.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.726 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.727 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@627045b4) +12-12-2019 11:44:30.741 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address' +12-12-2019 11:44:30.749 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address) +12-12-2019 11:44:30.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind' +12-12-2019 11:44:30.751 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind) +12-12-2019 11:44:30.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.756 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@125aaf7c) +12-12-2019 11:44:30.760 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.762 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.763 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port' +12-12-2019 11:44:30.775 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port) +12-12-2019 11:44:30.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on' +12-12-2019 11:44:30.777 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on) +12-12-2019 11:44:30.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int' +12-12-2019 11:44:30.778 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int) +12-12-2019 11:44:30.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.779 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@55eda51) +12-12-2019 11:44:30.782 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:30.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:30.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:30.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:30.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:30.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:30.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c9dad2d) +12-12-2019 11:44:30.792 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:30.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:30.794 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:30.830 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:30.831 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:30.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:30.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:30.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:30.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:30.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createDataSourceRealm' +12-12-2019 11:44:30.835 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createDataSourceRealm) +12-12-2019 11:44:30.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new DataSource Realm' +12-12-2019 11:44:30.836 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new DataSource Realm) +12-12-2019 11:44:30.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:30.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:30.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:30.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:30.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:30.841 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.842 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:30.849 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:30.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:30.850 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:30.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.851 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.852 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@75e75e7a) +12-12-2019 11:44:30.862 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.879 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.880 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'dataSourceName' +12-12-2019 11:44:30.883 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.messages.basename' in any property source +12-12-2019 11:44:30.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=dataSourceName) +12-12-2019 11:44:30.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The JNDI named JDBC DataSource' +12-12-2019 11:44:30.884 [main] DEBUG o.s.c.i.s.PathMatchingResourcePatternResolver.findAllClassPathResources - Resolved classpath location [messages.properties] to resources [] +12-12-2019 11:44:30.884 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The JNDI named JDBC DataSource) +12-12-2019 11:44:30.884 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.885 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.887 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4d231bb9) +12-12-2019 11:44:30.890 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.892 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.893 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.897 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'roleNameCol' +12-12-2019 11:44:30.899 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=roleNameCol) +12-12-2019 11:44:30.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user role table that names a role' +12-12-2019 11:44:30.899 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user role table that names a role) +12-12-2019 11:44:30.900 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.906 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.910 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.912 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.914 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.914 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@78eeda0e) +12-12-2019 11:44:30.915 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.917 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.917 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.918 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.919 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userCredCol' +12-12-2019 11:44:30.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userCredCol) +12-12-2019 11:44:30.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's credentials' +12-12-2019 11:44:30.923 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's credentials) +12-12-2019 11:44:30.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.924 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.927 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@250989b9) +12-12-2019 11:44:30.932 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.933 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.933 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userNameCol' +12-12-2019 11:44:30.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userNameCol) +12-12-2019 11:44:30.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's username' +12-12-2019 11:44:30.938 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's username) +12-12-2019 11:44:30.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.941 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.942 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.942 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.943 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6a5217ec) +12-12-2019 11:44:30.946 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userRoleTable' +12-12-2019 11:44:30.951 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userRoleTable) +12-12-2019 11:44:30.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds the relation between user's and roles' +12-12-2019 11:44:30.952 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds the relation between user's and roles) +12-12-2019 11:44:30.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.953 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.954 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3f7937cc) +12-12-2019 11:44:30.957 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.959 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.960 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userTable' +12-12-2019 11:44:30.962 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userTable) +12-12-2019 11:44:30.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds user data' +12-12-2019 11:44:30.963 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds user data) +12-12-2019 11:44:30.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.964 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.965 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@31c9b487) +12-12-2019 11:44:30.969 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.971 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.972 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:30.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:30.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + ' +12-12-2019 11:44:30.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:30.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:30.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:30.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@58e4b746) +12-12-2019 11:44:30.978 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:30.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:30.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:30.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:30.979 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:30.980 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:30.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:30.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:30.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:30.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:30.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpConnector' +12-12-2019 11:44:30.983 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpConnector) +12-12-2019 11:44:30.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpConnector' +12-12-2019 11:44:30.984 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpConnector) +12-12-2019 11:44:30.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:30.984 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:30.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:30.985 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:30.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:30.986 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:30.986 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:30.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.954 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:30.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:30.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:30.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:30.991 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:30.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:30.992 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:30.991 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:30.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:30.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:30.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.994 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:30.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:30.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:30.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:30.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:30.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:30.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@22f326c1) +12-12-2019 11:44:31.002 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.003 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.005 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.006 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address' +12-12-2019 11:44:31.010 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address) +12-12-2019 11:44:31.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind' +12-12-2019 11:44:31.011 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind) +12-12-2019 11:44:31.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.012 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.012 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5442a204) +12-12-2019 11:44:31.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.015 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.018 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.020 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.021 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port' +12-12-2019 11:44:31.023 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port) +12-12-2019 11:44:31.026 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on' +12-12-2019 11:44:31.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on) +12-12-2019 11:44:31.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int' +12-12-2019 11:44:31.042 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int) +12-12-2019 11:44:31.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.043 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e8e640d) +12-12-2019 11:44:31.046 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.050 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.050 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:31.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2f1da95a) +12-12-2019 11:44:31.053 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.055 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.055 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpsConnector' +12-12-2019 11:44:31.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpsConnector) +12-12-2019 11:44:31.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpsConnector' +12-12-2019 11:44:31.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpsConnector) +12-12-2019 11:44:31.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.061 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.062 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.063 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.065 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.066 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.067 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.067 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1db0525f) +12-12-2019 11:44:31.071 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.075 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.079 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.080 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.083 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.084 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.086 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.086 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.089 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.090 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address' +12-12-2019 11:44:31.093 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address) +12-12-2019 11:44:31.093 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.094 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind' +12-12-2019 11:44:31.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind) +12-12-2019 11:44:31.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.108 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c3b7e50) +12-12-2019 11:44:31.113 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.117 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.119 [Attach Listener] DEBUG sun.rmi.transport.tcp.log - Attach Listener: localHostKnown = true, localHost = 146.48.87.140 +12-12-2019 11:44:31.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.122 [Attach Listener] DEBUG sun.rmi.transport.tcp.log - Attach Listener: Version = 2, ep = [146.48.87.140:0,sun.management.jmxremote.LocalRMIServerSocketFactory@f73179] +12-12-2019 11:44:31.123 [Attach Listener] DEBUG sun.rmi.transport.tcp.log - Attach Listener: created local endpoint for socket factory sun.management.jmxremote.LocalRMIServerSocketFactory@f73179 on port 0 +12-12-2019 11:44:31.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port' +12-12-2019 11:44:31.126 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port) +12-12-2019 11:44:31.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on' +12-12-2019 11:44:31.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on) +12-12-2019 11:44:31.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int' +12-12-2019 11:44:31.131 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int) +12-12-2019 11:44:31.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.133 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.135 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.runtime.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.136 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.boot.library.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.136 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.137 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'gopherProxySet' in [systemProperties] with type [String] +12-12-2019 11:44:31.137 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'maven.multiModuleProjectDirectory' in [systemProperties] with type [String] +12-12-2019 11:44:31.137 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.139 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vendor.url' in [systemProperties] with type [String] +12-12-2019 11:44:31.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@c206b52) +12-12-2019 11:44:31.140 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.rmi.server.randomIDs' in [systemProperties] with type [String] +12-12-2019 11:44:31.142 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'guice.disable.misplaced.annotation.check' in [systemProperties] with type [String] +12-12-2019 11:44:31.142 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'path.separator' in [systemProperties] with type [String] +12-12-2019 11:44:31.143 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.143 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'file.encoding.pkg' in [systemProperties] with type [String] +12-12-2019 11:44:31.143 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.country' in [systemProperties] with type [String] +12-12-2019 11:44:31.143 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.java.launcher' in [systemProperties] with type [String] +12-12-2019 11:44:31.144 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.os.patch.level' in [systemProperties] with type [String] +12-12-2019 11:44:31.144 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PID' in [systemProperties] with type [String] +12-12-2019 11:44:31.144 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.specification.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.144 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.dir' in [systemProperties] with type [String] +12-12-2019 11:44:31.145 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.runtime.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.145 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.awt.graphicsenv' in [systemProperties] with type [String] +12-12-2019 11:44:31.141 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.147 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.146 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'org.jboss.logging.provider' in [systemProperties] with type [String] +12-12-2019 11:44:31.148 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.endorsed.dirs' in [systemProperties] with type [String] +12-12-2019 11:44:31.148 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:31.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.150 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'os.arch' in [systemProperties] with type [String] +12-12-2019 11:44:31.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c4f8da4) +12-12-2019 11:44:31.151 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.150 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.io.tmpdir' in [systemProperties] with type [String] +12-12-2019 11:44:31.151 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'line.separator' in [systemProperties] with type [String] +12-12-2019 11:44:31.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.152 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.specification.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJDBCRealm' +12-12-2019 11:44:31.155 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJDBCRealm) +12-12-2019 11:44:31.153 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'os.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JDBC Realm' +12-12-2019 11:44:31.156 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'classworlds.conf' in [systemProperties] with type [String] +12-12-2019 11:44:31.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JDBC Realm) +12-12-2019 11:44:31.157 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.jnu.encoding' in [systemProperties] with type [String] +12-12-2019 11:44:31.157 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'spring.beaninfo.ignore' in [systemProperties] with type [String] +12-12-2019 11:44:31.157 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.library.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.157 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'maven.conf' in [systemProperties] with type [String] +12-12-2019 11:44:31.158 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.specification.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.158 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.class.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.158 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.management.compiler' in [systemProperties] with type [String] +12-12-2019 11:44:31.158 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'os.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.158 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'library.jansi.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.158 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'http.nonProxyHosts' in [systemProperties] with type [String] +12-12-2019 11:44:31.159 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.home' in [systemProperties] with type [String] +12-12-2019 11:44:31.159 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.timezone' in [systemProperties] with type [String] +12-12-2019 11:44:31.159 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.awt.printerjob' in [systemProperties] with type [String] +12-12-2019 11:44:31.159 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'file.encoding' in [systemProperties] with type [String] +12-12-2019 11:44:31.159 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.specification.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.160 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.160 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.161 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.160 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.class.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.162 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.161 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.162 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.specification.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.163 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.java.command' in [systemProperties] with type [String] +12-12-2019 11:44:31.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.166 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.home' in [systemProperties] with type [String] +12-12-2019 11:44:31.166 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.arch.data.model' in [systemProperties] with type [String] +12-12-2019 11:44:31.167 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.language' in [systemProperties] with type [String] +12-12-2019 11:44:31.167 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.specification.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.167 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'awt.toolkit' in [systemProperties] with type [String] +12-12-2019 11:44:31.167 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.info' in [systemProperties] with type [String] +12-12-2019 11:44:31.168 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.168 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.ext.dirs' in [systemProperties] with type [String] +12-12-2019 11:44:31.170 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.boot.class.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.171 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.awt.headless' in [systemProperties] with type [String] +12-12-2019 11:44:31.171 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.171 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'maven.home' in [systemProperties] with type [String] +12-12-2019 11:44:31.171 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'file.separator' in [systemProperties] with type [String] +12-12-2019 11:44:31.171 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vendor.url.bug' in [systemProperties] with type [String] +12-12-2019 11:44:31.172 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.io.unicode.encoding' in [systemProperties] with type [String] +12-12-2019 11:44:31.172 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.cpu.endian' in [systemProperties] with type [String] +12-12-2019 11:44:31.172 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'socksNonProxyHosts' in [systemProperties] with type [String] +12-12-2019 11:44:31.173 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'ftp.nonProxyHosts' in [systemProperties] with type [String] +12-12-2019 11:44:31.173 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.cpu.isalist' in [systemProperties] with type [String] +12-12-2019 11:44:31.173 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PATH' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.173 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PKG_CONFIG_PATH' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.174 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_TERMINAL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.174 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'JAVA_HOME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.175 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.176 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LANG' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.176 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LDFLAGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.176 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'COMMAND_MODE' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.177 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'JAVA_MAIN_CLASS_1329' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.177 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PYSPARK_PYTHON' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.177 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'ITERM_SESSION_ID' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.177 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'COLORTERM' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.177 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LOGNAME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.178 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'XPC_SERVICE_NAME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.178 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PWD' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.178 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM_PROGRAM_VERSION' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.178 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'MAVEN_CMD_LINE_ARGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.179 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_TERMINAL_VERSION' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.179 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SHELL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.179 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM_PROGRAM' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.179 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'CPPFLAGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.179 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LSCOLORS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.180 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'MAVEN_PROJECTBASEDIR' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.180 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SECURITYSESSIONID' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.180 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'OLDPWD' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.180 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'USER' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.183 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.183 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@70204eb8) +12-12-2019 11:44:31.186 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.189 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.191 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7fd5c115) +12-12-2019 11:44:31.193 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.195 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.195 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJNDIRealm' +12-12-2019 11:44:31.198 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJNDIRealm) +12-12-2019 11:44:31.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JNDI Realm' +12-12-2019 11:44:31.199 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JNDI Realm) +12-12-2019 11:44:31.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.200 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.201 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.202 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.202 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.204 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.183 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'ITERM_PROFILE' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.206 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.209 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1629461a) +12-12-2019 11:44:31.212 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.214 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.214 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.205 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TMPDIR' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66fbcbd6) +12-12-2019 11:44:31.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.215 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SSH_AUTH_SOCK' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.218 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'EDITOR' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.218 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'XPC_FLAGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.219 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM_SESSION_ID' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.220 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_ALL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.220 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key '__CF_USER_TEXT_ENCODING' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.222 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'Apple_PubSub_Socket_Render' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.222 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_CTYPE' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createMemoryRealm' +12-12-2019 11:44:31.222 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'COLORFGBG' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.223 [Attach Listener] DEBUG sun.rmi.transport.tcp.log - Attach Listener: Version = 2, ep = [146.48.87.140:0] +12-12-2019 11:44:31.223 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createMemoryRealm) +12-12-2019 11:44:31.223 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'HOME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.223 [Attach Listener] DEBUG sun.rmi.transport.tcp.log - Attach Listener: created local endpoint for socket factory null on port 0 +12-12-2019 11:44:31.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Memory Realm' +12-12-2019 11:44:31.224 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Memory Realm) +12-12-2019 11:44:31.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.224 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SHLVL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.226 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.227 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.225 [Attach Listener] DEBUG sun.rmi.transport.tcp.log - Attach Listener: (port 0) create server socket +12-12-2019 11:44:31.226 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'graphdb.uri.base.default' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.228 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'graphdb.sparqlurl' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.230 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'server.port' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.231 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'server.contextPath' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.232 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.232 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.233 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.234 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@14dc0c3f) +12-12-2019 11:44:31.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.238 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.239 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.239 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4550aad8) +12-12-2019 11:44:31.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.245 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.246 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.246 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.246 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm' +12-12-2019 11:44:31.249 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm) +12-12-2019 11:44:31.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabaseRealm' +12-12-2019 11:44:31.250 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabaseRealm) +12-12-2019 11:44:31.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.252 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.253 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.254 [Attach Listener] DEBUG sun.rmi.transport.tcp.log - Attach Listener: default port for server socket factory sun.management.jmxremote.LocalRMIServerSocketFactory@f73179 and client socket factory null set to 51383 +12-12-2019 11:44:31.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.255 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.256 [RMI TCP Accept-0] DEBUG sun.rmi.transport.tcp.log - RMI TCP Accept-0: listening on port 51383 +12-12-2019 11:44:31.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.258 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.258 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.260 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@19153dfe) +12-12-2019 11:44:31.272 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.276 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.276 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName' +12-12-2019 11:44:31.283 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName) +12-12-2019 11:44:31.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of the associated' +12-12-2019 11:44:31.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of the associated) +12-12-2019 11:44:31.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.285 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.285 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.286 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.292 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: accepted socket from [146.48.87.140:51384] +12-12-2019 11:44:31.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.299 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:31.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2188f071) +12-12-2019 11:44:31.302 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.304 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.303 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.309 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.310 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.310 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.311 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:31.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5541ad8b) +12-12-2019 11:44:31.313 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.314 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.315 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.316 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.317 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.server.UID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.318 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.319 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.319 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.320 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.322 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[B", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardContext' +12-12-2019 11:44:31.325 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardContext) +12-12-2019 11:44:31.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardContext' +12-12-2019 11:44:31.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardContext) +12-12-2019 11:44:31.327 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:31.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.337 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.339 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:31.345 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.345 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.346 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.server.UID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.346 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.dgc.Lease", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.347 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.347 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[B", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.348 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 84 +12-12-2019 11:44:31.349 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:31.351 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:31.351 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.MarshalledObject", codebase = "" +12-12-2019 11:44:31.353 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[B", codebase = "" +12-12-2019 11:44:31.353 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.354 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.OrQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.354 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.QueryEval", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.353 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.356 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.357 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.InstanceOfQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.357 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.357 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.358 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.StringValueExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:31.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.359 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.360 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.361 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.363 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.363 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.365 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.364 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.368 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.368 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.369 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.372 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.372 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.375 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1507db91) +12-12-2019 11:44:31.376 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.377 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.378 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.380 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'path' +12-12-2019 11:44:31.382 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=path) +12-12-2019 11:44:31.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The context path for this Context' +12-12-2019 11:44:31.383 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The context path for this Context) +12-12-2019 11:44:31.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.384 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.385 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.385 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.385 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.386 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@25cdfe02) +12-12-2019 11:44:31.388 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.390 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.390 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.391 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.392 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.394 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.394 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.394 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'docBase' +12-12-2019 11:44:31.396 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=docBase) +12-12-2019 11:44:31.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Document base directory (or WAR) for this Context' +12-12-2019 11:44:31.397 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Document base directory (or WAR) for this Context) +12-12-2019 11:44:31.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.397 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.398 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.398 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.399 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.401 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@432099b2) +12-12-2019 11:44:31.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.403 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.404 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:31.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1bd549a8) +12-12-2019 11:44:31.410 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.411 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.411 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.411 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardServiceEngine' +12-12-2019 11:44:31.414 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardServiceEngine) +12-12-2019 11:44:31.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardService and StandardEngine' +12-12-2019 11:44:31.415 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardService and StandardEngine) +12-12-2019 11:44:31.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.415 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.416 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method eu.dnetlib.ariadneplus.AppConfig.jrrRestTemplate() +12-12-2019 11:44:31.416 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.416 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method eu.dnetlib.ariadneplus.AppConfig.freemarkerConfig() +12-12-2019 11:44:31.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.417 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.417 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'domain' +12-12-2019 11:44:31.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=domain) +12-12-2019 11:44:31.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Domain used for MBeans associated with the new Service' +12-12-2019 11:44:31.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Domain used for MBeans associated with the new Service) +12-12-2019 11:44:31.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.423 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' +12-12-2019 11:44:31.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@30a5d210) +12-12-2019 11:44:31.425 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.426 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.427 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'defaultHost' +12-12-2019 11:44:31.434 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=defaultHost) +12-12-2019 11:44:31.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Default host name for the new Engine' +12-12-2019 11:44:31.435 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Default host name for the new Engine) +12-12-2019 11:44:31.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.436 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.436 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.437 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7a5207e8) +12-12-2019 11:44:31.437 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.440 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.443 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.443 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'baseDir' +12-12-2019 11:44:31.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=baseDir) +12-12-2019 11:44:31.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Base directory value for the new Engine' +12-12-2019 11:44:31.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Base directory value for the new Engine) +12-12-2019 11:44:31.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.446 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3df8fc19) +12-12-2019 11:44:31.450 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.451 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.452 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:31.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c517a07) +12-12-2019 11:44:31.454 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.456 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.456 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardHost' +12-12-2019 11:44:31.458 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardHost) +12-12-2019 11:44:31.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardHost' +12-12-2019 11:44:31.459 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardHost) +12-12-2019 11:44:31.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.460 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' to allow for resolving potential circular references +12-12-2019 11:44:31.460 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.460 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.462 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.462 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.464 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.465 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.466 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.468 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.465 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer() +12-12-2019 11:44:31.468 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.469 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.469 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.469 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' +12-12-2019 11:44:31.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.470 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration.standardJacksonObjectMapperBuilderCustomizer() +12-12-2019 11:44:31.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@127a0ccf) +12-12-2019 11:44:31.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.475 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.476 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:31.478 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:31.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unique name of this Host' +12-12-2019 11:44:31.479 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.479 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' +12-12-2019 11:44:31.480 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.479 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unique name of this Host) +12-12-2019 11:44:31.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.482 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.482 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.483 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.483 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration.jacksonObjectMapperBuilder() +12-12-2019 11:44:31.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.484 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.484 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' +12-12-2019 11:44:31.484 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@787d342f) +12-12-2019 11:44:31.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.486 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.488 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration.jacksonObjectMapper() +12-12-2019 11:44:31.489 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' +12-12-2019 11:44:31.489 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.jsonComponentModule() +12-12-2019 11:44:31.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.490 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.490 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.490 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.491 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.490 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'appBase' +12-12-2019 11:44:31.493 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' +12-12-2019 11:44:31.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=appBase) +12-12-2019 11:44:31.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'set host deployment directory' +12-12-2019 11:44:31.494 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=set host deployment directory) +12-12-2019 11:44:31.494 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.495 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.495 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration.websocketContainerCustomizer() +12-12-2019 11:44:31.495 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.496 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.496 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' +12-12-2019 11:44:31.498 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.499 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.499 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@21f070d) +12-12-2019 11:44:31.502 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.504 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.504 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.505 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.506 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' +12-12-2019 11:44:31.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.508 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat.tomcatEmbeddedServletContainerFactory() +12-12-2019 11:44:31.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.509 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' +12-12-2019 11:44:31.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'autoDeploy' +12-12-2019 11:44:31.509 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=autoDeploy) +12-12-2019 11:44:31.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The auto deploy flag for this Host' +12-12-2019 11:44:31.510 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The auto deploy flag for this Host) +12-12-2019 11:44:31.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean' +12-12-2019 11:44:31.511 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean) +12-12-2019 11:44:31.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.512 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@599d40b) +12-12-2019 11:44:31.514 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.516 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.516 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.517 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.517 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.516 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.519 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployOnStartup' +12-12-2019 11:44:31.519 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.519 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployOnStartup) +12-12-2019 11:44:31.520 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The deploy on startup flag for this Host' +12-12-2019 11:44:31.520 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The deploy on startup flag for this Host) +12-12-2019 11:44:31.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean' +12-12-2019 11:44:31.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean) +12-12-2019 11:44:31.520 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' +12-12-2019 11:44:31.522 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration.dispatcherServlet() +12-12-2019 11:44:31.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.523 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.523 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.527 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.527 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' +12-12-2019 11:44:31.527 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47c7ac03) +12-12-2019 11:44:31.530 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.530 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration.dispatcherServletRegistration() +12-12-2019 11:44:31.531 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' +12-12-2019 11:44:31.531 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.532 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.532 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' +12-12-2019 11:44:31.533 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.530 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.536 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.537 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration.defaultValidator() +12-12-2019 11:44:31.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployXML' +12-12-2019 11:44:31.540 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployXML) +12-12-2019 11:44:31.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'deploy Context XML config files property' +12-12-2019 11:44:31.542 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=deploy Context XML config files property) +12-12-2019 11:44:31.543 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean' +12-12-2019 11:44:31.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean) +12-12-2019 11:44:31.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.544 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.546 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.547 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration.methodValidationPostProcessor() +12-12-2019 11:44:31.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@560a2498) +12-12-2019 11:44:31.548 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.549 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.549 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.550 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.552 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.runtime.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.552 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.boot.library.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.552 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.553 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.553 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.553 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'gopherProxySet' in [systemProperties] with type [String] +12-12-2019 11:44:31.555 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'maven.multiModuleProjectDirectory' in [systemProperties] with type [String] +12-12-2019 11:44:31.556 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.556 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vendor.url' in [systemProperties] with type [String] +12-12-2019 11:44:31.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'unpackWARs' +12-12-2019 11:44:31.557 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=unpackWARs) +12-12-2019 11:44:31.556 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.rmi.server.randomIDs' in [systemProperties] with type [String] +12-12-2019 11:44:31.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unpack WARs property' +12-12-2019 11:44:31.558 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unpack WARs property) +12-12-2019 11:44:31.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean' +12-12-2019 11:44:31.559 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean) +12-12-2019 11:44:31.558 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'guice.disable.misplaced.annotation.check' in [systemProperties] with type [String] +12-12-2019 11:44:31.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.560 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.560 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'path.separator' in [systemProperties] with type [String] +12-12-2019 11:44:31.561 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.562 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'file.encoding.pkg' in [systemProperties] with type [String] +12-12-2019 11:44:31.563 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.country' in [systemProperties] with type [String] +12-12-2019 11:44:31.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.563 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.java.launcher' in [systemProperties] with type [String] +12-12-2019 11:44:31.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.564 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.os.patch.level' in [systemProperties] with type [String] +12-12-2019 11:44:31.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2c57763b) +12-12-2019 11:44:31.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.564 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PID' in [systemProperties] with type [String] +12-12-2019 11:44:31.566 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.566 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + ' +12-12-2019 11:44:31.566 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.specification.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6725d636) +12-12-2019 11:44:31.569 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.568 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.dir' in [systemProperties] with type [String] +12-12-2019 11:44:31.570 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.runtime.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.570 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.awt.graphicsenv' in [systemProperties] with type [String] +12-12-2019 11:44:31.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.571 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'org.jboss.logging.provider' in [systemProperties] with type [String] +12-12-2019 11:44:31.572 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:31.573 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.572 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.endorsed.dirs' in [systemProperties] with type [String] +12-12-2019 11:44:31.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.574 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'os.arch' in [systemProperties] with type [String] +12-12-2019 11:44:31.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.576 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.io.tmpdir' in [systemProperties] with type [String] +12-12-2019 11:44:31.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.576 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'line.separator' in [systemProperties] with type [String] +12-12-2019 11:44:31.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.577 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.specification.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardManager' +12-12-2019 11:44:31.578 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardManager) +12-12-2019 11:44:31.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardManager' +12-12-2019 11:44:31.578 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardManager) +12-12-2019 11:44:31.579 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'os.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.579 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.579 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'classworlds.conf' in [systemProperties] with type [String] +12-12-2019 11:44:31.580 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.580 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.jnu.encoding' in [systemProperties] with type [String] +12-12-2019 11:44:31.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.581 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'spring.beaninfo.ignore' in [systemProperties] with type [String] +12-12-2019 11:44:31.581 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.581 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.library.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.581 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'maven.conf' in [systemProperties] with type [String] +12-12-2019 11:44:31.581 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.specification.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.582 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.class.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.582 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.management.compiler' in [systemProperties] with type [String] +12-12-2019 11:44:31.582 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'os.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.582 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'library.jansi.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.582 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'http.nonProxyHosts' in [systemProperties] with type [String] +12-12-2019 11:44:31.582 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.home' in [systemProperties] with type [String] +12-12-2019 11:44:31.582 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.timezone' in [systemProperties] with type [String] +12-12-2019 11:44:31.581 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.583 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.awt.printerjob' in [systemProperties] with type [String] +12-12-2019 11:44:31.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.584 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'file.encoding' in [systemProperties] with type [String] +12-12-2019 11:44:31.585 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.specification.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.585 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.class.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.586 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.name' in [systemProperties] with type [String] +12-12-2019 11:44:31.586 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.specification.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.586 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.java.command' in [systemProperties] with type [String] +12-12-2019 11:44:31.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.588 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.588 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.home' in [systemProperties] with type [String] +12-12-2019 11:44:31.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.589 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.arch.data.model' in [systemProperties] with type [String] +12-12-2019 11:44:31.590 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.590 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'user.language' in [systemProperties] with type [String] +12-12-2019 11:44:31.591 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.specification.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.591 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'awt.toolkit' in [systemProperties] with type [String] +12-12-2019 11:44:31.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.591 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vm.info' in [systemProperties] with type [String] +12-12-2019 11:44:31.591 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.version' in [systemProperties] with type [String] +12-12-2019 11:44:31.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.592 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.ext.dirs' in [systemProperties] with type [String] +12-12-2019 11:44:31.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.593 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.boot.class.path' in [systemProperties] with type [String] +12-12-2019 11:44:31.593 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.awt.headless' in [systemProperties] with type [String] +12-12-2019 11:44:31.594 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vendor' in [systemProperties] with type [String] +12-12-2019 11:44:31.594 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'maven.home' in [systemProperties] with type [String] +12-12-2019 11:44:31.594 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'file.separator' in [systemProperties] with type [String] +12-12-2019 11:44:31.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d78d965) +12-12-2019 11:44:31.595 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.594 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'java.vendor.url.bug' in [systemProperties] with type [String] +12-12-2019 11:44:31.596 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.io.unicode.encoding' in [systemProperties] with type [String] +12-12-2019 11:44:31.596 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.cpu.endian' in [systemProperties] with type [String] +12-12-2019 11:44:31.596 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'socksNonProxyHosts' in [systemProperties] with type [String] +12-12-2019 11:44:31.597 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'ftp.nonProxyHosts' in [systemProperties] with type [String] +12-12-2019 11:44:31.597 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'sun.cpu.isalist' in [systemProperties] with type [String] +12-12-2019 11:44:31.597 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PATH' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.597 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PKG_CONFIG_PATH' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.598 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_TERMINAL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.598 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'JAVA_HOME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.598 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.598 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LANG' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.598 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LDFLAGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.599 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'COMMAND_MODE' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.599 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'JAVA_MAIN_CLASS_1329' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.599 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PYSPARK_PYTHON' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.599 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'ITERM_SESSION_ID' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.600 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'COLORTERM' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.601 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.601 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.600 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LOGNAME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.603 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'XPC_SERVICE_NAME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.603 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'PWD' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.603 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM_PROGRAM_VERSION' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.604 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'MAVEN_CMD_LINE_ARGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.604 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_TERMINAL_VERSION' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.604 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SHELL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.604 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM_PROGRAM' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.605 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'CPPFLAGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.605 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LSCOLORS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.606 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'MAVEN_PROJECTBASEDIR' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.606 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SECURITYSESSIONID' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ad110b6) +12-12-2019 11:44:31.608 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.607 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'OLDPWD' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.610 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.610 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.610 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'USER' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm' +12-12-2019 11:44:31.611 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'ITERM_PROFILE' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.613 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm) +12-12-2019 11:44:31.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabase Realm' +12-12-2019 11:44:31.613 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabase Realm) +12-12-2019 11:44:31.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.613 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TMPDIR' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.614 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SSH_AUTH_SOCK' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.615 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'EDITOR' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.615 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'XPC_FLAGS' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.615 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'TERM_SESSION_ID' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.615 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_ALL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.615 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key '__CF_USER_TEXT_ENCODING' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.615 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'Apple_PubSub_Socket_Render' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.616 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'LC_CTYPE' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.616 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'COLORFGBG' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.616 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'HOME' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.616 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'SHLVL' in [systemEnvironment] with type [String] +12-12-2019 11:44:31.616 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'graphdb.uri.base.default' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.617 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'graphdb.sparqlurl' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.617 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'server.port' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.614 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.617 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'server.contextPath' in [applicationConfigurationProperties] with type [String] +12-12-2019 11:44:31.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.618 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.622 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.624 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.625 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.625 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' +12-12-2019 11:44:31.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.626 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.626 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.error() +12-12-2019 11:44:31.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@d204b79) +12-12-2019 11:44:31.626 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.628 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.629 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.629 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.631 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.633 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName' +12-12-2019 11:44:31.631 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.beanNameViewResolver() +12-12-2019 11:44:31.634 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName) +12-12-2019 11:44:31.636 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' +12-12-2019 11:44:31.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of our UserDatabase instance' +12-12-2019 11:44:31.636 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of our UserDatabase instance) +12-12-2019 11:44:31.637 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.638 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.639 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.641 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.642 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.643 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.643 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.644 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.644 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration.conventionErrorViewResolver() +12-12-2019 11:44:31.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@447da88d) +12-12-2019 11:44:31.645 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' +12-12-2019 11:44:31.645 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.646 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.647 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.647 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.648 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:31.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.648 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.errorAttributes() +12-12-2019 11:44:31.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.649 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f15e296) +12-12-2019 11:44:31.650 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.652 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.652 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.653 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.653 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.basicErrorController() +12-12-2019 11:44:31.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.653 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.errorPageCustomizer() +12-12-2019 11:44:31.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.654 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration.preserveErrorControllerTargetClassPostProcessor() +12-12-2019 11:44:31.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createValve' +12-12-2019 11:44:31.655 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.655 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createValve) +12-12-2019 11:44:31.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Valve for the given Container' +12-12-2019 11:44:31.656 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Valve for the given Container) +12-12-2019 11:44:31.656 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.657 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.658 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.659 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.658 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.660 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.660 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:31.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.662 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.requestMappingHandlerAdapter() +12-12-2019 11:44:31.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.663 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.requestMappingHandlerMapping() +12-12-2019 11:44:31.664 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcValidator() +12-12-2019 11:44:31.664 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcContentNegotiationManager() +12-12-2019 11:44:31.664 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcPathMatcher() +12-12-2019 11:44:31.665 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcUrlPathHelper() +12-12-2019 11:44:31.665 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.viewControllerHandlerMapping() +12-12-2019 11:44:31.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'className' +12-12-2019 11:44:31.666 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=className) +12-12-2019 11:44:31.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Fully qualified class name of the Valve to create' +12-12-2019 11:44:31.667 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Fully qualified class name of the Valve to create) +12-12-2019 11:44:31.666 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.beanNameHandlerMapping() +12-12-2019 11:44:31.667 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.resourceHandlerMapping() +12-12-2019 11:44:31.668 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcResourceUrlProvider() +12-12-2019 11:44:31.668 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.defaultServletHandlerMapping() +12-12-2019 11:44:31.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.669 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.669 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcConversionService() +12-12-2019 11:44:31.669 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.670 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcUriComponentsContributor() +12-12-2019 11:44:31.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.670 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.httpRequestHandlerAdapter() +12-12-2019 11:44:31.671 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.simpleControllerHandlerAdapter() +12-12-2019 11:44:31.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.671 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.handlerExceptionResolver() +12-12-2019 11:44:31.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.674 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration.mvcViewResolver() +12-12-2019 11:44:31.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.676 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@d530562) +12-12-2019 11:44:31.676 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.676 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' +12-12-2019 11:44:31.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.678 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration.faviconHandlerMapping() +12-12-2019 11:44:31.678 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.678 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration.faviconRequestHandler() +12-12-2019 11:44:31.678 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.680 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.680 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:31.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.681 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.681 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.682 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a7ec32) +12-12-2019 11:44:31.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:31.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b37152b) +12-12-2019 11:44:31.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.691 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.691 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createWebappLoader' +12-12-2019 11:44:31.693 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createWebappLoader) +12-12-2019 11:44:31.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Web Application Loader' +12-12-2019 11:44:31.694 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Web Application Loader) +12-12-2019 11:44:31.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.695 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:31.695 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:31.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.696 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.696 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent' +12-12-2019 11:44:31.698 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent) +12-12-2019 11:44:31.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component' +12-12-2019 11:44:31.699 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component) +12-12-2019 11:44:31.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.703 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.704 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1b065389) +12-12-2019 11:44:31.709 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.711 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.711 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e6b2d9e) +12-12-2019 11:44:31.714 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.716 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.718 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeConnector' +12-12-2019 11:44:31.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeConnector) +12-12-2019 11:44:31.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Connector' +12-12-2019 11:44:31.723 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Connector) +12-12-2019 11:44:31.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.724 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:31.725 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:31.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.726 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.727 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:31.733 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:31.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:31.734 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:31.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.735 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.735 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.735 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.736 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.defaultViewResolver() +12-12-2019 11:44:31.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.736 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5efe0dfe) +12-12-2019 11:44:31.742 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.745 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.746 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.746 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.747 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.748 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.748 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.749 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.749 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.749 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6969d852) +12-12-2019 11:44:31.750 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.750 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.viewResolver() +12-12-2019 11:44:31.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.752 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.752 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.751 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.753 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.754 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.welcomePageHandlerMapping() +12-12-2019 11:44:31.755 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.756 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.756 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.757 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.requestContextFilter() +12-12-2019 11:44:31.757 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' +12-12-2019 11:44:31.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.759 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.759 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.hiddenHttpMethodFilter() +12-12-2019 11:44:31.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.760 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeContext' +12-12-2019 11:44:31.762 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeContext) +12-12-2019 11:44:31.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Context' +12-12-2019 11:44:31.762 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Context) +12-12-2019 11:44:31.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.763 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:31.764 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:31.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.765 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.765 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.761 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:31.768 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.769 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:31.770 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.httpPutFormContentFilter() +12-12-2019 11:44:31.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:31.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:31.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.770 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.775 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.776 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.776 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +12-12-2019 11:44:31.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.777 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.778 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.778 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.mbeanExporter() +12-12-2019 11:44:31.779 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5cc35397) +12-12-2019 11:44:31.781 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.782 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.783 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.782 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.783 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.objectNamingStrategy() +12-12-2019 11:44:31.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.784 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.784 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@727c240c) +12-12-2019 11:44:31.785 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.mbeanServer() +12-12-2019 11:44:31.787 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.789 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.789 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeHost' +12-12-2019 11:44:31.791 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.791 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeHost) +12-12-2019 11:44:31.791 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Host' +12-12-2019 11:44:31.792 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Host) +12-12-2019 11:44:31.792 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' +12-12-2019 11:44:31.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.793 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.793 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.793 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' +12-12-2019 11:44:31.794 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.795 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.795 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration.stringHttpMessageConverter() +12-12-2019 11:44:31.793 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:31.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:31.797 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.798 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.798 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.799 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.799 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' +12-12-2019 11:44:31.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.801 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.801 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.800 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:31.805 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.806 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:31.806 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration.mappingJackson2HttpMessageConverter() +12-12-2019 11:44:31.807 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' +12-12-2019 11:44:31.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:31.808 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:31.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.810 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' +12-12-2019 11:44:31.810 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.811 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.811 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.812 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5570d959) +12-12-2019 11:44:31.813 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.messageConverters() +12-12-2019 11:44:31.814 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.814 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' +12-12-2019 11:44:31.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.815 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.815 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.816 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.817 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.info.build.location:classpath:META-INF/build-info.properties' in any property source +12-12-2019 11:44:31.817 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.info.build.location' in any property source +12-12-2019 11:44:31.817 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.818 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.818 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' +12-12-2019 11:44:31.819 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.820 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.821 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.solrClient() +12-12-2019 11:44:31.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.822 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.822 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@40988da9) +12-12-2019 11:44:31.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.823 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.824 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' +12-12-2019 11:44:31.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.824 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.824 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.825 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.826 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration.characterEncodingFilter() +12-12-2019 11:44:31.826 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration.localeCharsetMappingsCustomizer() +12-12-2019 11:44:31.827 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.827 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.827 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' +12-12-2019 11:44:31.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.829 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLoader' +12-12-2019 11:44:31.829 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLoader) +12-12-2019 11:44:31.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Loader' +12-12-2019 11:44:31.830 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Loader) +12-12-2019 11:44:31.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.831 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.831 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.831 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration.multipartConfigElement() +12-12-2019 11:44:31.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:31.832 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.832 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:31.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.833 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.833 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.834 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.834 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration.multipartResolver() +12-12-2019 11:44:31.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.835 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.836 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' +12-12-2019 11:44:31.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:31.836 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:31.837 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:31.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:31.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.838 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.840 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.840 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.841 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.serverProperties() +12-12-2019 11:44:31.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.843 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.duplicateServerPropertiesDetector() +12-12-2019 11:44:31.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.845 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.846 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' +12-12-2019 11:44:31.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.850 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:31.852 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'autoConfigurationReport' +12-12-2019 11:44:31.852 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForBeanMethod - Registering bean definition for @Bean method org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration.restTemplateBuilder() +12-12-2019 11:44:31.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.852 [main] DEBUG o.s.c.a.ConfigurationClassBeanDefinitionReader.registerBeanDefinitionForImportedConfigurationClass - Registered bean definition for imported class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' +12-12-2019 11:44:31.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@60121c6) +12-12-2019 11:44:31.853 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.855 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.855 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@154e394e) +12-12-2019 11:44:31.858 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.859 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.860 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeManager' +12-12-2019 11:44:31.863 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeManager) +12-12-2019 11:44:31.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Manager' +12-12-2019 11:44:31.864 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Manager) +12-12-2019 11:44:31.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:31.864 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:31.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:31.865 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:31.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.866 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.866 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:31.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:31.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:31.869 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:31.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:31.870 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:31.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:31.871 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:31.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.872 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:31.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:31.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:31.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:31.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@462790af) +12-12-2019 11:44:31.876 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:31.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:31.878 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:31.878 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:31.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:31.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:31.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:31.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42d6b807) +12-12-2019 11:44:31.881 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:31.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.883 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:31.883 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:31.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:31.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:31.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:31.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:31.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:31.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRealm' +12-12-2019 11:44:32.026 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRealm) +12-12-2019 11:44:32.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Realm' +12-12-2019 11:44:32.027 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Realm) +12-12-2019 11:44:32.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:32.028 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:32.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:32.028 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:32.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.029 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.029 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:32.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:32.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:32.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:32.032 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:32.033 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:32.034 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:32.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.034 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:32.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.035 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:32.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:32.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4dd6be8a) +12-12-2019 11:44:32.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.042 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.043 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:32.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:32.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:32.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@29366a37) +12-12-2019 11:44:32.045 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.047 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.048 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:32.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:32.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:32.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeService' +12-12-2019 11:44:32.049 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeService) +12-12-2019 11:44:32.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Service' +12-12-2019 11:44:32.050 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Service) +12-12-2019 11:44:32.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:32.051 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:32.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:32.051 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:32.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.052 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.052 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:32.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:32.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:32.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:32.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:32.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:32.055 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:32.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.056 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:32.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.057 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:32.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:32.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@536e3556) +12-12-2019 11:44:32.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:32.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:32.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:32.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@240fa9bc) +12-12-2019 11:44:32.062 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.063 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.064 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:32.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:32.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:32.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve' +12-12-2019 11:44:32.067 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve) +12-12-2019 11:44:32.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Valve' +12-12-2019 11:44:32.068 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Valve) +12-12-2019 11:44:32.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:32.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:32.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:32.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:32.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.070 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.070 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:32.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:32.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:32.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:32.073 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:32.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed' +12-12-2019 11:44:32.075 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed) +12-12-2019 11:44:32.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.076 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:32.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.077 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:32.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:32.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:32.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c556159) +12-12-2019 11:44:32.079 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:32.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:32.080 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.080 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:32.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:32.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:32.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:32.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4628df36) +12-12-2019 11:44:32.083 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:32.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:32.084 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.084 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:32.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MBeanFactory, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Factory for MBeans and corresponding components, type=org.apache.catalina.mbeans.MBeanFactory]) +12-12-2019 11:44:32.086 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.090 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:32.090 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:32.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:32.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + +' +12-12-2019 11:44:32.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:32.091 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:32.091 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/authenticator/mbeans-descriptors.xml +12-12-2019 11:44:32.092 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@6a51a621) +12-12-2019 11:44:32.092 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:32.093 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:32.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:32.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:32.094 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.094 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'BasicAuthenticator' +12-12-2019 11:44:32.098 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=BasicAuthenticator) +12-12-2019 11:44:32.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP BASIC Authentication' +12-12-2019 11:44:32.099 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP BASIC Authentication) +12-12-2019 11:44:32.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.100 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:32.101 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:32.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.BasicAuthenticator' +12-12-2019 11:44:32.102 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.BasicAuthenticator) +12-12-2019 11:44:32.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.102 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.103 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession' +12-12-2019 11:44:32.105 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession) +12-12-2019 11:44:32.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?' +12-12-2019 11:44:32.106 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?) +12-12-2019 11:44:32.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.107 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.109 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d6b3ad) +12-12-2019 11:44:32.112 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.113 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.113 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache' +12-12-2019 11:44:32.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache) +12-12-2019 11:44:32.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?' +12-12-2019 11:44:32.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?) +12-12-2019 11:44:32.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.117 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.118 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22ec9c33) +12-12-2019 11:44:32.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.123 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.123 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication' +12-12-2019 11:44:32.126 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication) +12-12-2019 11:44:32.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated' +12-12-2019 11:44:32.126 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated) +12-12-2019 11:44:32.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.128 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@456b56e1) +12-12-2019 11:44:32.130 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.131 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.132 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:32.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:32.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:32.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:32.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.136 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.139 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@484e7ee8) +12-12-2019 11:44:32.143 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.145 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.145 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching' +12-12-2019 11:44:32.147 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching) +12-12-2019 11:44:32.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.148 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.149 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.149 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78b5e797) +12-12-2019 11:44:32.152 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.155 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced eu.dnetlib.ariadneplus.AriadnePlusPublisherApplication; enhanced class name is: eu.dnetlib.ariadneplus.AriadnePlusPublisherApplication$$EnhancerBySpringCGLIB$$fab95301 +12-12-2019 11:44:32.155 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'ariadnePlusPublisherApplication' existing class 'eu.dnetlib.ariadneplus.AriadnePlusPublisherApplication' with enhanced class 'eu.dnetlib.ariadneplus.AriadnePlusPublisherApplication$$EnhancerBySpringCGLIB$$fab95301' +12-12-2019 11:44:32.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma' +12-12-2019 11:44:32.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma) +12-12-2019 11:44:32.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.157 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.157 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.158 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3efef1b6) +12-12-2019 11:44:32.160 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.162 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.162 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm' +12-12-2019 11:44:32.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm) +12-12-2019 11:44:32.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation' +12-12-2019 11:44:32.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation) +12-12-2019 11:44:32.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.165 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.166 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21bd64d6) +12-12-2019 11:44:32.168 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.169 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced eu.dnetlib.ariadneplus.AppConfig; enhanced class name is: eu.dnetlib.ariadneplus.AppConfig$$EnhancerBySpringCGLIB$$2f1ec3a4 +12-12-2019 11:44:32.169 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.170 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass' +12-12-2019 11:44:32.172 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass) +12-12-2019 11:44:32.169 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'appConfig' existing class 'eu.dnetlib.ariadneplus.AppConfig' with enhanced class 'eu.dnetlib.ariadneplus.AppConfig$$EnhancerBySpringCGLIB$$2f1ec3a4' +12-12-2019 11:44:32.176 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration$$EnhancerBySpringCGLIB$$4058fe17 +12-12-2019 11:44:32.177 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration$$EnhancerBySpringCGLIB$$4058fe17' +12-12-2019 11:44:32.177 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration$$EnhancerBySpringCGLIB$$4058fe17 +12-12-2019 11:44:32.177 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'propertySourcesPlaceholderConfigurer' existing class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration$$EnhancerBySpringCGLIB$$4058fe17' +12-12-2019 11:44:32.180 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration$$EnhancerBySpringCGLIB$$899b377 +12-12-2019 11:44:32.180 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration$$EnhancerBySpringCGLIB$$899b377' +12-12-2019 11:44:32.187 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$4d82cd88 +12-12-2019 11:44:32.187 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$4d82cd88' +12-12-2019 11:44:32.191 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration$$EnhancerBySpringCGLIB$$9b360b6f +12-12-2019 11:44:32.191 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration$$EnhancerBySpringCGLIB$$9b360b6f' +12-12-2019 11:44:32.193 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$$EnhancerBySpringCGLIB$$7d41a8fe +12-12-2019 11:44:32.193 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$$EnhancerBySpringCGLIB$$7d41a8fe' +12-12-2019 11:44:32.200 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration$$EnhancerBySpringCGLIB$$6e750c07 +12-12-2019 11:44:32.201 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' existing class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration$$EnhancerBySpringCGLIB$$6e750c07' +12-12-2019 11:44:32.202 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$$EnhancerBySpringCGLIB$$52532036 +12-12-2019 11:44:32.203 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$$EnhancerBySpringCGLIB$$52532036' +12-12-2019 11:44:32.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation' +12-12-2019 11:44:32.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation) +12-12-2019 11:44:32.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.208 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.208 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat; enhanced class name is: org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$f325cefa +12-12-2019 11:44:32.210 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' existing class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' with enhanced class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$f325cefa' +12-12-2019 11:44:32.212 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$$EnhancerBySpringCGLIB$$ac0f5c1e +12-12-2019 11:44:32.212 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$$EnhancerBySpringCGLIB$$ac0f5c1e' +12-12-2019 11:44:32.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a3fe737) +12-12-2019 11:44:32.215 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.216 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$e6083b30 +12-12-2019 11:44:32.216 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' existing class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$e6083b30' +12-12-2019 11:44:32.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.217 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.217 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.219 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$60f7ca57 +12-12-2019 11:44:32.219 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' existing class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$60f7ca57' +12-12-2019 11:44:32.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider' +12-12-2019 11:44:32.220 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider) +12-12-2019 11:44:32.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation' +12-12-2019 11:44:32.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation) +12-12-2019 11:44:32.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.222 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4de132b8) +12-12-2019 11:44:32.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.227 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.227 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:32.230 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:32.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:32.231 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:32.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.232 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.232 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.235 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4db09f3) +12-12-2019 11:44:32.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.238 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$$EnhancerBySpringCGLIB$$3516ce32 +12-12-2019 11:44:32.238 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$$EnhancerBySpringCGLIB$$3516ce32' +12-12-2019 11:44:32.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.240 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.241 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:32.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=BasicAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP BASIC Authentication, group=Valve, type=org.apache.catalina.authenticator.BasicAuthenticator]) +12-12-2019 11:44:32.243 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.243 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$b0a21c68 +12-12-2019 11:44:32.244 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$b0a21c68' +12-12-2019 11:44:32.244 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$b0a21c68 +12-12-2019 11:44:32.245 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'defaultValidator' existing class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$b0a21c68' +12-12-2019 11:44:32.245 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$b0a21c68 +12-12-2019 11:44:32.245 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'methodValidationPostProcessor' existing class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration$$EnhancerBySpringCGLIB$$b0a21c68' +12-12-2019 11:44:32.248 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration$$EnhancerBySpringCGLIB$$85e9fd4c +12-12-2019 11:44:32.248 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration$$EnhancerBySpringCGLIB$$85e9fd4c' +12-12-2019 11:44:32.250 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$23a9f32 +12-12-2019 11:44:32.250 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$23a9f32' +12-12-2019 11:44:32.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.252 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:32.252 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.254 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$f59d95d2 +12-12-2019 11:44:32.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DigestAuthenticator' +12-12-2019 11:44:32.254 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$f59d95d2' +12-12-2019 11:44:32.254 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DigestAuthenticator) +12-12-2019 11:44:32.255 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$f59d95d2 +12-12-2019 11:44:32.255 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'preserveErrorControllerTargetClassPostProcessor' existing class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$f59d95d2' +12-12-2019 11:44:32.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP DIGEST Authentication' +12-12-2019 11:44:32.255 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP DIGEST Authentication) +12-12-2019 11:44:32.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:32.257 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:32.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.DigestAuthenticator' +12-12-2019 11:44:32.258 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.DigestAuthenticator) +12-12-2019 11:44:32.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.259 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession' +12-12-2019 11:44:32.261 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession) +12-12-2019 11:44:32.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?' +12-12-2019 11:44:32.262 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?) +12-12-2019 11:44:32.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.262 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.263 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e8a466a) +12-12-2019 11:44:32.265 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.266 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.266 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.267 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.265 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$96d02de7 +12-12-2019 11:44:32.268 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$96d02de7' +12-12-2019 11:44:32.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache' +12-12-2019 11:44:32.269 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache) +12-12-2019 11:44:32.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?' +12-12-2019 11:44:32.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?) +12-12-2019 11:44:32.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.271 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$77bfb7d2 +12-12-2019 11:44:32.271 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$77bfb7d2' +12-12-2019 11:44:32.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b6906d3) +12-12-2019 11:44:32.276 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.277 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.277 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication' +12-12-2019 11:44:32.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication) +12-12-2019 11:44:32.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated' +12-12-2019 11:44:32.281 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated) +12-12-2019 11:44:32.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.282 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$2aa5e35a +12-12-2019 11:44:32.282 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$2aa5e35a' +12-12-2019 11:44:32.282 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.282 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.282 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$2aa5e35a +12-12-2019 11:44:32.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.283 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'requestContextFilter' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$2aa5e35a' +12-12-2019 11:44:32.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f5985f4) +12-12-2019 11:44:32.285 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.286 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.286 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:32.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:32.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:32.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:32.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.291 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.291 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33118d7d) +12-12-2019 11:44:32.293 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.291 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$$EnhancerBySpringCGLIB$$aedf751e +12-12-2019 11:44:32.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.295 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.295 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.294 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$$EnhancerBySpringCGLIB$$aedf751e' +12-12-2019 11:44:32.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.308 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration$$EnhancerBySpringCGLIB$$bf0dfafa +12-12-2019 11:44:32.309 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration$$EnhancerBySpringCGLIB$$bf0dfafa' +12-12-2019 11:44:32.311 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$2f2c172c +12-12-2019 11:44:32.311 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$2f2c172c' +12-12-2019 11:44:32.314 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$8cd0b4de +12-12-2019 11:44:32.314 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' existing class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$8cd0b4de' +12-12-2019 11:44:32.316 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$1adedede +12-12-2019 11:44:32.317 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' existing class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$1adedede' +12-12-2019 11:44:32.318 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$$EnhancerBySpringCGLIB$$adcc7754 +12-12-2019 11:44:32.318 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' existing class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$$EnhancerBySpringCGLIB$$adcc7754' +12-12-2019 11:44:32.322 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$d05aaa3e +12-12-2019 11:44:32.322 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$d05aaa3e' +12-12-2019 11:44:32.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cnonceCacheSize' +12-12-2019 11:44:32.325 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cnonceCacheSize) +12-12-2019 11:44:32.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The size of the cnonce cache used to prevent replay attacks' +12-12-2019 11:44:32.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The size of the cnonce cache used to prevent replay attacks) +12-12-2019 11:44:32.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:32.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:32.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.327 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f343463) +12-12-2019 11:44:32.331 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.332 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.332 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching' +12-12-2019 11:44:32.335 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching) +12-12-2019 11:44:32.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.337 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6fddaa98) +12-12-2019 11:44:32.341 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.345 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.345 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'key' +12-12-2019 11:44:32.348 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=key) +12-12-2019 11:44:32.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secret key used by digest authentication' +12-12-2019 11:44:32.348 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$7b9c98f7 +12-12-2019 11:44:32.349 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$7b9c98f7' +12-12-2019 11:44:32.348 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secret key used by digest authentication) +12-12-2019 11:44:32.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.349 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.350 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e810927) +12-12-2019 11:44:32.353 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration$$EnhancerBySpringCGLIB$$55be2908 +12-12-2019 11:44:32.353 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.353 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration$$EnhancerBySpringCGLIB$$55be2908' +12-12-2019 11:44:32.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.356 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$168ef289 +12-12-2019 11:44:32.356 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$168ef289' +12-12-2019 11:44:32.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.359 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$fa503f24 +12-12-2019 11:44:32.359 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$fa503f24' +12-12-2019 11:44:32.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'nonceValidity' +12-12-2019 11:44:32.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=nonceValidity) +12-12-2019 11:44:32.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time, in milliseconds, for which a server issued nonce will be valid' +12-12-2019 11:44:32.360 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time, in milliseconds, for which a server issued nonce will be valid) +12-12-2019 11:44:32.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:32.361 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:32.361 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$f5f807ae +12-12-2019 11:44:32.361 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration$$EnhancerBySpringCGLIB$$f5f807ae' +12-12-2019 11:44:32.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.363 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.363 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$46d202f5 +12-12-2019 11:44:32.363 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$46d202f5' +12-12-2019 11:44:32.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55043c8f) +12-12-2019 11:44:32.366 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.365 [main] DEBUG o.s.c.a.ConfigurationClassEnhancer.enhance - Successfully enhanced org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration; enhanced class name is: org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$5041b091 +12-12-2019 11:44:32.367 [main] DEBUG o.s.c.a.ConfigurationClassPostProcessor.enhanceConfigurationClasses - Replacing bean definition 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' existing class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' with enhanced class 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$$EnhancerBySpringCGLIB$$5041b091' +12-12-2019 11:44:32.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.368 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.addAfter - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with search precedence immediately lower than [applicationConfigurationProperties] +12-12-2019 11:44:32.368 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.remove - Removing [applicationConfigurationProperties] PropertySource +12-12-2019 11:44:32.369 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.remove - Removing [defaultProperties] PropertySource +12-12-2019 11:44:32.368 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.369 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.369 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' +12-12-2019 11:44:32.370 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'propertySourcesPlaceholderConfigurer' +12-12-2019 11:44:32.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'opaque' +12-12-2019 11:44:32.373 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=opaque) +12-12-2019 11:44:32.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The opaque server string used by digest authentication' +12-12-2019 11:44:32.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The opaque server string used by digest authentication) +12-12-2019 11:44:32.376 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'propertySourcesPlaceholderConfigurer' to allow for resolving potential circular references +12-12-2019 11:44:32.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.376 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@578fd5dd) +12-12-2019 11:44:32.380 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.381 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.382 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma' +12-12-2019 11:44:32.384 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma) +12-12-2019 11:44:32.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.384 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.385 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.385 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42417427) +12-12-2019 11:44:32.387 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.389 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'propertySourcesPlaceholderConfigurer' +12-12-2019 11:44:32.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.389 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [environmentProperties] PropertySource with lowest search precedence +12-12-2019 11:44:32.389 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:32.389 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.390 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm' +12-12-2019 11:44:32.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm) +12-12-2019 11:44:32.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation' +12-12-2019 11:44:32.393 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation) +12-12-2019 11:44:32.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.393 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.394 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14df8579) +12-12-2019 11:44:32.398 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.400 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.400 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass' +12-12-2019 11:44:32.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass) +12-12-2019 11:44:32.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation' +12-12-2019 11:44:32.403 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation) +12-12-2019 11:44:32.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.404 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.395 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' +12-12-2019 11:44:32.404 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' +12-12-2019 11:44:32.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.404 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' to allow for resolving potential circular references +12-12-2019 11:44:32.404 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@604b2329) +12-12-2019 11:44:32.410 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.411 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' +12-12-2019 11:44:32.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.411 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' +12-12-2019 11:44:32.412 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'preserveErrorControllerTargetClassPostProcessor' +12-12-2019 11:44:32.412 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'preserveErrorControllerTargetClassPostProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.413 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.413 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.415 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'preserveErrorControllerTargetClassPostProcessor' +12-12-2019 11:44:32.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider' +12-12-2019 11:44:32.416 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider) +12-12-2019 11:44:32.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation' +12-12-2019 11:44:32.417 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation) +12-12-2019 11:44:32.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.417 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.418 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@494333c0) +12-12-2019 11:44:32.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:32.426 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:32.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:32.427 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' +12-12-2019 11:44:32.427 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' +12-12-2019 11:44:32.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:32.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.428 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.428 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.429 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.437 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.436 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' +12-12-2019 11:44:32.438 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' +12-12-2019 11:44:32.438 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' +12-12-2019 11:44:32.439 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.448 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' +12-12-2019 11:44:32.448 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' +12-12-2019 11:44:32.448 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' +12-12-2019 11:44:32.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ea9683) +12-12-2019 11:44:32.451 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.452 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.453 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.453 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validateUri' +12-12-2019 11:44:32.455 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validateUri) +12-12-2019 11:44:32.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the uri be validated as required by RFC2617?' +12-12-2019 11:44:32.455 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the uri be validated as required by RFC2617?) +12-12-2019 11:44:32.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.457 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.457 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68f62faa) +12-12-2019 11:44:32.460 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.461 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.462 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:32.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DigestAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP DIGEST Authentication, group=Valve, type=org.apache.catalina.authenticator.DigestAuthenticator]) +12-12-2019 11:44:32.463 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.465 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.465 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'FormAuthenticator' +12-12-2019 11:44:32.467 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=FormAuthenticator) +12-12-2019 11:44:32.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of FORM BASED Authentication' +12-12-2019 11:44:32.468 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of FORM BASED Authentication) +12-12-2019 11:44:32.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.469 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:32.469 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:32.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.FormAuthenticator' +12-12-2019 11:44:32.470 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.FormAuthenticator) +12-12-2019 11:44:32.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.470 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.470 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication' +12-12-2019 11:44:32.473 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication) +12-12-2019 11:44:32.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated' +12-12-2019 11:44:32.475 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated) +12-12-2019 11:44:32.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.476 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.477 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@519d0bf6) +12-12-2019 11:44:32.479 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.478 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' +12-12-2019 11:44:32.479 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +12-12-2019 11:44:32.480 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +12-12-2019 11:44:32.480 [main] DEBUG o.s.core.env.StandardEnvironment.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:32.480 [main] DEBUG o.s.core.env.StandardEnvironment.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:32.480 [main] DEBUG o.s.core.env.StandardEnvironment. - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] +12-12-2019 11:44:32.481 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.485 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.486 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'characterEncoding' +12-12-2019 11:44:32.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=characterEncoding) +12-12-2019 11:44:32.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding to use to read the username and password parameters from the request' +12-12-2019 11:44:32.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding to use to read the username and password parameters from the request) +12-12-2019 11:44:32.487 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' +12-12-2019 11:44:32.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.488 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +12-12-2019 11:44:32.490 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'propertySourcesPlaceholderConfigurer' +12-12-2019 11:44:32.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.490 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.491 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +12-12-2019 11:44:32.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@110ff36) +12-12-2019 11:44:32.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.494 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.491 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'methodValidationPostProcessor' +12-12-2019 11:44:32.495 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'methodValidationPostProcessor' +12-12-2019 11:44:32.495 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:32.498 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:32.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:32.499 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:32.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.500 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.501 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.500 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'environment' +12-12-2019 11:44:32.501 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.503 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'defaultValidator' +12-12-2019 11:44:32.503 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'defaultValidator' +12-12-2019 11:44:32.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@551a3f19) +12-12-2019 11:44:32.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.505 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.505 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching' +12-12-2019 11:44:32.510 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching) +12-12-2019 11:44:32.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.511 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.512 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cc8d16f) +12-12-2019 11:44:32.515 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.516 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.516 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'landingPage' +12-12-2019 11:44:32.518 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=landingPage) +12-12-2019 11:44:32.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires' +12-12-2019 11:44:32.520 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires) +12-12-2019 11:44:32.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.520 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.521 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3533b9bb) +12-12-2019 11:44:32.524 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma' +12-12-2019 11:44:32.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma) +12-12-2019 11:44:32.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.528 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.529 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.529 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33dc0964) +12-12-2019 11:44:32.532 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.534 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.534 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm' +12-12-2019 11:44:32.536 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm) +12-12-2019 11:44:32.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation' +12-12-2019 11:44:32.536 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation) +12-12-2019 11:44:32.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.538 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@373a0af1) +12-12-2019 11:44:32.541 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.543 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.544 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass' +12-12-2019 11:44:32.546 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass) +12-12-2019 11:44:32.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation' +12-12-2019 11:44:32.547 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation) +12-12-2019 11:44:32.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.548 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.550 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7db3f6d0) +12-12-2019 11:44:32.559 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.569 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.569 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider' +12-12-2019 11:44:32.572 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider) +12-12-2019 11:44:32.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation' +12-12-2019 11:44:32.574 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation) +12-12-2019 11:44:32.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.575 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.576 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@556566bc) +12-12-2019 11:44:32.577 [main] DEBUG org.jboss.logging.logProvider - Logging Provider: org.jboss.logging.Slf4jLoggerProvider found via system property +12-12-2019 11:44:32.578 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.581 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.582 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:32.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:32.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:32.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:32.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a1d25d) +12-12-2019 11:44:32.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.591 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.592 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:32.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=FormAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of FORM BASED Authentication, group=Valve, type=org.apache.catalina.authenticator.FormAuthenticator]) +12-12-2019 11:44:32.594 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.595 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.596 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NonLoginAuthenticator' +12-12-2019 11:44:32.598 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NonLoginAuthenticator) +12-12-2019 11:44:32.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation that checks only security constraints not involving user authentication' +12-12-2019 11:44:32.599 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication) +12-12-2019 11:44:32.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.601 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:32.602 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:32.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.NonLoginAuthenticator' +12-12-2019 11:44:32.602 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.NonLoginAuthenticator) +12-12-2019 11:44:32.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache' +12-12-2019 11:44:32.605 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache) +12-12-2019 11:44:32.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?' +12-12-2019 11:44:32.605 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?) +12-12-2019 11:44:32.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.609 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.610 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61ab3dfa) +12-12-2019 11:44:32.612 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.613 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.613 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication' +12-12-2019 11:44:32.615 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication) +12-12-2019 11:44:32.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated' +12-12-2019 11:44:32.616 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated) +12-12-2019 11:44:32.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.616 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.617 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34c4269) +12-12-2019 11:44:32.619 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.621 [main] DEBUG o.h.v.i.e.r.DefaultTraversableResolver.detectJPA - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +12-12-2019 11:44:32.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:32.624 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:32.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:32.624 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:32.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.625 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.625 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.626 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d62843a) +12-12-2019 11:44:32.628 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.629 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.629 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching' +12-12-2019 11:44:32.631 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching) +12-12-2019 11:44:32.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.631 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.632 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.633 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.633 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@755992f1) +12-12-2019 11:44:32.635 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.636 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.636 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma' +12-12-2019 11:44:32.641 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma) +12-12-2019 11:44:32.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.643 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.643 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.644 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4d25254d) +12-12-2019 11:44:32.647 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:32.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:32.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:32.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:32.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.652 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.653 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.653 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c9b698a) +12-12-2019 11:44:32.656 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.657 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'defaultValidator' to allow for resolving potential circular references +12-12-2019 11:44:32.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.658 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.658 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + ' +12-12-2019 11:44:32.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NonLoginAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication, group=Valve, type=org.apache.catalina.authenticator.NonLoginAuthenticator]) +12-12-2019 11:44:32.661 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.662 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:32.663 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SingleSignOn' +12-12-2019 11:44:32.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SingleSignOn) +12-12-2019 11:44:32.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'A Valve that supports a 'single signon' user experience' +12-12-2019 11:44:32.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=A Valve that supports a 'single signon' user experience) +12-12-2019 11:44:32.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.666 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:32.667 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:32.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SingleSignOn' +12-12-2019 11:44:32.667 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SingleSignOn) +12-12-2019 11:44:32.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.668 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.669 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.670 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'defaultValidator' +12-12-2019 11:44:32.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:32.671 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:32.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:32.671 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:32.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.672 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.673 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.677 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.672 [main] DEBUG o.h.v.i.e.r.DefaultTraversableResolver.detectJPA - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +12-12-2019 11:44:32.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45317b77) +12-12-2019 11:44:32.679 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.681 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.681 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.683 [main] DEBUG o.h.v.i.engine.ConfigurationImpl.messageInterpolator - Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator +12-12-2019 11:44:32.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.683 [main] DEBUG o.h.v.i.engine.ConfigurationImpl.constraintValidatorFactory - Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory +12-12-2019 11:44:32.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requireReauthentication' +12-12-2019 11:44:32.684 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requireReauthentication) +12-12-2019 11:44:32.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to reauthenticate each request against the security Realm?' +12-12-2019 11:44:32.684 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to reauthenticate each request against the security Realm?) +12-12-2019 11:44:32.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.685 [main] DEBUG o.h.v.i.engine.ConfigurationImpl.parameterNameProvider - Setting custom ParameterNameProvider of type com.sun.proxy.$Proxy62 +12-12-2019 11:44:32.686 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.689 [main] DEBUG o.h.v.i.xml.ValidationXmlParser.getValidationXmlInputStream - Trying to load META-INF/validation.xml for XML based Validator configuration. +12-12-2019 11:44:32.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.692 [main] DEBUG o.h.v.i.xml.ResourceLoaderHelper.getResettableInputStreamForPath - Trying to load META-INF/validation.xml via user class loader +12-12-2019 11:44:32.693 [main] DEBUG o.h.v.i.xml.ResourceLoaderHelper.getResettableInputStreamForPath - Trying to load META-INF/validation.xml via TCCL +12-12-2019 11:44:32.694 [main] DEBUG o.h.v.i.xml.ResourceLoaderHelper.getResettableInputStreamForPath - Trying to load META-INF/validation.xml via Hibernate Validator's class loader +12-12-2019 11:44:32.694 [main] DEBUG o.h.v.i.xml.ValidationXmlParser.getValidationXmlInputStream - No META-INF/validation.xml found. Using annotation based configuration only. +12-12-2019 11:44:32.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7cc6b73a) +12-12-2019 11:44:32.701 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.702 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.702 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookieDomain' +12-12-2019 11:44:32.704 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookieDomain) +12-12-2019 11:44:32.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to '(Optional) Domain to be used by sso cookies' +12-12-2019 11:44:32.705 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=(Optional) Domain to be used by sso cookies) +12-12-2019 11:44:32.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.705 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.708 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.708 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.709 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.709 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.709 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@182deaa2) +12-12-2019 11:44:32.711 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.712 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.712 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:32.715 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:32.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:32.715 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:32.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.716 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.717 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f0d0714) +12-12-2019 11:44:32.720 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.721 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.721 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + ' +12-12-2019 11:44:32.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SingleSignOn, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=A Valve that supports a 'single signon' user experience, group=Valve, type=org.apache.catalina.authenticator.SingleSignOn]) +12-12-2019 11:44:32.724 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.725 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:32.725 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SSLAuthenticator' +12-12-2019 11:44:32.727 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SSLAuthenticator) +12-12-2019 11:44:32.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users' +12-12-2019 11:44:32.728 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users) +12-12-2019 11:44:32.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.729 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:32.730 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:32.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SSLAuthenticator' +12-12-2019 11:44:32.730 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SSLAuthenticator) +12-12-2019 11:44:32.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.731 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.731 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache' +12-12-2019 11:44:32.734 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache) +12-12-2019 11:44:32.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?' +12-12-2019 11:44:32.735 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?) +12-12-2019 11:44:32.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.735 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.736 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21a93341) +12-12-2019 11:44:32.738 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.740 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.740 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication' +12-12-2019 11:44:32.743 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication) +12-12-2019 11:44:32.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated' +12-12-2019 11:44:32.744 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated) +12-12-2019 11:44:32.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.744 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.745 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@681f3f29) +12-12-2019 11:44:32.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.749 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.749 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:32.751 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:32.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:32.751 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:32.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.752 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.752 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.753 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f10b072) +12-12-2019 11:44:32.755 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.757 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.757 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching' +12-12-2019 11:44:32.759 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching) +12-12-2019 11:44:32.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.760 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.760 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.761 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18a22123) +12-12-2019 11:44:32.763 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.765 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.766 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma' +12-12-2019 11:44:32.768 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma) +12-12-2019 11:44:32.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints' +12-12-2019 11:44:32.769 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints) +12-12-2019 11:44:32.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.770 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70793a4d) +12-12-2019 11:44:32.775 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.776 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.776 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm' +12-12-2019 11:44:32.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm) +12-12-2019 11:44:32.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation' +12-12-2019 11:44:32.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation) +12-12-2019 11:44:32.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.780 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.781 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@610ea51c) +12-12-2019 11:44:32.783 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass' +12-12-2019 11:44:32.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass) +12-12-2019 11:44:32.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation' +12-12-2019 11:44:32.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation) +12-12-2019 11:44:32.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.787 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.787 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'defaultValidator' +12-12-2019 11:44:32.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.788 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' +12-12-2019 11:44:32.788 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'defaultValidator' +12-12-2019 11:44:32.788 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b070a6f) +12-12-2019 11:44:32.790 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.792 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.792 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider' +12-12-2019 11:44:32.794 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider) +12-12-2019 11:44:32.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation' +12-12-2019 11:44:32.795 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation) +12-12-2019 11:44:32.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.796 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.797 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.799 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'methodValidationPostProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72259715) +12-12-2019 11:44:32.804 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.810 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.811 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.811 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'methodValidationPostProcessor' +12-12-2019 11:44:32.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:32.814 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:32.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:32.814 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:32.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.815 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.816 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b37704e) +12-12-2019 11:44:32.818 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.818 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'methodValidationPostProcessor' +12-12-2019 11:44:32.819 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'embeddedServletContainerCustomizerBeanPostProcessor' +12-12-2019 11:44:32.819 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'embeddedServletContainerCustomizerBeanPostProcessor' +12-12-2019 11:44:32.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.820 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:32.820 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:32.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.822 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'embeddedServletContainerCustomizerBeanPostProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SSLAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users, group=Valve, type=org.apache.catalina.authenticator.SSLAuthenticator]) +12-12-2019 11:44:32.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.824 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:32.824 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:32.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:32.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + +' +12-12-2019 11:44:32.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:32.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'embeddedServletContainerCustomizerBeanPostProcessor' +12-12-2019 11:44:32.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' +12-12-2019 11:44:32.825 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'errorPageRegistrarBeanPostProcessor' +12-12-2019 11:44:32.826 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'errorPageRegistrarBeanPostProcessor' to allow for resolving potential circular references +12-12-2019 11:44:32.825 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:32.826 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/core/mbeans-descriptors.xml +12-12-2019 11:44:32.827 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1c92279c) +12-12-2019 11:44:32.827 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:32.828 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:32.829 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'errorPageRegistrarBeanPostProcessor' +12-12-2019 11:44:32.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:32.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:32.831 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.831 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ApplicationFilterConfig' +12-12-2019 11:44:32.833 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ApplicationFilterConfig) +12-12-2019 11:44:32.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet-filter definition' +12-12-2019 11:44:32.834 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet-filter definition) +12-12-2019 11:44:32.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.835 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Filter' +12-12-2019 11:44:32.835 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Filter) +12-12-2019 11:44:32.834 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.initMessageSource - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2ea9ca38] +12-12-2019 11:44:32.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.ApplicationFilterConfig' +12-12-2019 11:44:32.836 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.ApplicationFilterConfig) +12-12-2019 11:44:32.836 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.initApplicationEventMulticaster - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5b575ea3] +12-12-2019 11:44:32.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.837 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.837 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterName' +12-12-2019 11:44:32.839 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterName) +12-12-2019 11:44:32.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name used to reference the filter in web.xml' +12-12-2019 11:44:32.840 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name used to reference the filter in web.xml) +12-12-2019 11:44:32.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.841 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.842 [main] DEBUG o.s.u.c.s.UiApplicationContextUtils.initThemeSource - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@77148373] +12-12-2019 11:44:32.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.843 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.843 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'tomcatEmbeddedServletContainerFactory' +12-12-2019 11:44:32.844 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'tomcatEmbeddedServletContainerFactory' +12-12-2019 11:44:32.844 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' +12-12-2019 11:44:32.844 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' +12-12-2019 11:44:32.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.845 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.846 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' to allow for resolving potential circular references +12-12-2019 11:44:32.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42d19624) +12-12-2019 11:44:32.850 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.851 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.851 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterClass' +12-12-2019 11:44:32.853 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterClass) +12-12-2019 11:44:32.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the filter object' +12-12-2019 11:44:32.854 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the filter object) +12-12-2019 11:44:32.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.854 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.855 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.855 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32942b30) +12-12-2019 11:44:32.858 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.858 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' +12-12-2019 11:44:32.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.859 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.859 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterInitParameterMap' +12-12-2019 11:44:32.861 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterInitParameterMap) +12-12-2019 11:44:32.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the initialization parameters associated with this filter' +12-12-2019 11:44:32.862 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the initialization parameters associated with this filter) +12-12-2019 11:44:32.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map' +12-12-2019 11:44:32.863 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map) +12-12-2019 11:44:32.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.863 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.868 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4535f981) +12-12-2019 11:44:32.874 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.877 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.877 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + ' +12-12-2019 11:44:32.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ApplicationFilterConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Wrapper that represents an individual servlet-filter definition, group=Filter, type=org.apache.catalina.core.ApplicationFilterConfig]) +12-12-2019 11:44:32.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.880 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.880 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingContextListener' +12-12-2019 11:44:32.882 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingContextListener) +12-12-2019 11:44:32.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Helper class used to initialize and populate the JNDI context associated with each context and server' +12-12-2019 11:44:32.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Helper class used to initialize and populate the JNDI context associated with each context and server) +12-12-2019 11:44:32.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener' +12-12-2019 11:44:32.884 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener) +12-12-2019 11:44:32.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener' +12-12-2019 11:44:32.885 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.NamingContextListener) +12-12-2019 11:44:32.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.885 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:32.888 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:32.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:32.889 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:32.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.889 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.890 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.891 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63847fc) +12-12-2019 11:44:32.893 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.895 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.895 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:32.897 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:32.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the associated naming context' +12-12-2019 11:44:32.897 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the associated naming context) +12-12-2019 11:44:32.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.898 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.899 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.900 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.900 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15e631a0) +12-12-2019 11:44:32.902 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.903 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.903 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:32.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + ' +12-12-2019 11:44:32.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingContextListener, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Helper class used to initialize and populate the JNDI context associated with each context and server, group=Listener, type=org.apache.catalina.core.NamingContextListener]) +12-12-2019 11:44:32.906 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:32.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.907 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.907 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:32.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:32.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:32.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:32.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:32.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContext' +12-12-2019 11:44:32.911 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContext) +12-12-2019 11:44:32.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Context Component' +12-12-2019 11:44:32.911 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Context Component) +12-12-2019 11:44:32.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:32.912 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:32.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Context' +12-12-2019 11:44:32.912 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Context) +12-12-2019 11:44:32.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContext' +12-12-2019 11:44:32.913 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContext) +12-12-2019 11:44:32.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextMBean' +12-12-2019 11:44:32.914 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextMBean) +12-12-2019 11:44:32.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:32.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.915 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'altDDName' +12-12-2019 11:44:32.917 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=altDDName) +12-12-2019 11:44:32.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The alternate deployment descriptor name.' +12-12-2019 11:44:32.918 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The alternate deployment descriptor name.) +12-12-2019 11:44:32.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.919 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.919 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.921 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'tomcatEmbeddedServletContainerFactory' to allow for resolving potential circular references +12-12-2019 11:44:32.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ff52b6c) +12-12-2019 11:44:32.921 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.923 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.924 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'antiResourceLocking' +12-12-2019 11:44:32.928 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=antiResourceLocking) +12-12-2019 11:44:32.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Take care to not lock resources' +12-12-2019 11:44:32.928 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Take care to not lock resources) +12-12-2019 11:44:32.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.929 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.929 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.942 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'websocketContainerCustomizer' +12-12-2019 11:44:32.943 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'websocketContainerCustomizer' +12-12-2019 11:44:32.943 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' +12-12-2019 11:44:32.944 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' +12-12-2019 11:44:32.945 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:32.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35c0996) +12-12-2019 11:44:32.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.949 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.950 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.949 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' +12-12-2019 11:44:32.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'baseName' +12-12-2019 11:44:32.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=baseName) +12-12-2019 11:44:32.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).' +12-12-2019 11:44:32.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).) +12-12-2019 11:44:32.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:32.956 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:32.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:32.957 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:32.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.958 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.959 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'websocketContainerCustomizer' to allow for resolving potential circular references +12-12-2019 11:44:32.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@471fb9a6) +12-12-2019 11:44:32.964 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'websocketContainerCustomizer' +12-12-2019 11:44:32.964 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' +12-12-2019 11:44:32.964 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'localeCharsetMappingsCustomizer' +12-12-2019 11:44:32.964 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' +12-12-2019 11:44:32.965 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' +12-12-2019 11:44:32.960 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.965 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$168ef289] - unable to determine constructor/method parameter names +12-12-2019 11:44:32.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.968 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.968 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.967 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' +12-12-2019 11:44:32.969 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' +12-12-2019 11:44:32.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.970 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' to allow for resolving potential circular references +12-12-2019 11:44:32.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children' +12-12-2019 11:44:32.976 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children) +12-12-2019 11:44:32.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children' +12-12-2019 11:44:32.977 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children) +12-12-2019 11:44:32.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;' +12-12-2019 11:44:32.978 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;) +12-12-2019 11:44:32.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.979 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.979 [main] DEBUG o.h.v.i.e.r.DefaultTraversableResolver.detectJPA - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +12-12-2019 11:44:32.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63d0fbd4) +12-12-2019 11:44:32.982 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.982 [main] DEBUG o.h.v.i.e.r.DefaultTraversableResolver.detectJPA - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +12-12-2019 11:44:32.983 [main] DEBUG o.h.v.i.engine.ConfigurationImpl.messageInterpolator - Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator +12-12-2019 11:44:32.983 [main] DEBUG o.h.v.i.engine.ConfigurationImpl.constraintValidatorFactory - Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory +12-12-2019 11:44:32.984 [main] DEBUG o.h.v.i.engine.ConfigurationImpl.parameterNameProvider - Setting custom ParameterNameProvider of type com.sun.proxy.$Proxy62 +12-12-2019 11:44:32.984 [main] DEBUG o.h.v.i.xml.ValidationXmlParser.getValidationXmlInputStream - Trying to load META-INF/validation.xml for XML based Validator configuration. +12-12-2019 11:44:32.985 [main] DEBUG o.h.v.i.xml.ResourceLoaderHelper.getResettableInputStreamForPath - Trying to load META-INF/validation.xml via user class loader +12-12-2019 11:44:32.986 [main] DEBUG o.h.v.i.xml.ResourceLoaderHelper.getResettableInputStreamForPath - Trying to load META-INF/validation.xml via TCCL +12-12-2019 11:44:32.986 [main] DEBUG o.h.v.i.xml.ResourceLoaderHelper.getResettableInputStreamForPath - Trying to load META-INF/validation.xml via Hibernate Validator's class loader +12-12-2019 11:44:32.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.987 [main] DEBUG o.h.v.i.xml.ValidationXmlParser.getValidationXmlInputStream - No META-INF/validation.xml found. Using annotation based configuration only. +12-12-2019 11:44:32.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.988 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.988 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:32.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:32.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesRmiTargets' +12-12-2019 11:44:32.991 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesRmiTargets) +12-12-2019 11:44:32.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?' +12-12-2019 11:44:32.991 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?) +12-12-2019 11:44:32.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:32.992 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:32.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.993 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:32.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:32.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:32.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:32.994 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': AutowiredMethodElement for public void org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.setConverters(java.util.List) +12-12-2019 11:44:32.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:32.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35a81289) +12-12-2019 11:44:32.997 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': AutowiredMethodElement for public void org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.setGenericConverters(java.util.List) +12-12-2019 11:44:32.997 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:32.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:32.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:32.999 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:32.999 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:32.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.000 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.001 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.001 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.002 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:33.002 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:33.002 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:33.002 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopThreads' +12-12-2019 11:44:33.004 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' +12-12-2019 11:44:33.004 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopThreads) +12-12-2019 11:44:33.005 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' via constructor to bean named 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' +12-12-2019 11:44:33.006 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:33.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.' +12-12-2019 11:44:33.008 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.) +12-12-2019 11:44:33.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.010 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.011 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56dbad13) +12-12-2019 11:44:33.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.015 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' +12-12-2019 11:44:33.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopTimerThreads' +12-12-2019 11:44:33.019 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'localeCharsetMappingsCustomizer' to allow for resolving potential circular references +12-12-2019 11:44:33.019 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopTimerThreads) +12-12-2019 11:44:33.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.' +12-12-2019 11:44:33.021 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.) +12-12-2019 11:44:33.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.021 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.022 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.023 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'localeCharsetMappingsCustomizer' +12-12-2019 11:44:33.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c33ece7) +12-12-2019 11:44:33.024 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'serverProperties' +12-12-2019 11:44:33.025 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'serverProperties' +12-12-2019 11:44:33.025 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' +12-12-2019 11:44:33.025 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' +12-12-2019 11:44:33.024 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.026 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:33.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.029 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.030 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.032 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' +12-12-2019 11:44:33.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configFile' +12-12-2019 11:44:33.032 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configFile) +12-12-2019 11:44:33.033 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the context.xml resource or file' +12-12-2019 11:44:33.034 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the context.xml resource or file) +12-12-2019 11:44:33.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.net.URL' +12-12-2019 11:44:33.035 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.net.URL) +12-12-2019 11:44:33.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.036 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8d9a4ee) +12-12-2019 11:44:33.039 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.042 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.043 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configured' +12-12-2019 11:44:33.046 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configured) +12-12-2019 11:44:33.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The correctly configured flag for this Context.' +12-12-2019 11:44:33.046 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The correctly configured flag for this Context.) +12-12-2019 11:44:33.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.049 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d10c326) +12-12-2019 11:44:33.051 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.054 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.055 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookies' +12-12-2019 11:44:33.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookies) +12-12-2019 11:44:33.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to use cookies for session id communication?' +12-12-2019 11:44:33.054 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'serverProperties' to allow for resolving potential circular references +12-12-2019 11:44:33.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to use cookies for session id communication?) +12-12-2019 11:44:33.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.059 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76a85aa2) +12-12-2019 11:44:33.063 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.065 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.065 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crossContext' +12-12-2019 11:44:33.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crossContext) +12-12-2019 11:44:33.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?' +12-12-2019 11:44:33.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?) +12-12-2019 11:44:33.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.070 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.071 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58fc444) +12-12-2019 11:44:33.076 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.077 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.077 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml' +12-12-2019 11:44:33.080 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml) +12-12-2019 11:44:33.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default context.xml resource or file' +12-12-2019 11:44:33.080 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default context.xml resource or file) +12-12-2019 11:44:33.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.081 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.081 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.082 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.082 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.082 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:33.082 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:33.083 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:33.083 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.081 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40b4fecf) +12-12-2019 11:44:33.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.088 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.088 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml' +12-12-2019 11:44:33.090 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml) +12-12-2019 11:44:33.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default web.xml resource or file' +12-12-2019 11:44:33.091 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default web.xml resource or file) +12-12-2019 11:44:33.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.092 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.093 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.093 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.093 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.093 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3bc60c0c) +12-12-2019 11:44:33.096 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.097 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.097 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.093 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:33.098 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:33.099 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:33.099 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.099 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'server.port' in [applicationConfig: [classpath:/application.properties]] with type [String] +12-12-2019 11:44:33.100 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.100 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.101 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.102 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:33.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.102 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:33.103 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:33.103 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate' +12-12-2019 11:44:33.104 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate) +12-12-2019 11:44:33.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to '' +12-12-2019 11:44:33.104 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=) +12-12-2019 11:44:33.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.105 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.105 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.104 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'server.contextPath' in [applicationConfig: [classpath:/application.properties]] with type [String] +12-12-2019 11:44:33.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f0f3c9c) +12-12-2019 11:44:33.111 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.113 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.113 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'displayName' +12-12-2019 11:44:33.115 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=displayName) +12-12-2019 11:44:33.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The display name of this web application' +12-12-2019 11:44:33.115 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The display name of this web application) +12-12-2019 11:44:33.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.116 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'serverProperties' +12-12-2019 11:44:33.116 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'duplicateServerPropertiesDetector' +12-12-2019 11:44:33.117 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'duplicateServerPropertiesDetector' +12-12-2019 11:44:33.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.117 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' +12-12-2019 11:44:33.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.118 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.118 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'duplicateServerPropertiesDetector' to allow for resolving potential circular references +12-12-2019 11:44:33.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@745964dd) +12-12-2019 11:44:33.121 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.123 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.123 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.124 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'duplicateServerPropertiesDetector' +12-12-2019 11:44:33.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'distributable' +12-12-2019 11:44:33.126 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=distributable) +12-12-2019 11:44:33.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The distributable flag for this web application.' +12-12-2019 11:44:33.126 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The distributable flag for this web application.) +12-12-2019 11:44:33.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.128 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13fcae1f) +12-12-2019 11:44:33.130 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.131 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.132 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'docBase' +12-12-2019 11:44:33.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=docBase) +12-12-2019 11:44:33.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The document root for this web application' +12-12-2019 11:44:33.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The document root for this web application) +12-12-2019 11:44:33.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.136 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.136 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18517600) +12-12-2019 11:44:33.139 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.143 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.143 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.135 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'errorPageCustomizer' +12-12-2019 11:44:33.144 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'errorPageCustomizer' +12-12-2019 11:44:33.144 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' +12-12-2019 11:44:33.144 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' +12-12-2019 11:44:33.145 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$f59d95d2] - unable to determine constructor/method parameter names +12-12-2019 11:44:33.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encodedPath' +12-12-2019 11:44:33.146 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'serverProperties' +12-12-2019 11:44:33.146 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encodedPath) +12-12-2019 11:44:33.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The encoded path' +12-12-2019 11:44:33.147 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The encoded path) +12-12-2019 11:44:33.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.147 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.148 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.149 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' via constructor to bean named 'serverProperties' +12-12-2019 11:44:33.149 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.151 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'conventionErrorViewResolver' +12-12-2019 11:44:33.151 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'conventionErrorViewResolver' +12-12-2019 11:44:33.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.151 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' +12-12-2019 11:44:33.152 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' +12-12-2019 11:44:33.152 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$23a9f32] - unable to determine constructor/method parameter names +12-12-2019 11:44:33.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e4c524a) +12-12-2019 11:44:33.154 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:33.154 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:33.154 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.156 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' to allow for resolving potential circular references +12-12-2019 11:44:33.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.158 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.158 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ignoreAnnotations' +12-12-2019 11:44:33.160 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ignoreAnnotations) +12-12-2019 11:44:33.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Ignore annotations flag.' +12-12-2019 11:44:33.160 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Ignore annotations flag.) +12-12-2019 11:44:33.161 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.161 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:33.161 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.162 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:33.162 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:33.163 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:33.163 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:33.164 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:33.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.165 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613' +12-12-2019 11:44:33.165 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:33.166 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:33.165 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.167 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.170 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' +12-12-2019 11:44:33.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@518cacd2) +12-12-2019 11:44:33.171 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.173 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.175 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'instanceManager' +12-12-2019 11:44:33.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=instanceManager) +12-12-2019 11:44:33.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling' +12-12-2019 11:44:33.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling) +12-12-2019 11:44:33.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.InstanceManager' +12-12-2019 11:44:33.179 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.InstanceManager) +12-12-2019 11:44:33.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.181 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.181 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'conventionErrorViewResolver' to allow for resolving potential circular references +12-12-2019 11:44:33.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27766caa) +12-12-2019 11:44:33.187 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.187 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'conventionErrorViewResolver' +12-12-2019 11:44:33.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.188 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.188 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'javaVMs' +12-12-2019 11:44:33.191 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=javaVMs) +12-12-2019 11:44:33.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java virtual machines on which this module is running' +12-12-2019 11:44:33.192 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java virtual machines on which this module is running) +12-12-2019 11:44:33.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:33.193 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:33.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.194 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3484ef32) +12-12-2019 11:44:33.196 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.197 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.197 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loader' +12-12-2019 11:44:33.199 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loader) +12-12-2019 11:44:33.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated loader.' +12-12-2019 11:44:33.200 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated loader.) +12-12-2019 11:44:33.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Loader' +12-12-2019 11:44:33.201 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Loader) +12-12-2019 11:44:33.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.201 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@385625ea) +12-12-2019 11:44:33.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.206 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.206 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.208 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:33.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logEffectiveWebXml' +12-12-2019 11:44:33.212 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logEffectiveWebXml) +12-12-2019 11:44:33.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the effective web.xml be logged when the context starts?' +12-12-2019 11:44:33.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the effective web.xml be logged when the context starts?) +12-12-2019 11:44:33.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.214 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.215 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' +12-12-2019 11:44:33.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c08e40e) +12-12-2019 11:44:33.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.218 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.218 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logger' +12-12-2019 11:44:33.220 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logger) +12-12-2019 11:44:33.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated logger.' +12-12-2019 11:44:33.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated logger.) +12-12-2019 11:44:33.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.juli.logging.Log' +12-12-2019 11:44:33.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.juli.logging.Log) +12-12-2019 11:44:33.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.222 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.224 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'errorPageCustomizer' to allow for resolving potential circular references +12-12-2019 11:44:33.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@180fca19) +12-12-2019 11:44:33.227 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.228 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.229 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource' +12-12-2019 11:44:33.231 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource) +12-12-2019 11:44:33.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with' +12-12-2019 11:44:33.232 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with) +12-12-2019 11:44:33.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object' +12-12-2019 11:44:33.233 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object) +12-12-2019 11:44:33.232 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'errorPageCustomizer' +12-12-2019 11:44:33.235 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'tomcatEmbeddedServletContainerFactory' +12-12-2019 11:44:33.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.236 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b614b55) +12-12-2019 11:44:33.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.240 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.240 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'manager' +12-12-2019 11:44:33.242 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=manager) +12-12-2019 11:44:33.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated manager.' +12-12-2019 11:44:33.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated manager.) +12-12-2019 11:44:33.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Manager' +12-12-2019 11:44:33.246 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Manager) +12-12-2019 11:44:33.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.247 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21156a6) +12-12-2019 11:44:33.249 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.250 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.251 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperContextRootRedirectEnabled' +12-12-2019 11:44:33.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperContextRootRedirectEnabled) +12-12-2019 11:44:33.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for context root redirects' +12-12-2019 11:44:33.254 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for context root redirects) +12-12-2019 11:44:33.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.255 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.255 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4972fa7e) +12-12-2019 11:44:33.261 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.263 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.263 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperDirectoryRedirectEnabled' +12-12-2019 11:44:33.265 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperDirectoryRedirectEnabled) +12-12-2019 11:44:33.266 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for directory redirects' +12-12-2019 11:44:33.266 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for directory redirects) +12-12-2019 11:44:33.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.267 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.268 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f4bbe4b) +12-12-2019 11:44:33.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.274 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.275 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namingContextListener' +12-12-2019 11:44:33.278 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namingContextListener) +12-12-2019 11:44:33.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated naming context listener.' +12-12-2019 11:44:33.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated naming context listener.) +12-12-2019 11:44:33.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener' +12-12-2019 11:44:33.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.core.NamingContextListener) +12-12-2019 11:44:33.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.281 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ef17314) +12-12-2019 11:44:33.283 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.285 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.285 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName' +12-12-2019 11:44:33.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName) +12-12-2019 11:44:33.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object' +12-12-2019 11:44:33.288 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object) +12-12-2019 11:44:33.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.290 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@265db40a) +12-12-2019 11:44:33.294 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.295 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.295 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'originalDocBase' +12-12-2019 11:44:33.297 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=originalDocBase) +12-12-2019 11:44:33.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The original document root for this web application' +12-12-2019 11:44:33.298 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The original document root for this web application) +12-12-2019 11:44:33.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.300 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.312 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78a21bb5) +12-12-2019 11:44:33.314 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.316 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.316 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override' +12-12-2019 11:44:33.332 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override) +12-12-2019 11:44:33.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The default context.xml override flag for this web application' +12-12-2019 11:44:33.335 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The default context.xml override flag for this web application) +12-12-2019 11:44:33.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.337 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol port=8281) +12-12-2019 11:44:33.338 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ae94b0c) +12-12-2019 11:44:33.346 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.347 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.348 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:33.350 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:33.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this Context' +12-12-2019 11:44:33.351 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this Context) +12-12-2019 11:44:33.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.353 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.354 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f25e096) +12-12-2019 11:44:33.358 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.361 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'parentClassLoader' +12-12-2019 11:44:33.363 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=parentClassLoader) +12-12-2019 11:44:33.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Parent class loader.' +12-12-2019 11:44:33.364 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Parent class loader.) +12-12-2019 11:44:33.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.ClassLoader' +12-12-2019 11:44:33.365 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.ClassLoader) +12-12-2019 11:44:33.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.365 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6413fc9c) +12-12-2019 11:44:33.368 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.369 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.370 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'path' +12-12-2019 11:44:33.374 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=path) +12-12-2019 11:44:33.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The context path for this Context' +12-12-2019 11:44:33.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The context path for this Context) +12-12-2019 11:44:33.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.377 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.379 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c042c18) +12-12-2019 11:44:33.382 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.383 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused' +12-12-2019 11:44:33.386 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused) +12-12-2019 11:44:33.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The request processing pause flag (while reloading occurs)' +12-12-2019 11:44:33.386 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The request processing pause flag (while reloading occurs)) +12-12-2019 11:44:33.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.387 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.388 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c75a7bf) +12-12-2019 11:44:33.391 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.394 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.394 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'privileged' +12-12-2019 11:44:33.398 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=privileged) +12-12-2019 11:44:33.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Access to tomcat internals' +12-12-2019 11:44:33.399 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Access to tomcat internals) +12-12-2019 11:44:33.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.399 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.400 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c54dff7) +12-12-2019 11:44:33.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.405 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.405 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime' +12-12-2019 11:44:33.408 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime) +12-12-2019 11:44:33.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative execution times of all servlets in this context' +12-12-2019 11:44:33.408 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative execution times of all servlets in this context) +12-12-2019 11:44:33.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:33.409 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:33.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.410 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.411 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37d83dfd) +12-12-2019 11:44:33.415 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.416 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.416 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime' +12-12-2019 11:44:33.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime) +12-12-2019 11:44:33.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum execution time of all servlets in this context' +12-12-2019 11:44:33.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum execution time of all servlets in this context) +12-12-2019 11:44:33.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:33.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:33.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a11b3f2) +12-12-2019 11:44:33.424 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime' +12-12-2019 11:44:33.464 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime) +12-12-2019 11:44:33.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum execution time of all servlets in this context' +12-12-2019 11:44:33.464 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum execution time of all servlets in this context) +12-12-2019 11:44:33.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:33.465 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:33.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.466 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.467 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bb8b750) +12-12-2019 11:44:33.469 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.470 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.471 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount' +12-12-2019 11:44:33.474 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount) +12-12-2019 11:44:33.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative request count of all servlets in this context' +12-12-2019 11:44:33.475 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative request count of all servlets in this context) +12-12-2019 11:44:33.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:33.476 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:33.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.477 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.478 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11f974b7) +12-12-2019 11:44:33.480 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.482 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.482 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount' +12-12-2019 11:44:33.486 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount) +12-12-2019 11:44:33.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative error count of all servlets in this context' +12-12-2019 11:44:33.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative error count of all servlets in this context) +12-12-2019 11:44:33.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:33.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:33.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.489 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.493 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol uRIEncoding=UTF-8) +12-12-2019 11:44:33.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@673884a0) +12-12-2019 11:44:33.494 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.494 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint uRIEncoding=UTF-8) +12-12-2019 11:44:33.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.496 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.497 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.499 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol bindOnInit=false) +12-12-2019 11:44:33.500 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint bindOnInit=false) +12-12-2019 11:44:33.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'publicId' +12-12-2019 11:44:33.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=publicId) +12-12-2019 11:44:33.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The public identifier of the DTD for the web application deployment descriptor version that is being parsed' +12-12-2019 11:44:33.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The public identifier of the DTD for the web application deployment descriptor version that is being parsed) +12-12-2019 11:44:33.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.505 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.506 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.509 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70a12596) +12-12-2019 11:44:33.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.514 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.514 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm' +12-12-2019 11:44:33.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm) +12-12-2019 11:44:33.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.' +12-12-2019 11:44:33.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.) +12-12-2019 11:44:33.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm' +12-12-2019 11:44:33.518 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm) +12-12-2019 11:44:33.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.519 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e1d1ee5) +12-12-2019 11:44:33.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.524 [main] DEBUG o.apache.catalina.core.ContainerBase.log - Add child StandardHost[localhost] StandardEngine[Tomcat] +12-12-2019 11:44:33.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.525 [main] DEBUG o.s.b.c.e.t.TomcatEmbeddedServletContainerFactory.getArchiveFileDocumentRoot - Code archive: /Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot/1.5.6.RELEASE/spring-boot-1.5.6.RELEASE.jar +12-12-2019 11:44:33.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.525 [main] DEBUG o.s.b.c.e.t.TomcatEmbeddedServletContainerFactory.getExplodedWarFileDocumentRoot - Code archive: /Users/enrico.ottonello/.m2/repository/org/springframework/boot/spring-boot/1.5.6.RELEASE/spring-boot-1.5.6.RELEASE.jar +12-12-2019 11:44:33.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.526 [main] DEBUG o.s.b.c.e.t.TomcatEmbeddedServletContainerFactory.getValidDocumentRoot - None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. +12-12-2019 11:44:33.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable' +12-12-2019 11:44:33.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable) +12-12-2019 11:44:33.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this web application' +12-12-2019 11:44:33.529 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this web application) +12-12-2019 11:44:33.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.530 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@141b975d) +12-12-2019 11:44:33.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.539 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.541 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renewThreadsWhenStoppingContext' +12-12-2019 11:44:33.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renewThreadsWhenStoppingContext) +12-12-2019 11:44:33.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.' +12-12-2019 11:44:33.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.) +12-12-2019 11:44:33.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.545 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.546 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37a51cfa) +12-12-2019 11:44:33.548 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.549 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.550 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'server' +12-12-2019 11:44:33.552 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=server) +12-12-2019 11:44:33.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The J2EE Server this module is deployed on' +12-12-2019 11:44:33.553 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The J2EE Server this module is deployed on) +12-12-2019 11:44:33.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.554 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.555 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e51020d) +12-12-2019 11:44:33.558 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.559 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.559 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'servlets' +12-12-2019 11:44:33.561 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=servlets) +12-12-2019 11:44:33.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Deprecated. JSR77 list of servlets' +12-12-2019 11:44:33.563 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Deprecated. JSR77 list of servlets) +12-12-2019 11:44:33.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:33.563 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:33.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.564 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.564 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@689dd714) +12-12-2019 11:44:33.567 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.569 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.569 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieName' +12-12-2019 11:44:33.571 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieName) +12-12-2019 11:44:33.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name to use for session cookies.'null' indicates that the name is controlled by the application.' +12-12-2019 11:44:33.571 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name to use for session cookies.'null' indicates that the name is controlled by the application.) +12-12-2019 11:44:33.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.572 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.573 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20740425) +12-12-2019 11:44:33.577 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.578 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.578 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieDomain' +12-12-2019 11:44:33.582 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieDomain) +12-12-2019 11:44:33.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The domain to use for session cookies.'null' indicates that the domain is controlled by the application.' +12-12-2019 11:44:33.583 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The domain to use for session cookies.'null' indicates that the domain is controlled by the application.) +12-12-2019 11:44:33.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.584 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f298e1d) +12-12-2019 11:44:33.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.589 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookiePath' +12-12-2019 11:44:33.591 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookiePath) +12-12-2019 11:44:33.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The path to use for session cookies.'null' indicates that the path is controlled by the application.' +12-12-2019 11:44:33.591 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The path to use for session cookies.'null' indicates that the path is controlled by the application.) +12-12-2019 11:44:33.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.592 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.593 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.593 [main] DEBUG o.apache.catalina.core.ContainerBase.log - Add child StandardWrapper[default] TomcatEmbeddedContext[/ariadneplus-graphdb] +12-12-2019 11:44:33.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79aea29f) +12-12-2019 11:44:33.595 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.597 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.597 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionTimeout' +12-12-2019 11:44:33.600 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionTimeout) +12-12-2019 11:44:33.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The session timeout (in minutes) for this web application' +12-12-2019 11:44:33.601 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The session timeout (in minutes) for this web application) +12-12-2019 11:44:33.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:33.602 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:33.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.602 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f0defc9) +12-12-2019 11:44:33.604 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.605 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.606 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.604 [main] DEBUG o.apache.catalina.core.ContainerBase.log - Add child TomcatEmbeddedContext[/ariadneplus-graphdb] StandardEngine[Tomcat].StandardHost[localhost] +12-12-2019 11:44:33.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startTime' +12-12-2019 11:44:33.609 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startTime) +12-12-2019 11:44:33.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started' +12-12-2019 11:44:33.610 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) +12-12-2019 11:44:33.610 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started) +12-12-2019 11:44:33.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:33.610 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:33.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.611 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.612 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.613 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Using existing MBeanServer 2 +12-12-2019 11:44:33.614 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Server +12-12-2019 11:44:33.614 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:33.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.614 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:33.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fd89921) +12-12-2019 11:44:33.616 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.617 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.617 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startupTime' +12-12-2019 11:44:33.619 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startupTime) +12-12-2019 11:44:33.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds) it took to start this context' +12-12-2019 11:44:33.619 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds) it took to start this context) +12-12-2019 11:44:33.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:33.620 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:33.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.621 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardServer.setParentClassLoader(java.lang.ClassLoader) class java.lang.ClassLoader +12-12-2019 11:44:33.621 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.lang.ClassLoader org.apache.catalina.core.StandardServer.getParentClassLoader() +12-12-2019 11:44:33.622 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.lang.Object org.apache.catalina.core.StandardServer.getNamingToken() +12-12-2019 11:44:33.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.623 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public javax.naming.Context org.apache.catalina.core.StandardServer.getGlobalNamingContext() +12-12-2019 11:44:33.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cf2b9a1) +12-12-2019 11:44:33.625 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.626 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.626 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.629 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardServer.setGlobalNamingContext(javax.naming.Context) interface javax.naming.Context +12-12-2019 11:44:33.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:33.629 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public javax.management.ObjectName[] org.apache.catalina.core.StandardServer.getServiceNames() +12-12-2019 11:44:33.630 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:33.630 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.util.LifecycleBase.getState() +12-12-2019 11:44:33.631 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute serverBuilt public java.lang.String org.apache.catalina.core.StandardServer.getServerBuilt() null +12-12-2019 11:44:33.631 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute serverInfo public java.lang.String org.apache.catalina.core.StandardServer.getServerInfo() null +12-12-2019 11:44:33.631 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute port public int org.apache.catalina.core.StandardServer.getPort() public void org.apache.catalina.core.StandardServer.setPort(int) +12-12-2019 11:44:33.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:33.632 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:33.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.632 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.633 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.632 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute catalina public org.apache.catalina.startup.Catalina org.apache.catalina.core.StandardServer.getCatalina() public void org.apache.catalina.core.StandardServer.setCatalina(org.apache.catalina.startup.Catalina) +12-12-2019 11:44:33.634 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.634 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute globalNamingResources public org.apache.catalina.deploy.NamingResourcesImpl org.apache.catalina.core.StandardServer.getGlobalNamingResources() public void org.apache.catalina.core.StandardServer.setGlobalNamingResources(org.apache.catalina.deploy.NamingResourcesImpl) +12-12-2019 11:44:33.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.634 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute catalinaBase public java.io.File org.apache.catalina.core.StandardServer.getCatalinaBase() public void org.apache.catalina.core.StandardServer.setCatalinaBase(java.io.File) +12-12-2019 11:44:33.634 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.635 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute shutdown public java.lang.String org.apache.catalina.core.StandardServer.getShutdown() public void org.apache.catalina.core.StandardServer.setShutdown(java.lang.String) +12-12-2019 11:44:33.635 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute domain public final java.lang.String org.apache.catalina.util.LifecycleMBeanBase.getDomain() public final void org.apache.catalina.util.LifecycleMBeanBase.setDomain(java.lang.String) +12-12-2019 11:44:33.635 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute serverNumber public java.lang.String org.apache.catalina.core.StandardServer.getServerNumber() null +12-12-2019 11:44:33.636 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute objectName public final javax.management.ObjectName org.apache.catalina.util.LifecycleMBeanBase.getObjectName() null +12-12-2019 11:44:33.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.636 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute address public java.lang.String org.apache.catalina.core.StandardServer.getAddress() public void org.apache.catalina.core.StandardServer.setAddress(java.lang.String) +12-12-2019 11:44:33.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.637 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute stateName public java.lang.String org.apache.catalina.util.LifecycleBase.getStateName() null +12-12-2019 11:44:33.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.637 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute catalinaHome public java.io.File org.apache.catalina.core.StandardServer.getCatalinaHome() public void org.apache.catalina.core.StandardServer.setCatalinaHome(java.io.File) +12-12-2019 11:44:33.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.638 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.apache.catalina.core.StandardServer +12-12-2019 11:44:33.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c448fa) +12-12-2019 11:44:33.638 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.641 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.642 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister StandardServer[-1] Tomcat:type=Server +12-12-2019 11:44:33.642 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.646 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=StringCache +12-12-2019 11:44:33.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'swallowOutput' +12-12-2019 11:44:33.646 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:33.646 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=swallowOutput) +12-12-2019 11:44:33.648 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:33.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet' +12-12-2019 11:44:33.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet) +12-12-2019 11:44:33.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.649 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.650 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute trainThreshold public int org.apache.tomcat.util.buf.StringCache.getTrainThreshold() public void org.apache.tomcat.util.buf.StringCache.setTrainThreshold(int) +12-12-2019 11:44:33.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.650 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute byteEnabled public boolean org.apache.tomcat.util.buf.StringCache.getByteEnabled() public void org.apache.tomcat.util.buf.StringCache.setByteEnabled(boolean) +12-12-2019 11:44:33.651 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute hitCount public int org.apache.tomcat.util.buf.StringCache.getHitCount() null +12-12-2019 11:44:33.651 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute accessCount public int org.apache.tomcat.util.buf.StringCache.getAccessCount() null +12-12-2019 11:44:33.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.651 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute charEnabled public boolean org.apache.tomcat.util.buf.StringCache.getCharEnabled() public void org.apache.tomcat.util.buf.StringCache.setCharEnabled(boolean) +12-12-2019 11:44:33.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.652 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute cacheSize public int org.apache.tomcat.util.buf.StringCache.getCacheSize() public void org.apache.tomcat.util.buf.StringCache.setCacheSize(int) +12-12-2019 11:44:33.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.652 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.apache.tomcat.util.buf.StringCache +12-12-2019 11:44:33.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10a79c8c) +12-12-2019 11:44:33.652 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.653 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.tomcat.util.buf.StringCache@5db5aa7d Tomcat:type=StringCache +12-12-2019 11:44:33.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.654 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.654 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldScanTime' +12-12-2019 11:44:33.656 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldScanTime) +12-12-2019 11:44:33.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spend scanning jars for TLDs for this context' +12-12-2019 11:44:33.657 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spend scanning jars for TLDs for this context) +12-12-2019 11:44:33.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:33.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:33.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.658 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b8d1e28) +12-12-2019 11:44:33.660 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.662 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.662 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldValidation' +12-12-2019 11:44:33.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldValidation) +12-12-2019 11:44:33.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of *.tld files be performed by a validating parser?' +12-12-2019 11:44:33.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of *.tld files be performed by a validating parser?) +12-12-2019 11:44:33.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.667 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.667 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32ab9549) +12-12-2019 11:44:33.670 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.671 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.671 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unloadDelay' +12-12-2019 11:44:33.673 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unloadDelay) +12-12-2019 11:44:33.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of ms that the container will wait for servlets to unload' +12-12-2019 11:44:33.675 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of ms that the container will wait for servlets to unload) +12-12-2019 11:44:33.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:33.676 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:33.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.677 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@100a887e) +12-12-2019 11:44:33.679 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.680 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.680 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWAR' +12-12-2019 11:44:33.682 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWAR) +12-12-2019 11:44:33.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WAR property' +12-12-2019 11:44:33.682 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WAR property) +12-12-2019 11:44:33.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.683 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c65350f) +12-12-2019 11:44:33.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useHttpOnly' +12-12-2019 11:44:33.689 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useHttpOnly) +12-12-2019 11:44:33.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates that session cookies should use HttpOnly' +12-12-2019 11:44:33.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates that session cookies should use HttpOnly) +12-12-2019 11:44:33.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.691 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f5a10f5) +12-12-2019 11:44:33.693 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.695 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.695 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useNaming' +12-12-2019 11:44:33.697 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useNaming) +12-12-2019 11:44:33.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Create a JNDI naming context for this application?' +12-12-2019 11:44:33.698 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Create a JNDI naming context for this application?) +12-12-2019 11:44:33.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:33.699 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:33.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.700 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.701 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1135c38a) +12-12-2019 11:44:33.703 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.704 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.704 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useRelativeRedirects' +12-12-2019 11:44:33.706 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useRelativeRedirects) +12-12-2019 11:44:33.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'When generating location headers for 302 responses, should a relative URI be used?' +12-12-2019 11:44:33.707 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=When generating location headers for 302 responses, should a relative URI be used?) +12-12-2019 11:44:33.708 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.708 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.709 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.710 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5538f0aa) +12-12-2019 11:44:33.712 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.713 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.713 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'webappVersion' +12-12-2019 11:44:33.715 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=webappVersion) +12-12-2019 11:44:33.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The version of this web application - used in parallel deployment to differentiate different versions of the same web application' +12-12-2019 11:44:33.715 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The version of this web application - used in parallel deployment to differentiate different versions of the same web application) +12-12-2019 11:44:33.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.716 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.717 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40e07a4f) +12-12-2019 11:44:33.719 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.720 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.720 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'welcomeFiles' +12-12-2019 11:44:33.721 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=welcomeFiles) +12-12-2019 11:44:33.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The welcome files for this context' +12-12-2019 11:44:33.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The welcome files for this context) +12-12-2019 11:44:33.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:33.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:33.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:33.723 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:33.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.723 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f92171e) +12-12-2019 11:44:33.726 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.727 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.727 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir' +12-12-2019 11:44:33.730 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir) +12-12-2019 11:44:33.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname to the work directory for this context' +12-12-2019 11:44:33.730 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname to the work directory for this context) +12-12-2019 11:44:33.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.731 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:33.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.731 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5004b0f5) +12-12-2019 11:44:33.734 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.735 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.736 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlValidation' +12-12-2019 11:44:33.737 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlValidation) +12-12-2019 11:44:33.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?' +12-12-2019 11:44:33.738 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?) +12-12-2019 11:44:33.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.738 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.739 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@422ba7ff) +12-12-2019 11:44:33.742 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:33.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:33.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlNamespaceAware' +12-12-2019 11:44:33.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlNamespaceAware) +12-12-2019 11:44:33.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?' +12-12-2019 11:44:33.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?) +12-12-2019 11:44:33.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:33.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.748 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:33.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:33.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:33.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15a8ff7) +12-12-2019 11:44:33.749 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:33.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:33.750 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.751 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationListener' +12-12-2019 11:44:33.752 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationListener) +12-12-2019 11:44:33.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Listener class name to the set of Listeners configured for this application.' +12-12-2019 11:44:33.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Listener class name to the set of Listeners configured for this application.) +12-12-2019 11:44:33.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.754 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.754 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:33.756 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:33.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class' +12-12-2019 11:44:33.756 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class) +12-12-2019 11:44:33.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.757 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.757 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7e0f5225) +12-12-2019 11:44:33.760 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.761 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.761 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:33.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bf9d609) +12-12-2019 11:44:33.763 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.765 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.765 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationParameter' +12-12-2019 11:44:33.767 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationParameter) +12-12-2019 11:44:33.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new application parameter for this application.' +12-12-2019 11:44:33.768 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new application parameter for this application.) +12-12-2019 11:44:33.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.768 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.769 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.769 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.770 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:33.771 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:33.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class' +12-12-2019 11:44:33.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class) +12-12-2019 11:44:33.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.772 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@14728cd6) +12-12-2019 11:44:33.776 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.777 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.777 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:33.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@41029c98) +12-12-2019 11:44:33.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.780 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.781 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild' +12-12-2019 11:44:33.782 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild) +12-12-2019 11:44:33.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child to this Context' +12-12-2019 11:44:33.783 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child to this Context) +12-12-2019 11:44:33.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.783 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.784 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:33.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:33.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added' +12-12-2019 11:44:33.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added) +12-12-2019 11:44:33.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.787 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.787 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@451870e7) +12-12-2019 11:44:33.789 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:33.792 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:33.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added' +12-12-2019 11:44:33.793 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added) +12-12-2019 11:44:33.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.793 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.794 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@14bfd3) +12-12-2019 11:44:33.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.798 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.799 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:33.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@80873b) +12-12-2019 11:44:33.802 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.802 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.803 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener' +12-12-2019 11:44:33.804 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener) +12-12-2019 11:44:33.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Context' +12-12-2019 11:44:33.805 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Context) +12-12-2019 11:44:33.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.805 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.806 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.806 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.807 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:33.810 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:33.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added' +12-12-2019 11:44:33.810 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added) +12-12-2019 11:44:33.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.811 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.811 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@55333def) +12-12-2019 11:44:33.814 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.815 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.815 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:33.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@53aae0e6) +12-12-2019 11:44:33.817 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.817 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.818 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLocaleEncodingMappingParameter' +12-12-2019 11:44:33.819 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLocaleEncodingMappingParameter) +12-12-2019 11:44:33.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a Locale Encoding Mapping' +12-12-2019 11:44:33.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a Locale Encoding Mapping) +12-12-2019 11:44:33.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.821 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.821 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.821 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'locale' +12-12-2019 11:44:33.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=locale) +12-12-2019 11:44:33.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Locale to map an encoding for' +12-12-2019 11:44:33.824 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Locale to map an encoding for) +12-12-2019 11:44:33.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.824 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.824 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@76652767) +12-12-2019 11:44:33.826 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.827 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.827 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'encoding' +12-12-2019 11:44:33.829 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=encoding) +12-12-2019 11:44:33.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Encoding to be used for a give locale' +12-12-2019 11:44:33.830 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Encoding to be used for a give locale) +12-12-2019 11:44:33.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.831 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.832 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@72d8cfcf) +12-12-2019 11:44:33.835 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.836 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.836 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:33.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3ec8583e) +12-12-2019 11:44:33.838 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.841 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.842 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMimeMapping' +12-12-2019 11:44:33.845 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMimeMapping) +12-12-2019 11:44:33.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new MIME mapping, replacing any existing mapping for the specified extension.' +12-12-2019 11:44:33.845 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new MIME mapping, replacing any existing mapping for the specified extension.) +12-12-2019 11:44:33.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.846 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.846 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.847 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.847 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension' +12-12-2019 11:44:33.849 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension) +12-12-2019 11:44:33.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Filename extension being mapped' +12-12-2019 11:44:33.849 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Filename extension being mapped) +12-12-2019 11:44:33.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.850 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.850 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a6132d1) +12-12-2019 11:44:33.852 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.853 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.853 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mimeType' +12-12-2019 11:44:33.856 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mimeType) +12-12-2019 11:44:33.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Corresponding MIME type' +12-12-2019 11:44:33.856 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Corresponding MIME type) +12-12-2019 11:44:33.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.857 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.858 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@656064e5) +12-12-2019 11:44:33.859 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.861 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.861 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:33.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@51726931) +12-12-2019 11:44:33.863 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.864 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.864 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.866 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addParameter' +12-12-2019 11:44:33.866 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addParameter) +12-12-2019 11:44:33.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new context initialization parameter, replacing any existing value for the specified name.' +12-12-2019 11:44:33.868 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new context initialization parameter, replacing any existing value for the specified name.) +12-12-2019 11:44:33.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.869 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.869 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.870 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.870 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:33.872 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:33.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the new parameter' +12-12-2019 11:44:33.873 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the new parameter) +12-12-2019 11:44:33.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.875 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.877 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2d87c289) +12-12-2019 11:44:33.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.880 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.880 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value' +12-12-2019 11:44:33.882 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value) +12-12-2019 11:44:33.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of the new parameter' +12-12-2019 11:44:33.882 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of the new parameter) +12-12-2019 11:44:33.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.882 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.883 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1ec39a52) +12-12-2019 11:44:33.885 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:33.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@78629223) +12-12-2019 11:44:33.888 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.889 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.889 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRoleMapping' +12-12-2019 11:44:33.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRoleMapping) +12-12-2019 11:44:33.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a security role reference for this web application.' +12-12-2019 11:44:33.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a security role reference for this web application.) +12-12-2019 11:44:33.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.892 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.892 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.893 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:33.894 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:33.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used in the application' +12-12-2019 11:44:33.895 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used in the application) +12-12-2019 11:44:33.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.895 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.896 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a9b57ff) +12-12-2019 11:44:33.898 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.899 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.901 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link' +12-12-2019 11:44:33.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link) +12-12-2019 11:44:33.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Actual security role to check for' +12-12-2019 11:44:33.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Actual security role to check for) +12-12-2019 11:44:33.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.905 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.906 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@299b49af) +12-12-2019 11:44:33.911 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.913 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.913 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:33.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b8847c4) +12-12-2019 11:44:33.915 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.916 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.916 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityRole' +12-12-2019 11:44:33.918 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityRole) +12-12-2019 11:44:33.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role for this web application.' +12-12-2019 11:44:33.919 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role for this web application.) +12-12-2019 11:44:33.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.919 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.920 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.920 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.920 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:33.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:33.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New security role' +12-12-2019 11:44:33.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New security role) +12-12-2019 11:44:33.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.923 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.924 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47972b1c) +12-12-2019 11:44:33.926 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.928 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.929 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:33.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2753a8be) +12-12-2019 11:44:33.931 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.934 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.934 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping' +12-12-2019 11:44:33.936 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping) +12-12-2019 11:44:33.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.' +12-12-2019 11:44:33.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.) +12-12-2019 11:44:33.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.938 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.938 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.938 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern' +12-12-2019 11:44:33.943 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern) +12-12-2019 11:44:33.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped' +12-12-2019 11:44:33.944 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped) +12-12-2019 11:44:33.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.944 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.945 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@54f65bca) +12-12-2019 11:44:33.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:33.951 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:33.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute' +12-12-2019 11:44:33.951 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute) +12-12-2019 11:44:33.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.951 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.952 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3da990f7) +12-12-2019 11:44:33.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.955 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.955 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:33.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@43989395) +12-12-2019 11:44:33.957 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.959 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.959 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping' +12-12-2019 11:44:33.961 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping) +12-12-2019 11:44:33.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.' +12-12-2019 11:44:33.961 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.) +12-12-2019 11:44:33.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.963 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:33.963 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:33.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.964 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.964 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern' +12-12-2019 11:44:33.967 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern) +12-12-2019 11:44:33.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped' +12-12-2019 11:44:33.968 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped) +12-12-2019 11:44:33.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.968 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.969 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@79b4c500) +12-12-2019 11:44:33.971 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.972 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.972 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:33.977 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:33.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute' +12-12-2019 11:44:33.978 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute) +12-12-2019 11:44:33.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:33.978 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:33.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.979 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1ffaf9f7) +12-12-2019 11:44:33.981 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.982 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.983 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:33.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'jspWildcard' +12-12-2019 11:44:33.985 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=jspWildcard) +12-12-2019 11:44:33.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to ''true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise' +12-12-2019 11:44:33.985 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description='true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise) +12-12-2019 11:44:33.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean' +12-12-2019 11:44:33.986 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean) +12-12-2019 11:44:33.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.986 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:33.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:33.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:33.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6ea5ecd7) +12-12-2019 11:44:33.989 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.989 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.989 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:33.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:33.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:33.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@69a6cead) +12-12-2019 11:44:33.992 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:33.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.993 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:33.993 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:33.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:33.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:33.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:33.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:33.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:33.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve' +12-12-2019 11:44:33.994 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve) +12-12-2019 11:44:33.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Context' +12-12-2019 11:44:33.995 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Context) +12-12-2019 11:44:33.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:33.996 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:33.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:33.996 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:33.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:33.997 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:33.997 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:33.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:33.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:33.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:33.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType' +12-12-2019 11:44:34.000 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType) +12-12-2019 11:44:34.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added' +12-12-2019 11:44:34.001 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added) +12-12-2019 11:44:34.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.002 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.002 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@36658a5c) +12-12-2019 11:44:34.004 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.005 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.005 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e18e826) +12-12-2019 11:44:34.010 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.012 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.012 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWatchedResource' +12-12-2019 11:44:34.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWatchedResource) +12-12-2019 11:44:34.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to ' Add a resource which will be watched for reloading by the host auto deployer.' +12-12-2019 11:44:34.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description= Add a resource which will be watched for reloading by the host auto deployer.) +12-12-2019 11:44:34.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.016 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.016 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.018 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Path to the resource, either absolute or relative to docBase' +12-12-2019 11:44:34.018 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Path to the resource, either absolute or relative to docBase) +12-12-2019 11:44:34.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.019 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.019 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3f1a6066) +12-12-2019 11:44:34.021 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.022 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.022 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6016128e) +12-12-2019 11:44:34.024 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.025 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.025 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWelcomeFile' +12-12-2019 11:44:34.027 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWelcomeFile) +12-12-2019 11:44:34.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new welcome file to the set recognized by this Context.' +12-12-2019 11:44:34.027 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new welcome file to the set recognized by this Context.) +12-12-2019 11:44:34.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.028 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.029 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.029 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.029 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.032 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New welcome file name' +12-12-2019 11:44:34.033 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New welcome file name) +12-12-2019 11:44:34.033 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.034 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.034 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7abb53ba) +12-12-2019 11:44:34.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.037 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.037 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@43dbdd13) +12-12-2019 11:44:34.039 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.040 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.041 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperLifecycle' +12-12-2019 11:44:34.044 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperLifecycle) +12-12-2019 11:44:34.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.' +12-12-2019 11:44:34.045 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.) +12-12-2019 11:44:34.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.045 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.046 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.046 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.046 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:34.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:34.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a LifecycleListener class' +12-12-2019 11:44:34.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a LifecycleListener class) +12-12-2019 11:44:34.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.049 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.049 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2f2e9c5e) +12-12-2019 11:44:34.051 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.052 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.053 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7ffc6957) +12-12-2019 11:44:34.055 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.056 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.056 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperListener' +12-12-2019 11:44:34.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperListener) +12-12-2019 11:44:34.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.' +12-12-2019 11:44:34.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.) +12-12-2019 11:44:34.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.060 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:34.064 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:34.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a ContainerListener class' +12-12-2019 11:44:34.064 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a ContainerListener class) +12-12-2019 11:44:34.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.065 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.066 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f7ad391) +12-12-2019 11:44:34.068 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.069 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.070 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42d4ae28) +12-12-2019 11:44:34.071 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.073 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.073 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:34.076 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:34.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy the context' +12-12-2019 11:44:34.077 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy the context) +12-12-2019 11:44:34.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.077 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.078 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.079 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19c31640) +12-12-2019 11:44:34.080 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.081 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.081 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationListeners' +12-12-2019 11:44:34.083 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationListeners) +12-12-2019 11:44:34.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application listener class names configured for this application.' +12-12-2019 11:44:34.083 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application listener class names configured for this application.) +12-12-2019 11:44:34.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.084 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.084 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.085 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.085 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@56972fe) +12-12-2019 11:44:34.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.088 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.088 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationParameters' +12-12-2019 11:44:34.089 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationParameters) +12-12-2019 11:44:34.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application parameters for this application.' +12-12-2019 11:44:34.090 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application parameters for this application.) +12-12-2019 11:44:34.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.090 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.091 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.092 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.092 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c06cf99) +12-12-2019 11:44:34.094 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.095 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.095 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConstraints' +12-12-2019 11:44:34.097 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConstraints) +12-12-2019 11:44:34.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security constraints for this web application. If there are none, a zero-length array is returned.' +12-12-2019 11:44:34.097 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security constraints for this web application. If there are none, a zero-length array is returned.) +12-12-2019 11:44:34.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.098 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.098 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.100 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.100 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6bc495df) +12-12-2019 11:44:34.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.103 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.104 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findContainerListenerNames' +12-12-2019 11:44:34.106 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findContainerListenerNames) +12-12-2019 11:44:34.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of container listener class names configured for this application.' +12-12-2019 11:44:34.110 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of container listener class names configured for this application.) +12-12-2019 11:44:34.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.110 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.111 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.111 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.111 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6ab4eff1) +12-12-2019 11:44:34.113 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage' +12-12-2019 11:44:34.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage) +12-12-2019 11:44:34.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified HTTP error code, if any; otherwise return null' +12-12-2019 11:44:34.117 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified HTTP error code, if any; otherwise return null) +12-12-2019 11:44:34.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.117 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.118 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.118 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.118 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'errorCode' +12-12-2019 11:44:34.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=errorCode) +12-12-2019 11:44:34.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Error code to look up' +12-12-2019 11:44:34.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Error code to look up) +12-12-2019 11:44:34.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int' +12-12-2019 11:44:34.121 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int) +12-12-2019 11:44:34.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.121 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@24048edb) +12-12-2019 11:44:34.124 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.125 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.125 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ec4e7c5) +12-12-2019 11:44:34.128 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.131 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.132 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage' +12-12-2019 11:44:34.136 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage) +12-12-2019 11:44:34.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified Java exception type, if any; otherwise return null.' +12-12-2019 11:44:34.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified Java exception type, if any; otherwise return null.) +12-12-2019 11:44:34.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.138 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.139 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.139 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType' +12-12-2019 11:44:34.145 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType) +12-12-2019 11:44:34.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up' +12-12-2019 11:44:34.152 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up) +12-12-2019 11:44:34.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.154 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.154 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5161e3af) +12-12-2019 11:44:34.157 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.158 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.158 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1ce75515) +12-12-2019 11:44:34.160 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.165 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.166 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPages' +12-12-2019 11:44:34.168 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPages) +12-12-2019 11:44:34.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined error pages for all specified error codes and exception types.' +12-12-2019 11:44:34.169 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined error pages for all specified error codes and exception types.) +12-12-2019 11:44:34.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.170 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.170 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.171 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.171 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1c156204) +12-12-2019 11:44:34.173 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.175 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.176 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDef' +12-12-2019 11:44:34.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDef) +12-12-2019 11:44:34.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the filter definition for the specified filter name, if any; otherwise return null.' +12-12-2019 11:44:34.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the filter definition for the specified filter name, if any; otherwise return null.) +12-12-2019 11:44:34.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.179 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.179 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.180 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.180 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType' +12-12-2019 11:44:34.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType) +12-12-2019 11:44:34.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up' +12-12-2019 11:44:34.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up) +12-12-2019 11:44:34.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.183 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@25d6548c) +12-12-2019 11:44:34.184 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.185 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.186 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7b74b702) +12-12-2019 11:44:34.187 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.188 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.189 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDefs' +12-12-2019 11:44:34.192 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDefs) +12-12-2019 11:44:34.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined filters for this Context.' +12-12-2019 11:44:34.192 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined filters for this Context.) +12-12-2019 11:44:34.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.193 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.194 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.194 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.194 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d9d1a84) +12-12-2019 11:44:34.198 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.200 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.200 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.201 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.201 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterMaps' +12-12-2019 11:44:34.203 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterMaps) +12-12-2019 11:44:34.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of filter mappings for this Context.' +12-12-2019 11:44:34.203 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of filter mappings for this Context.) +12-12-2019 11:44:34.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.204 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.204 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.205 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.205 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a2f5671) +12-12-2019 11:44:34.208 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.210 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.211 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findLifecycleListenerNames' +12-12-2019 11:44:34.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findLifecycleListenerNames) +12-12-2019 11:44:34.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of lifecycle listener class names configured for this application.' +12-12-2019 11:44:34.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of lifecycle listener class names configured for this application.) +12-12-2019 11:44:34.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:34.214 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:34.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.214 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.215 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.215 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7dca0d8c) +12-12-2019 11:44:34.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.218 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMapping' +12-12-2019 11:44:34.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMapping) +12-12-2019 11:44:34.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the MIME type to which the specified extension is mapped, if any; otherwise return null.' +12-12-2019 11:44:34.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the MIME type to which the specified extension is mapped, if any; otherwise return null.) +12-12-2019 11:44:34.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.222 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.222 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.223 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.223 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension' +12-12-2019 11:44:34.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension) +12-12-2019 11:44:34.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to map to a MIME type' +12-12-2019 11:44:34.226 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to map to a MIME type) +12-12-2019 11:44:34.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.226 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.227 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@23586990) +12-12-2019 11:44:34.229 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.230 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.230 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@16a41e45) +12-12-2019 11:44:34.233 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.235 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.235 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMappings' +12-12-2019 11:44:34.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMappings) +12-12-2019 11:44:34.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the extensions for which MIME mappings are defined.' +12-12-2019 11:44:34.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the extensions for which MIME mappings are defined.) +12-12-2019 11:44:34.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.239 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.239 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a84e3e) +12-12-2019 11:44:34.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.245 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.245 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameter' +12-12-2019 11:44:34.247 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameter) +12-12-2019 11:44:34.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value for the specified context initialization parameter name, if any; otherwise return null.' +12-12-2019 11:44:34.247 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value for the specified context initialization parameter name, if any; otherwise return null.) +12-12-2019 11:44:34.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.248 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.249 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.250 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to return' +12-12-2019 11:44:34.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to return) +12-12-2019 11:44:34.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.252 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b23850a) +12-12-2019 11:44:34.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.255 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4bd77d17) +12-12-2019 11:44:34.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.257 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameters' +12-12-2019 11:44:34.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameters) +12-12-2019 11:44:34.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined context initialization parameters for this Context.' +12-12-2019 11:44:34.260 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined context initialization parameters for this Context.) +12-12-2019 11:44:34.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.260 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.261 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.261 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.261 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7d37041e) +12-12-2019 11:44:34.266 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.268 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.268 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRoleMapping' +12-12-2019 11:44:34.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRoleMapping) +12-12-2019 11:44:34.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.' +12-12-2019 11:44:34.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.) +12-12-2019 11:44:34.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.271 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.272 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:34.276 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:34.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to map' +12-12-2019 11:44:34.277 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to map) +12-12-2019 11:44:34.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.278 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.278 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@39aa6c38) +12-12-2019 11:44:34.282 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.283 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.284 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e96b5d2) +12-12-2019 11:44:34.286 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.287 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.287 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRole' +12-12-2019 11:44:34.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRole) +12-12-2019 11:44:34.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified security role is defined for this application; otherwise return 'false'.' +12-12-2019 11:44:34.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified security role is defined for this application; otherwise return 'false'.) +12-12-2019 11:44:34.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:34.291 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:34.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.292 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.292 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:34.294 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:34.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to verify' +12-12-2019 11:44:34.295 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to verify) +12-12-2019 11:44:34.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.296 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.296 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ed94ed2) +12-12-2019 11:44:34.298 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.300 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.301 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3b0ba2e3) +12-12-2019 11:44:34.303 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.304 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.304 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRoles' +12-12-2019 11:44:34.306 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRoles) +12-12-2019 11:44:34.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security roles defined for this application.' +12-12-2019 11:44:34.307 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security roles defined for this application.) +12-12-2019 11:44:34.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.309 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.310 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.311 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.311 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@51aad216) +12-12-2019 11:44:34.313 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.314 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.314 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMapping' +12-12-2019 11:44:34.316 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMapping) +12-12-2019 11:44:34.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the servlet name mapped by the specified pattern..' +12-12-2019 11:44:34.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the servlet name mapped by the specified pattern..) +12-12-2019 11:44:34.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.318 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.318 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.319 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern' +12-12-2019 11:44:34.321 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern) +12-12-2019 11:44:34.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Pattern for which a mapping is requested' +12-12-2019 11:44:34.321 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Pattern for which a mapping is requested) +12-12-2019 11:44:34.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.322 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.322 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6a29d5d4) +12-12-2019 11:44:34.325 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.326 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.326 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5e32a99d) +12-12-2019 11:44:34.329 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.330 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.330 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMappings' +12-12-2019 11:44:34.333 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMappings) +12-12-2019 11:44:34.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the patterns of all defined servlet mappings for this Context.' +12-12-2019 11:44:34.334 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the patterns of all defined servlet mappings for this Context.) +12-12-2019 11:44:34.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.335 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.335 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.336 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.336 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@38c81402) +12-12-2019 11:44:34.338 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.339 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.339 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPage' +12-12-2019 11:44:34.343 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPage) +12-12-2019 11:44:34.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the context-relative URI of the error page for the specified HTTP status code.' +12-12-2019 11:44:34.343 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the context-relative URI of the error page for the specified HTTP status code.) +12-12-2019 11:44:34.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.344 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.345 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.345 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.346 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'status' +12-12-2019 11:44:34.350 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=status) +12-12-2019 11:44:34.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'HTTP status code to look up' +12-12-2019 11:44:34.351 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=HTTP status code to look up) +12-12-2019 11:44:34.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int' +12-12-2019 11:44:34.351 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int) +12-12-2019 11:44:34.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.352 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3f754b6f) +12-12-2019 11:44:34.354 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.356 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1bd6ae20) +12-12-2019 11:44:34.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPages' +12-12-2019 11:44:34.362 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPages) +12-12-2019 11:44:34.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of HTTP status codes for which error pages have been specified.' +12-12-2019 11:44:34.363 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of HTTP status codes for which error pages have been specified.) +12-12-2019 11:44:34.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.363 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lint' +12-12-2019 11:44:34.364 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lint) +12-12-2019 11:44:34.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.366 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.367 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50e38286) +12-12-2019 11:44:34.369 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.370 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.370 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWatchedResources' +12-12-2019 11:44:34.372 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWatchedResources) +12-12-2019 11:44:34.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of watched resources for this Context.' +12-12-2019 11:44:34.373 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of watched resources for this Context.) +12-12-2019 11:44:34.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.373 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@28f3f49c) +12-12-2019 11:44:34.379 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.380 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.381 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFile' +12-12-2019 11:44:34.383 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFile) +12-12-2019 11:44:34.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.' +12-12-2019 11:44:34.384 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.) +12-12-2019 11:44:34.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.384 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:34.385 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:34.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.386 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.386 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Welcome file to verify' +12-12-2019 11:44:34.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Welcome file to verify) +12-12-2019 11:44:34.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.389 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.390 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3dc8fcde) +12-12-2019 11:44:34.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.393 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.393 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1341e2e9) +12-12-2019 11:44:34.395 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.396 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.397 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFiles' +12-12-2019 11:44:34.400 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFiles) +12-12-2019 11:44:34.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of welcome files defined for this Context.' +12-12-2019 11:44:34.401 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of welcome files defined for this Context.) +12-12-2019 11:44:34.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.403 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.403 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.403 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5f7ab5b5) +12-12-2019 11:44:34.405 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.408 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperLifecycles' +12-12-2019 11:44:34.411 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperLifecycles) +12-12-2019 11:44:34.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.' +12-12-2019 11:44:34.412 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.) +12-12-2019 11:44:34.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.412 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.413 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.414 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.414 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@681afdd2) +12-12-2019 11:44:34.416 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.417 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.417 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperListeners' +12-12-2019 11:44:34.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperListeners) +12-12-2019 11:44:34.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.' +12-12-2019 11:44:34.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.) +12-12-2019 11:44:34.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:34.421 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:34.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.422 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12ced203) +12-12-2019 11:44:34.424 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.426 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:34.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:34.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Register the context into the running server' +12-12-2019 11:44:34.428 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Register the context into the running server) +12-12-2019 11:44:34.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.429 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.429 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.430 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.430 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e043c19) +12-12-2019 11:44:34.433 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.434 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.435 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:34.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:34.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start the context' +12-12-2019 11:44:34.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start the context) +12-12-2019 11:44:34.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.438 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.438 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.439 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.439 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@459f771) +12-12-2019 11:44:34.443 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.445 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.445 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:34.447 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:34.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop the context' +12-12-2019 11:44:34.447 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop the context) +12-12-2019 11:44:34.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.448 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.449 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.449 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.449 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3b127e45) +12-12-2019 11:44:34.451 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.452 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.452 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reload' +12-12-2019 11:44:34.454 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reload) +12-12-2019 11:44:34.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Reload the web application' +12-12-2019 11:44:34.455 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Reload the web application) +12-12-2019 11:44:34.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.455 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.456 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.456 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.457 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:34.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5fa8edee) +12-12-2019 11:44:34.459 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.460 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.460 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationListener' +12-12-2019 11:44:34.462 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationListener) +12-12-2019 11:44:34.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified application listener class from the set of listeners for this application.' +12-12-2019 11:44:34.463 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified application listener class from the set of listeners for this application.) +12-12-2019 11:44:34.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.464 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.464 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.465 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.468 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:34.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:34.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of the listener to be removed' +12-12-2019 11:44:34.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of the listener to be removed) +12-12-2019 11:44:34.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.472 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.472 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7063e6f6) +12-12-2019 11:44:34.475 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.477 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.478 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3bca65f4) +12-12-2019 11:44:34.480 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.481 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.481 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationParameter' +12-12-2019 11:44:34.483 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationParameter) +12-12-2019 11:44:34.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the application parameter with the specified name from the set for this application.' +12-12-2019 11:44:34.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the application parameter with the specified name from the set for this application.) +12-12-2019 11:44:34.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.485 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.486 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.486 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the application parameter to remove' +12-12-2019 11:44:34.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the application parameter to remove) +12-12-2019 11:44:34.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.489 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.490 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1382c49e) +12-12-2019 11:44:34.492 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.493 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.494 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bdd9c9d) +12-12-2019 11:44:34.496 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.497 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.497 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild' +12-12-2019 11:44:34.501 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild) +12-12-2019 11:44:34.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child from this Context' +12-12-2019 11:44:34.501 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child from this Context) +12-12-2019 11:44:34.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.502 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.502 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.503 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.503 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed' +12-12-2019 11:44:34.505 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed) +12-12-2019 11:44:34.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.505 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.506 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@64668f46) +12-12-2019 11:44:34.510 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.511 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.512 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c6ba3fb) +12-12-2019 11:44:34.514 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners' +12-12-2019 11:44:34.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners) +12-12-2019 11:44:34.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Context' +12-12-2019 11:44:34.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Context) +12-12-2019 11:44:34.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.518 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.518 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.519 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.519 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:34.520 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:34.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed' +12-12-2019 11:44:34.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed) +12-12-2019 11:44:34.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.522 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@9c820dc) +12-12-2019 11:44:34.524 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.526 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e967c0c) +12-12-2019 11:44:34.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.529 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.529 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMimeMapping' +12-12-2019 11:44:34.531 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMimeMapping) +12-12-2019 11:44:34.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..' +12-12-2019 11:44:34.531 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..) +12-12-2019 11:44:34.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.533 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.534 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.534 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.535 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension' +12-12-2019 11:44:34.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension) +12-12-2019 11:44:34.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to remove the mapping for' +12-12-2019 11:44:34.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to remove the mapping for) +12-12-2019 11:44:34.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.539 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3edac227) +12-12-2019 11:44:34.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.546 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.546 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6f7fda7c) +12-12-2019 11:44:34.548 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.549 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.549 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeParameter' +12-12-2019 11:44:34.551 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeParameter) +12-12-2019 11:44:34.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.' +12-12-2019 11:44:34.551 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.) +12-12-2019 11:44:34.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.552 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.553 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.553 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.553 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.555 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to remove' +12-12-2019 11:44:34.556 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to remove) +12-12-2019 11:44:34.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.556 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.557 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2779d98f) +12-12-2019 11:44:34.559 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.560 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.560 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a52a770) +12-12-2019 11:44:34.562 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.564 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.564 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoleMapping' +12-12-2019 11:44:34.567 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoleMapping) +12-12-2019 11:44:34.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified name' +12-12-2019 11:44:34.569 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified name) +12-12-2019 11:44:34.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.570 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.570 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.571 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.571 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:34.573 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:34.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role (as used in the application) to remove' +12-12-2019 11:44:34.574 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role (as used in the application) to remove) +12-12-2019 11:44:34.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.576 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.577 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@12f189e7) +12-12-2019 11:44:34.580 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.581 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.581 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3cc0dff) +12-12-2019 11:44:34.583 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityRole' +12-12-2019 11:44:34.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityRole) +12-12-2019 11:44:34.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role with the specified name.' +12-12-2019 11:44:34.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role with the specified name.) +12-12-2019 11:44:34.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.587 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:34.589 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:34.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to remove' +12-12-2019 11:44:34.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to remove) +12-12-2019 11:44:34.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.591 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6a1019a8) +12-12-2019 11:44:34.593 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.594 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.594 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5165abd) +12-12-2019 11:44:34.596 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.597 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.597 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServletMapping' +12-12-2019 11:44:34.601 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServletMapping) +12-12-2019 11:44:34.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.' +12-12-2019 11:44:34.601 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.) +12-12-2019 11:44:34.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.602 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.603 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.604 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern' +12-12-2019 11:44:34.605 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern) +12-12-2019 11:44:34.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern of the mapping to remove' +12-12-2019 11:44:34.606 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern of the mapping to remove) +12-12-2019 11:44:34.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.606 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.607 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1bb65549) +12-12-2019 11:44:34.612 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.614 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.614 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@78760035) +12-12-2019 11:44:34.617 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.618 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve' +12-12-2019 11:44:34.621 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve) +12-12-2019 11:44:34.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Context' +12-12-2019 11:44:34.622 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Context) +12-12-2019 11:44:34.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.624 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.625 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName' +12-12-2019 11:44:34.627 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName) +12-12-2019 11:44:34.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed' +12-12-2019 11:44:34.627 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed) +12-12-2019 11:44:34.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.628 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.628 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@12418bca) +12-12-2019 11:44:34.630 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.632 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.632 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.633 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2535e88d) +12-12-2019 11:44:34.636 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.637 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.637 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWatchedResource' +12-12-2019 11:44:34.639 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWatchedResource) +12-12-2019 11:44:34.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified watched resource name from the list associated with this Context.' +12-12-2019 11:44:34.643 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified watched resource name from the list associated with this Context.) +12-12-2019 11:44:34.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.645 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.645 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.646 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.646 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the watched resource to be removed' +12-12-2019 11:44:34.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the watched resource to be removed) +12-12-2019 11:44:34.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.649 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.650 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@c80ed7f) +12-12-2019 11:44:34.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.653 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.653 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@443f2372) +12-12-2019 11:44:34.655 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.656 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.656 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWelcomeFile' +12-12-2019 11:44:34.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWelcomeFile) +12-12-2019 11:44:34.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified welcome file name from the list recognized by this Context.' +12-12-2019 11:44:34.659 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified welcome file name from the list recognized by this Context.) +12-12-2019 11:44:34.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.659 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.660 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.661 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.661 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.663 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the welcome file to be removed' +12-12-2019 11:44:34.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the welcome file to be removed) +12-12-2019 11:44:34.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.666 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5abeefe4) +12-12-2019 11:44:34.669 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.670 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.670 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@504505be) +12-12-2019 11:44:34.672 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.673 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.673 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperLifecycle' +12-12-2019 11:44:34.678 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperLifecycle) +12-12-2019 11:44:34.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.' +12-12-2019 11:44:34.678 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.) +12-12-2019 11:44:34.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.679 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.679 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.680 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.680 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:34.682 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:34.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a LifecycleListener class to be removed' +12-12-2019 11:44:34.682 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a LifecycleListener class to be removed) +12-12-2019 11:44:34.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.683 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5b25f1dc) +12-12-2019 11:44:34.685 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.686 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.686 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66bc7d79) +12-12-2019 11:44:34.688 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.689 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.689 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperListener' +12-12-2019 11:44:34.691 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperListener) +12-12-2019 11:44:34.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.' +12-12-2019 11:44:34.692 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.) +12-12-2019 11:44:34.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.692 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.693 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.693 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.694 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:34.696 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:34.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a ContainerListener class to be removed' +12-12-2019 11:44:34.697 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a ContainerListener class to be removed) +12-12-2019 11:44:34.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.698 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.700 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4b507f85) +12-12-2019 11:44:34.702 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.703 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.703 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3340eba4) +12-12-2019 11:44:34.705 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.706 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.706 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.709 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:34.711 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:34.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:34.711 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:34.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.712 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.712 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.712 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@471f5701) +12-12-2019 11:44:34.714 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.715 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.716 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:34.717 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:34.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:34.718 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:34.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.718 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.719 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.719 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42cdad2e) +12-12-2019 11:44:34.721 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.722 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.722 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:34.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:34.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:34.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContext, className=org.apache.catalina.mbeans.ContextMBean, description=Standard Context Component, group=Context, type=org.apache.catalina.core.StandardContext]) +12-12-2019 11:44:34.726 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:34.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:34.728 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.728 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:34.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:34.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:34.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:34.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContextValve' +12-12-2019 11:44:34.730 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContextValve) +12-12-2019 11:44:34.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardContext container implementation' +12-12-2019 11:44:34.731 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardContext container implementation) +12-12-2019 11:44:34.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:34.732 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:34.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:34.733 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:34.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContextValve' +12-12-2019 11:44:34.734 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContextValve) +12-12-2019 11:44:34.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.734 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.735 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:34.736 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:34.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?' +12-12-2019 11:44:34.737 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?) +12-12-2019 11:44:34.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:34.737 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:34.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:34.738 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:34.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.738 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aa95ea5) +12-12-2019 11:44:34.740 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:34.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:34.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:34.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:34.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:34.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:34.748 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:34.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.748 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e80999f) +12-12-2019 11:44:34.750 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.751 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.752 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:34.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:34.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:34.754 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:34.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.754 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:34.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:34.755 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:34.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.755 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31a7611) +12-12-2019 11:44:34.757 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.758 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.758 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:34.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:34.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + ' +12-12-2019 11:44:34.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContextValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardContext container implementation, group=Valve, type=org.apache.catalina.core.StandardContextValve]) +12-12-2019 11:44:34.760 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:34.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:34.761 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.762 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:34.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:34.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:34.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:34.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngine' +12-12-2019 11:44:34.763 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngine) +12-12-2019 11:44:34.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngine' +12-12-2019 11:44:34.764 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngine) +12-12-2019 11:44:34.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Engine Component' +12-12-2019 11:44:34.765 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Engine Component) +12-12-2019 11:44:34.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:34.766 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:34.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Engine' +12-12-2019 11:44:34.767 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Engine) +12-12-2019 11:44:34.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean' +12-12-2019 11:44:34.767 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean) +12-12-2019 11:44:34.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.768 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.768 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay' +12-12-2019 11:44:34.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay) +12-12-2019 11:44:34.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.' +12-12-2019 11:44:34.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.) +12-12-2019 11:44:34.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:34.771 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:34.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.771 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c911f81) +12-12-2019 11:44:34.773 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.777 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.777 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'catalinaBase' +12-12-2019 11:44:34.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=catalinaBase) +12-12-2019 11:44:34.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Base (instance) directory for this Engine, typically same as catalina.base system property' +12-12-2019 11:44:34.780 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Base (instance) directory for this Engine, typically same as catalina.base system property) +12-12-2019 11:44:34.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.780 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:34.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.781 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c0d20c0) +12-12-2019 11:44:34.783 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultHost' +12-12-2019 11:44:34.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultHost) +12-12-2019 11:44:34.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the default Host for this Engine' +12-12-2019 11:44:34.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the default Host for this Engine) +12-12-2019 11:44:34.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.787 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:34.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.787 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56fb00bf) +12-12-2019 11:44:34.789 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute' +12-12-2019 11:44:34.792 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute) +12-12-2019 11:44:34.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Route used for load balancing' +12-12-2019 11:44:34.792 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Route used for load balancing) +12-12-2019 11:44:34.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.793 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:34.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.793 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6014e8f) +12-12-2019 11:44:34.796 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.797 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.797 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource' +12-12-2019 11:44:34.799 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource) +12-12-2019 11:44:34.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with' +12-12-2019 11:44:34.800 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with) +12-12-2019 11:44:34.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object' +12-12-2019 11:44:34.801 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object) +12-12-2019 11:44:34.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.802 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@224824d9) +12-12-2019 11:44:34.804 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.805 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.806 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:34.812 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:34.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Engine' +12-12-2019 11:44:34.813 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Engine) +12-12-2019 11:44:34.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.813 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:34.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.814 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27461b70) +12-12-2019 11:44:34.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.818 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.818 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm' +12-12-2019 11:44:34.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm) +12-12-2019 11:44:34.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.' +12-12-2019 11:44:34.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.) +12-12-2019 11:44:34.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm' +12-12-2019 11:44:34.821 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm) +12-12-2019 11:44:34.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.821 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29b609df) +12-12-2019 11:44:34.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.824 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.824 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren' +12-12-2019 11:44:34.826 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren) +12-12-2019 11:44:34.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added.' +12-12-2019 11:44:34.826 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added.) +12-12-2019 11:44:34.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:34.827 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:34.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.827 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@254f5f50) +12-12-2019 11:44:34.829 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.830 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.830 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads' +12-12-2019 11:44:34.832 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads) +12-12-2019 11:44:34.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting and stopping child Hosts' +12-12-2019 11:44:34.833 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting and stopping child Hosts) +12-12-2019 11:44:34.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:34.834 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:34.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.835 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@46c2d9cc) +12-12-2019 11:44:34.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.838 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.838 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:34.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:34.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:34.840 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:34.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:34.841 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:34.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.843 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:34.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:34.844 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:34.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.845 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:34.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:34.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:34.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51c8c7ff) +12-12-2019 11:44:34.847 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:34.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:34.849 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.849 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild' +12-12-2019 11:44:34.853 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild) +12-12-2019 11:44:34.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a virtual host' +12-12-2019 11:44:34.854 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a virtual host) +12-12-2019 11:44:34.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.854 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.855 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.855 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.856 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:34.859 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:34.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added' +12-12-2019 11:44:34.859 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added) +12-12-2019 11:44:34.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.860 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.860 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4829c4e8) +12-12-2019 11:44:34.862 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.866 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.868 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.868 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.873 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added' +12-12-2019 11:44:34.874 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added) +12-12-2019 11:44:34.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.875 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.877 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@17c3a762) +12-12-2019 11:44:34.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.881 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.881 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:34.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@471f10ef) +12-12-2019 11:44:34.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.884 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.884 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener' +12-12-2019 11:44:34.886 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener) +12-12-2019 11:44:34.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Engine' +12-12-2019 11:44:34.886 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Engine) +12-12-2019 11:44:34.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.888 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.888 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:34.890 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:34.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added' +12-12-2019 11:44:34.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added) +12-12-2019 11:44:34.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.892 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@50ffc0cc) +12-12-2019 11:44:34.894 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.895 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.895 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@56f750bf) +12-12-2019 11:44:34.898 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.900 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.901 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.901 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve' +12-12-2019 11:44:34.903 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve) +12-12-2019 11:44:34.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Engine' +12-12-2019 11:44:34.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Engine) +12-12-2019 11:44:34.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:34.905 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:34.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.905 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.905 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType' +12-12-2019 11:44:34.907 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType) +12-12-2019 11:44:34.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added' +12-12-2019 11:44:34.908 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added) +12-12-2019 11:44:34.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.910 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.911 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c0505b4) +12-12-2019 11:44:34.913 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63a2eeb3) +12-12-2019 11:44:34.916 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.917 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.918 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:34.919 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:34.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:34.920 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:34.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.920 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.921 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.921 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4d75abab) +12-12-2019 11:44:34.924 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.925 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.925 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:34.927 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:34.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:34.928 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:34.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.928 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.929 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.929 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@216b6812) +12-12-2019 11:44:34.931 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.933 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.934 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild' +12-12-2019 11:44:34.936 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild) +12-12-2019 11:44:34.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Host) from this Engine' +12-12-2019 11:44:34.936 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Host) from this Engine) +12-12-2019 11:44:34.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.938 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.938 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:34.940 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:34.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed' +12-12-2019 11:44:34.943 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed) +12-12-2019 11:44:34.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.944 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.945 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@55b7f12e) +12-12-2019 11:44:34.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@21945a5d) +12-12-2019 11:44:34.950 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.951 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.951 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners' +12-12-2019 11:44:34.953 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners) +12-12-2019 11:44:34.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Engine' +12-12-2019 11:44:34.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Engine) +12-12-2019 11:44:34.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.955 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.955 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.955 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:34.957 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:34.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed' +12-12-2019 11:44:34.958 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed) +12-12-2019 11:44:34.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.958 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.959 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@41dc9537) +12-12-2019 11:44:34.961 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.962 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.962 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3b0d5ee6) +12-12-2019 11:44:34.964 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.965 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.966 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve' +12-12-2019 11:44:34.968 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve) +12-12-2019 11:44:34.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Engine' +12-12-2019 11:44:34.969 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Engine) +12-12-2019 11:44:34.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.969 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.970 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.970 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.971 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:34.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:34.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName' +12-12-2019 11:44:34.972 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName) +12-12-2019 11:44:34.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed' +12-12-2019 11:44:34.973 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed) +12-12-2019 11:44:34.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:34.973 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:34.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.974 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:34.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:34.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:34.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@51d9e628) +12-12-2019 11:44:34.977 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:34.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:34.978 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:34.978 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:34.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@529c08fc) +12-12-2019 11:44:34.980 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.981 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.981 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:34.983 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:34.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:34.983 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:34.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.984 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.984 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.985 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77cc4ab5) +12-12-2019 11:44:34.987 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.988 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.988 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:34.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:34.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:34.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:34.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:34.991 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:34.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:34.991 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:34.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:34.992 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:34.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.992 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:34.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:34.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:34.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:34.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2667c0c4) +12-12-2019 11:44:34.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:34.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:34.994 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:34.994 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:34.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:34.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:34.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:34.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:34.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngine, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Engine Component, group=Engine, type=org.apache.catalina.core.StandardEngine]) +12-12-2019 11:44:34.996 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:34.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:34.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:34.998 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:34.998 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:34.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:34.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:34.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:34.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:34.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngineValve' +12-12-2019 11:44:35.000 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngineValve) +12-12-2019 11:44:35.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardEngine container implementation' +12-12-2019 11:44:35.000 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardEngine container implementation) +12-12-2019 11:44:35.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.001 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:35.001 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:35.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngineValve' +12-12-2019 11:44:35.002 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngineValve) +12-12-2019 11:44:35.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.003 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.003 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:35.005 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:35.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?' +12-12-2019 11:44:35.005 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?) +12-12-2019 11:44:35.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.006 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.006 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.007 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38919a86) +12-12-2019 11:44:35.010 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.011 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.012 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:35.013 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:35.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:35.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:35.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.015 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a78be80) +12-12-2019 11:44:35.017 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.018 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.019 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.020 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.020 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.021 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.021 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f74d498) +12-12-2019 11:44:35.023 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.024 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.024 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + ' +12-12-2019 11:44:35.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngineValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardEngine container implementation, group=Valve, type=org.apache.catalina.core.StandardEngineValve]) +12-12-2019 11:44:35.026 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.027 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.027 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHost' +12-12-2019 11:44:35.029 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHost) +12-12-2019 11:44:35.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Host Component' +12-12-2019 11:44:35.029 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Host Component) +12-12-2019 11:44:35.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.030 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Host' +12-12-2019 11:44:35.031 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Host) +12-12-2019 11:44:35.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHost' +12-12-2019 11:44:35.031 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHost) +12-12-2019 11:44:35.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean' +12-12-2019 11:44:35.033 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean) +12-12-2019 11:44:35.033 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.033 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.034 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'aliases' +12-12-2019 11:44:35.035 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=aliases) +12-12-2019 11:44:35.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Host aliases' +12-12-2019 11:44:35.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Host aliases) +12-12-2019 11:44:35.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:35.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:35.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.037 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78d5652) +12-12-2019 11:44:35.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.039 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.040 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appBase' +12-12-2019 11:44:35.042 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appBase) +12-12-2019 11:44:35.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application root for this Host' +12-12-2019 11:44:35.044 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application root for this Host) +12-12-2019 11:44:35.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.044 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.045 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33fca98f) +12-12-2019 11:44:35.047 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.047 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.048 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'autoDeploy' +12-12-2019 11:44:35.049 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=autoDeploy) +12-12-2019 11:44:35.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The auto deploy flag for this Host' +12-12-2019 11:44:35.050 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The auto deploy flag for this Host) +12-12-2019 11:44:35.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.050 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.051 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c3f8dce) +12-12-2019 11:44:35.052 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.054 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.054 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay' +12-12-2019 11:44:35.056 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay) +12-12-2019 11:44:35.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.' +12-12-2019 11:44:35.056 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.) +12-12-2019 11:44:35.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.057 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.057 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@455656c5) +12-12-2019 11:44:35.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children' +12-12-2019 11:44:35.062 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children) +12-12-2019 11:44:35.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children' +12-12-2019 11:44:35.063 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children) +12-12-2019 11:44:35.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;' +12-12-2019 11:44:35.063 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;) +12-12-2019 11:44:35.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.064 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2884a7fb) +12-12-2019 11:44:35.068 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.069 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.069 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configClass' +12-12-2019 11:44:35.072 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configClass) +12-12-2019 11:44:35.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The configuration class for contexts' +12-12-2019 11:44:35.072 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The configuration class for contexts) +12-12-2019 11:44:35.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.073 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.075 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e62d3b5) +12-12-2019 11:44:35.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.079 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.079 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass' +12-12-2019 11:44:35.081 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass) +12-12-2019 11:44:35.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default Context implementation class for deployed web applications.' +12-12-2019 11:44:35.081 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default Context implementation class for deployed web applications.) +12-12-2019 11:44:35.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.082 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.082 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.083 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e33604a) +12-12-2019 11:44:35.085 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.086 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.086 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML' +12-12-2019 11:44:35.088 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML) +12-12-2019 11:44:35.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?' +12-12-2019 11:44:35.089 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?) +12-12-2019 11:44:35.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.089 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.089 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.090 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@924e137) +12-12-2019 11:44:35.092 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.093 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.093 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'createDirs' +12-12-2019 11:44:35.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=createDirs) +12-12-2019 11:44:35.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we create directories upon startup for appBase and xmlBase? ' +12-12-2019 11:44:35.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we create directories upon startup for appBase and xmlBase? ) +12-12-2019 11:44:35.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.096 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4122497) +12-12-2019 11:44:35.098 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.100 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.101 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployIgnore' +12-12-2019 11:44:35.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployIgnore) +12-12-2019 11:44:35.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Paths within appBase ignored for automatic deployment' +12-12-2019 11:44:35.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Paths within appBase ignored for automatic deployment) +12-12-2019 11:44:35.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.104 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.104 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c05b0db) +12-12-2019 11:44:35.106 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.107 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.107 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployOnStartup' +12-12-2019 11:44:35.111 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployOnStartup) +12-12-2019 11:44:35.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy on startup flag for this Host' +12-12-2019 11:44:35.111 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy on startup flag for this Host) +12-12-2019 11:44:35.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.111 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.112 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@951bc21) +12-12-2019 11:44:35.113 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML' +12-12-2019 11:44:35.115 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML) +12-12-2019 11:44:35.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'deploy Context XML config files property' +12-12-2019 11:44:35.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=deploy Context XML config files property) +12-12-2019 11:44:35.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.117 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.117 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2752c965) +12-12-2019 11:44:35.119 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.120 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.120 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorReportValveClass' +12-12-2019 11:44:35.122 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorReportValveClass) +12-12-2019 11:44:35.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default error reporter implementation class for deployed web applications.' +12-12-2019 11:44:35.123 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default error reporter implementation class for deployed web applications.) +12-12-2019 11:44:35.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.123 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.124 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.124 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32716784) +12-12-2019 11:44:35.126 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.127 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.127 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource' +12-12-2019 11:44:35.129 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource) +12-12-2019 11:44:35.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with' +12-12-2019 11:44:35.130 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with) +12-12-2019 11:44:35.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object' +12-12-2019 11:44:35.130 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object) +12-12-2019 11:44:35.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.131 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73b38a79) +12-12-2019 11:44:35.133 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.135 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.135 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:35.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:35.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Host' +12-12-2019 11:44:35.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Host) +12-12-2019 11:44:35.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.138 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.138 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7787809a) +12-12-2019 11:44:35.139 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.140 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.141 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm' +12-12-2019 11:44:35.143 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm) +12-12-2019 11:44:35.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.' +12-12-2019 11:44:35.143 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.) +12-12-2019 11:44:35.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm' +12-12-2019 11:44:35.144 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm) +12-12-2019 11:44:35.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.145 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@462f66ee) +12-12-2019 11:44:35.147 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.148 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.148 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren' +12-12-2019 11:44:35.150 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren) +12-12-2019 11:44:35.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added?' +12-12-2019 11:44:35.150 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added?) +12-12-2019 11:44:35.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.151 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.151 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fdb64e8) +12-12-2019 11:44:35.153 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.154 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.155 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads' +12-12-2019 11:44:35.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads) +12-12-2019 11:44:35.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting, stopping and deploying child Contexts' +12-12-2019 11:44:35.158 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting, stopping and deploying child Contexts) +12-12-2019 11:44:35.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.158 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.159 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@10d4d928) +12-12-2019 11:44:35.161 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.161 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.162 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.165 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.167 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.167 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.168 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b9c08f8) +12-12-2019 11:44:35.170 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.171 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.171 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'undeployOldVersions' +12-12-2019 11:44:35.173 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=undeployOldVersions) +12-12-2019 11:44:35.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.' +12-12-2019 11:44:35.173 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.) +12-12-2019 11:44:35.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.173 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.175 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66b91d73) +12-12-2019 11:44:35.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.179 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.179 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs' +12-12-2019 11:44:35.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs) +12-12-2019 11:44:35.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WARs property' +12-12-2019 11:44:35.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WARs property) +12-12-2019 11:44:35.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.183 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4261d968) +12-12-2019 11:44:35.184 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.185 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.185 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'valveNames' +12-12-2019 11:44:35.187 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=valveNames) +12-12-2019 11:44:35.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the MBean Names of the Valves associated with this Host' +12-12-2019 11:44:35.188 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the MBean Names of the Valves associated with this Host) +12-12-2019 11:44:35.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:35.188 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:35.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.189 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74ca4595) +12-12-2019 11:44:35.190 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.192 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.192 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir' +12-12-2019 11:44:35.193 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir) +12-12-2019 11:44:35.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Work Directory base for applications' +12-12-2019 11:44:35.194 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Work Directory base for applications) +12-12-2019 11:44:35.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.194 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.195 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f2a583c) +12-12-2019 11:44:35.197 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.200 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.202 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlBase' +12-12-2019 11:44:35.204 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlBase) +12-12-2019 11:44:35.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The XML root for this Host.' +12-12-2019 11:44:35.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The XML root for this Host.) +12-12-2019 11:44:35.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.206 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6156862f) +12-12-2019 11:44:35.208 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.210 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.211 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addAlias' +12-12-2019 11:44:35.212 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addAlias) +12-12-2019 11:44:35.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an alias name that should be mapped to this Host' +12-12-2019 11:44:35.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an alias name that should be mapped to this Host) +12-12-2019 11:44:35.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.214 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.214 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.214 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias' +12-12-2019 11:44:35.216 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias) +12-12-2019 11:44:35.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The alias to be added' +12-12-2019 11:44:35.216 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The alias to be added) +12-12-2019 11:44:35.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.217 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2d30b9f4) +12-12-2019 11:44:35.219 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.220 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@bf0a72a) +12-12-2019 11:44:35.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.222 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.222 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild' +12-12-2019 11:44:35.224 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild) +12-12-2019 11:44:35.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child(Context) to this Host' +12-12-2019 11:44:35.224 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child(Context) to this Host) +12-12-2019 11:44:35.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.226 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.226 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.226 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:35.228 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:35.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added' +12-12-2019 11:44:35.229 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added) +12-12-2019 11:44:35.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.230 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.231 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1606e5d0) +12-12-2019 11:44:35.235 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.236 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.236 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added' +12-12-2019 11:44:35.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added) +12-12-2019 11:44:35.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.239 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.239 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@43b46ec1) +12-12-2019 11:44:35.243 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.244 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.244 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:35.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6b63805a) +12-12-2019 11:44:35.246 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.246 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.247 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener' +12-12-2019 11:44:35.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener) +12-12-2019 11:44:35.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Host' +12-12-2019 11:44:35.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Host) +12-12-2019 11:44:35.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.249 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.249 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.249 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:35.250 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:35.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added' +12-12-2019 11:44:35.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added) +12-12-2019 11:44:35.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.251 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@65a4b3eb) +12-12-2019 11:44:35.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@442df2ea) +12-12-2019 11:44:35.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.257 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.257 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve' +12-12-2019 11:44:35.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve) +12-12-2019 11:44:35.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Host' +12-12-2019 11:44:35.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Host) +12-12-2019 11:44:35.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.260 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:35.260 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:35.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.260 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.260 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType' +12-12-2019 11:44:35.262 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType) +12-12-2019 11:44:35.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added' +12-12-2019 11:44:35.263 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added) +12-12-2019 11:44:35.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.264 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.264 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@240f4ec8) +12-12-2019 11:44:35.267 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.269 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.269 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@53197b43) +12-12-2019 11:44:35.271 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.271 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:35.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:35.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:35.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:35.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.274 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.275 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.276 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1362a120) +12-12-2019 11:44:35.279 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.279 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.280 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findAliases' +12-12-2019 11:44:35.281 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findAliases) +12-12-2019 11:44:35.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of alias names for this Host' +12-12-2019 11:44:35.281 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of alias names for this Host) +12-12-2019 11:44:35.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:35.281 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:35.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:35.282 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:35.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.282 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3873bb04) +12-12-2019 11:44:35.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.285 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.285 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findReloadedContextMemoryLeaks' +12-12-2019 11:44:35.286 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findReloadedContextMemoryLeaks) +12-12-2019 11:44:35.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.' +12-12-2019 11:44:35.286 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.) +12-12-2019 11:44:35.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:35.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:35.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.287 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6654dbcc) +12-12-2019 11:44:35.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.289 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.290 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:35.291 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:35.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:35.291 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:35.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.292 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.292 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.292 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7e0f6726) +12-12-2019 11:44:35.294 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.295 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.295 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeAlias' +12-12-2019 11:44:35.296 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeAlias) +12-12-2019 11:44:35.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified alias name from the aliases for this Host' +12-12-2019 11:44:35.297 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified alias name from the aliases for this Host) +12-12-2019 11:44:35.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.297 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.298 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.298 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.298 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias' +12-12-2019 11:44:35.301 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias) +12-12-2019 11:44:35.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Alias name to be removed' +12-12-2019 11:44:35.301 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Alias name to be removed) +12-12-2019 11:44:35.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.302 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.302 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7862a266) +12-12-2019 11:44:35.303 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.304 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.304 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5dec9df5) +12-12-2019 11:44:35.306 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.307 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.307 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild' +12-12-2019 11:44:35.311 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild) +12-12-2019 11:44:35.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Context) from this Host' +12-12-2019 11:44:35.311 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Context) from this Host) +12-12-2019 11:44:35.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.312 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.312 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.313 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.313 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.314 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed' +12-12-2019 11:44:35.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed) +12-12-2019 11:44:35.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.316 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d26a73f) +12-12-2019 11:44:35.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.318 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.318 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1815c5ea) +12-12-2019 11:44:35.320 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.320 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.321 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners' +12-12-2019 11:44:35.322 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners) +12-12-2019 11:44:35.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Host' +12-12-2019 11:44:35.322 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Host) +12-12-2019 11:44:35.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.323 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.323 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.323 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.324 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:35.325 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:35.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed' +12-12-2019 11:44:35.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed) +12-12-2019 11:44:35.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.326 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7509251c) +12-12-2019 11:44:35.328 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.329 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.329 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4c331d7d) +12-12-2019 11:44:35.330 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.331 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.331 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve' +12-12-2019 11:44:35.334 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve) +12-12-2019 11:44:35.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Host' +12-12-2019 11:44:35.334 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Host) +12-12-2019 11:44:35.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.335 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.335 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.336 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.336 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName' +12-12-2019 11:44:35.337 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName) +12-12-2019 11:44:35.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed' +12-12-2019 11:44:35.337 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed) +12-12-2019 11:44:35.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.338 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.338 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6404549b) +12-12-2019 11:44:35.339 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.340 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.341 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5288f764) +12-12-2019 11:44:35.344 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.345 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.345 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:35.348 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:35.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:35.349 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:35.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.351 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.352 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.352 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e9509ec) +12-12-2019 11:44:35.354 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:35.356 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:35.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:35.357 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:35.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.357 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.357 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.358 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3a9939b6) +12-12-2019 11:44:35.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:35.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHost, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Host Component, group=Host, type=org.apache.catalina.core.StandardHost]) +12-12-2019 11:44:35.362 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.363 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.363 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHostValve' +12-12-2019 11:44:35.365 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHostValve) +12-12-2019 11:44:35.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardHost container implementation' +12-12-2019 11:44:35.366 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardHost container implementation) +12-12-2019 11:44:35.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.366 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:35.366 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:35.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHostValve' +12-12-2019 11:44:35.367 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHostValve) +12-12-2019 11:44:35.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.367 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.367 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:35.369 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:35.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?' +12-12-2019 11:44:35.369 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?) +12-12-2019 11:44:35.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.369 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.370 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.370 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c7f12f2) +12-12-2019 11:44:35.371 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.372 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.372 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:35.374 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:35.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:35.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:35.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.376 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.378 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69d9f9ce) +12-12-2019 11:44:35.380 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.381 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.381 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.382 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.383 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.383 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.383 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f455770) +12-12-2019 11:44:35.385 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.386 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.386 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + ' +12-12-2019 11:44:35.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardHost container implementation, group=Valve, type=org.apache.catalina.core.StandardHostValve]) +12-12-2019 11:44:35.387 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.388 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.388 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardServer' +12-12-2019 11:44:35.390 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardServer) +12-12-2019 11:44:35.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Server Component' +12-12-2019 11:44:35.390 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Server Component) +12-12-2019 11:44:35.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.391 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Server' +12-12-2019 11:44:35.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Server) +12-12-2019 11:44:35.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardServer' +12-12-2019 11:44:35.393 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardServer) +12-12-2019 11:44:35.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.394 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.394 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address' +12-12-2019 11:44:35.395 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address) +12-12-2019 11:44:35.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The address on which we wait for shutdown commands.' +12-12-2019 11:44:35.396 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The address on which we wait for shutdown commands.) +12-12-2019 11:44:35.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.396 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.397 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c40268a) +12-12-2019 11:44:35.399 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.400 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.400 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource' +12-12-2019 11:44:35.401 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource) +12-12-2019 11:44:35.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with' +12-12-2019 11:44:35.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with) +12-12-2019 11:44:35.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object' +12-12-2019 11:44:35.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object) +12-12-2019 11:44:35.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.403 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1922c18c) +12-12-2019 11:44:35.404 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.405 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.405 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port' +12-12-2019 11:44:35.406 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port) +12-12-2019 11:44:35.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'TCP port for shutdown messages' +12-12-2019 11:44:35.406 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=TCP port for shutdown messages) +12-12-2019 11:44:35.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.407 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40d458e0) +12-12-2019 11:44:35.410 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.411 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.411 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverInfo' +12-12-2019 11:44:35.413 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverInfo) +12-12-2019 11:44:35.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server release identifier' +12-12-2019 11:44:35.413 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server release identifier) +12-12-2019 11:44:35.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.413 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.414 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.414 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c3b51bd) +12-12-2019 11:44:35.415 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.416 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.416 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverBuilt' +12-12-2019 11:44:35.417 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverBuilt) +12-12-2019 11:44:35.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server built timestamp' +12-12-2019 11:44:35.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server built timestamp) +12-12-2019 11:44:35.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.419 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71d25ec6) +12-12-2019 11:44:35.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverNumber' +12-12-2019 11:44:35.422 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverNumber) +12-12-2019 11:44:35.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server's version number' +12-12-2019 11:44:35.422 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server's version number) +12-12-2019 11:44:35.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.422 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.423 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.423 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e73cfd1) +12-12-2019 11:44:35.425 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serviceNames' +12-12-2019 11:44:35.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serviceNames) +12-12-2019 11:44:35.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all services we know about' +12-12-2019 11:44:35.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all services we know about) +12-12-2019 11:44:35.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;' +12-12-2019 11:44:35.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;) +12-12-2019 11:44:35.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.428 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.428 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c028ba7) +12-12-2019 11:44:35.429 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.430 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.430 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'shutdown' +12-12-2019 11:44:35.432 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=shutdown) +12-12-2019 11:44:35.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Shutdown password' +12-12-2019 11:44:35.432 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Shutdown password) +12-12-2019 11:44:35.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.433 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.433 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a028723) +12-12-2019 11:44:35.435 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.436 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.436 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.438 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.438 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.439 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4945d8cb) +12-12-2019 11:44:35.440 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.440 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.441 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'await' +12-12-2019 11:44:35.443 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=await) +12-12-2019 11:44:35.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Wait for the shutdown message' +12-12-2019 11:44:35.444 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Wait for the shutdown message) +12-12-2019 11:44:35.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.444 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.445 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@29a88b75) +12-12-2019 11:44:35.446 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'storeConfig' +12-12-2019 11:44:35.448 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=storeConfig) +12-12-2019 11:44:35.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current state to server.xml file' +12-12-2019 11:44:35.449 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current state to server.xml file) +12-12-2019 11:44:35.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.449 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.449 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.450 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.450 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@21ff6254) +12-12-2019 11:44:35.451 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.452 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.452 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:35.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardServer, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard Server Component, group=Server, type=org.apache.catalina.core.StandardServer]) +12-12-2019 11:44:35.453 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.455 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:35.455 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardService' +12-12-2019 11:44:35.456 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardService) +12-12-2019 11:44:35.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Service Component' +12-12-2019 11:44:35.456 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Service Component) +12-12-2019 11:44:35.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.457 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Service' +12-12-2019 11:44:35.457 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Service) +12-12-2019 11:44:35.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardService' +12-12-2019 11:44:35.458 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardService) +12-12-2019 11:44:35.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ServiceMBean' +12-12-2019 11:44:35.459 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ServiceMBean) +12-12-2019 11:44:35.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.459 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.459 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectorNames' +12-12-2019 11:44:35.460 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectorNames) +12-12-2019 11:44:35.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'ObjectNames of the connectors' +12-12-2019 11:44:35.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=ObjectNames of the connectors) +12-12-2019 11:44:35.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;' +12-12-2019 11:44:35.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;) +12-12-2019 11:44:35.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.462 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15800d26) +12-12-2019 11:44:35.463 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.464 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.464 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource' +12-12-2019 11:44:35.466 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource) +12-12-2019 11:44:35.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with' +12-12-2019 11:44:35.466 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with) +12-12-2019 11:44:35.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object' +12-12-2019 11:44:35.467 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object) +12-12-2019 11:44:35.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.467 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fb72000) +12-12-2019 11:44:35.469 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.470 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.470 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:35.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:35.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Service' +12-12-2019 11:44:35.472 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Service) +12-12-2019 11:44:35.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.472 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.472 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6922f5b) +12-12-2019 11:44:35.474 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.476 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.476 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.478 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.479 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.479 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.479 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.480 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@891f8b0) +12-12-2019 11:44:35.481 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.482 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.482 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addConnector' +12-12-2019 11:44:35.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addConnector) +12-12-2019 11:44:35.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new connector' +12-12-2019 11:44:35.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new connector) +12-12-2019 11:44:35.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.485 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.485 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.485 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.486 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address' +12-12-2019 11:44:35.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address) +12-12-2019 11:44:35.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind' +12-12-2019 11:44:35.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind) +12-12-2019 11:44:35.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.488 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d6d2db9) +12-12-2019 11:44:35.490 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.491 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.491 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port' +12-12-2019 11:44:35.492 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port) +12-12-2019 11:44:35.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on' +12-12-2019 11:44:35.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on) +12-12-2019 11:44:35.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int' +12-12-2019 11:44:35.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int) +12-12-2019 11:44:35.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.493 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6bacb934) +12-12-2019 11:44:35.495 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.496 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.496 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isAjp' +12-12-2019 11:44:35.497 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isAjp) +12-12-2019 11:44:35.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a AJP/1.3 Connector' +12-12-2019 11:44:35.497 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a AJP/1.3 Connector) +12-12-2019 11:44:35.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.498 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean) +12-12-2019 11:44:35.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.499 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7c53abed) +12-12-2019 11:44:35.500 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.501 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.501 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isSSL' +12-12-2019 11:44:35.502 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isSSL) +12-12-2019 11:44:35.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a secure Connector' +12-12-2019 11:44:35.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a secure Connector) +12-12-2019 11:44:35.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean) +12-12-2019 11:44:35.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.503 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b8088af) +12-12-2019 11:44:35.505 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.506 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.506 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + ' +12-12-2019 11:44:35.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ff47283) +12-12-2019 11:44:35.508 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.510 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.510 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addExecutor' +12-12-2019 11:44:35.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addExecutor) +12-12-2019 11:44:35.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Adds a named executor to the service' +12-12-2019 11:44:35.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Adds a named executor to the service) +12-12-2019 11:44:35.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.513 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.513 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.513 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:35.515 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:35.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Classname of the Executor to be added' +12-12-2019 11:44:35.515 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Classname of the Executor to be added) +12-12-2019 11:44:35.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.516 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.516 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@19f1f50) +12-12-2019 11:44:35.518 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.518 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.519 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6072c04d) +12-12-2019 11:44:35.520 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.521 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.521 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConnectors' +12-12-2019 11:44:35.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConnectors) +12-12-2019 11:44:35.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Find and return the set of Connectors associated with this Service' +12-12-2019 11:44:35.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Find and return the set of Connectors associated with this Service) +12-12-2019 11:44:35.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:35.524 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:35.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.524 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:35.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f48f91c) +12-12-2019 11:44:35.526 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.527 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.527 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findExecutors' +12-12-2019 11:44:35.528 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findExecutors) +12-12-2019 11:44:35.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves all executors' +12-12-2019 11:44:35.529 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves all executors) +12-12-2019 11:44:35.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.529 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:35.529 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:35.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.530 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.530 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:35.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3304e01c) +12-12-2019 11:44:35.532 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.532 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.533 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getExecutor' +12-12-2019 11:44:35.534 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getExecutor) +12-12-2019 11:44:35.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves executor by name' +12-12-2019 11:44:35.534 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves executor by name) +12-12-2019 11:44:35.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.535 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:35.535 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:35.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.535 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the executor to be retrieved' +12-12-2019 11:44:35.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the executor to be retrieved) +12-12-2019 11:44:35.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.538 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a180cb3) +12-12-2019 11:44:35.540 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.541 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.541 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c9ecd15) +12-12-2019 11:44:35.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.545 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.545 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:35.547 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:35.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:35.547 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:35.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.547 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.548 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.548 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64c65383) +12-12-2019 11:44:35.550 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.551 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.551 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:35.552 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:35.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:35.553 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:35.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.553 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.554 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.554 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@70564b07) +12-12-2019 11:44:35.556 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.556 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.557 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:35.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardService, className=org.apache.catalina.mbeans.ServiceMBean, description=Standard Service Component, group=Service, type=org.apache.catalina.core.StandardService]) +12-12-2019 11:44:35.558 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.559 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.559 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardThreadExecutor' +12-12-2019 11:44:35.561 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardThreadExecutor) +12-12-2019 11:44:35.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of a thread pool' +12-12-2019 11:44:35.561 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of a thread pool) +12-12-2019 11:44:35.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.561 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Executor' +12-12-2019 11:44:35.562 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Executor) +12-12-2019 11:44:35.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardThreadExecutor' +12-12-2019 11:44:35.562 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardThreadExecutor) +12-12-2019 11:44:35.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeCount' +12-12-2019 11:44:35.564 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeCount) +12-12-2019 11:44:35.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads currently processing a task' +12-12-2019 11:44:35.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads currently processing a task) +12-12-2019 11:44:35.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.566 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.566 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a21ac2a) +12-12-2019 11:44:35.567 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.568 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.569 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'completedTaskCount' +12-12-2019 11:44:35.570 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=completedTaskCount) +12-12-2019 11:44:35.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks completed by the executor' +12-12-2019 11:44:35.570 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks completed by the executor) +12-12-2019 11:44:35.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.571 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.571 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.572 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@301d301e) +12-12-2019 11:44:35.573 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.574 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.574 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'corePoolSize' +12-12-2019 11:44:35.577 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=corePoolSize) +12-12-2019 11:44:35.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Core size of the thread pool' +12-12-2019 11:44:35.578 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Core size of the thread pool) +12-12-2019 11:44:35.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.578 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.579 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.579 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@669137d5) +12-12-2019 11:44:35.581 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.581 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.581 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon' +12-12-2019 11:44:35.583 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon) +12-12-2019 11:44:35.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Run threads in daemon or non-daemon state?' +12-12-2019 11:44:35.583 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Run threads in daemon or non-daemon state?) +12-12-2019 11:44:35.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.583 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.584 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@245d4673) +12-12-2019 11:44:35.585 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.586 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.586 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'largestPoolSize' +12-12-2019 11:44:35.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=largestPoolSize) +12-12-2019 11:44:35.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Peak number of threads' +12-12-2019 11:44:35.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Peak number of threads) +12-12-2019 11:44:35.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.588 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.588 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@536aee2e) +12-12-2019 11:44:35.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.590 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.590 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleTime' +12-12-2019 11:44:35.592 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleTime) +12-12-2019 11:44:35.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Max number of milliseconds a thread can be idle before it can be shutdown' +12-12-2019 11:44:35.592 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Max number of milliseconds a thread can be idle before it can be shutdown) +12-12-2019 11:44:35.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.593 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.593 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aaea99d) +12-12-2019 11:44:35.594 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.595 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.595 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxQueueSize' +12-12-2019 11:44:35.597 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxQueueSize) +12-12-2019 11:44:35.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of tasks for the pending task queue' +12-12-2019 11:44:35.597 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of tasks for the pending task queue) +12-12-2019 11:44:35.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.598 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.598 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@656e0882) +12-12-2019 11:44:35.600 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.601 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.601 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads' +12-12-2019 11:44:35.603 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads) +12-12-2019 11:44:35.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of allocated threads' +12-12-2019 11:44:35.603 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of allocated threads) +12-12-2019 11:44:35.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.603 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.604 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b4eb482) +12-12-2019 11:44:35.605 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.606 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.606 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads' +12-12-2019 11:44:35.607 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads) +12-12-2019 11:44:35.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum number of allocated threads' +12-12-2019 11:44:35.607 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum number of allocated threads) +12-12-2019 11:44:35.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.608 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.608 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fd1345b) +12-12-2019 11:44:35.611 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.612 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.612 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:35.613 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:35.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Executor' +12-12-2019 11:44:35.614 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Executor) +12-12-2019 11:44:35.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.614 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.614 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50cc827d) +12-12-2019 11:44:35.616 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.616 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.617 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namePrefix' +12-12-2019 11:44:35.618 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namePrefix) +12-12-2019 11:44:35.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name prefix for thread names created by this executor' +12-12-2019 11:44:35.618 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name prefix for thread names created by this executor) +12-12-2019 11:44:35.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.618 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45f3bafe) +12-12-2019 11:44:35.620 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'poolSize' +12-12-2019 11:44:35.622 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=poolSize) +12-12-2019 11:44:35.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads in the pool' +12-12-2019 11:44:35.622 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads in the pool) +12-12-2019 11:44:35.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.623 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b47fc66) +12-12-2019 11:44:35.625 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.626 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.626 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prestartminSpareThreads' +12-12-2019 11:44:35.627 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prestartminSpareThreads) +12-12-2019 11:44:35.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Prestart threads?' +12-12-2019 11:44:35.627 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Prestart threads?) +12-12-2019 11:44:35.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.627 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.628 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.628 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d1260b9) +12-12-2019 11:44:35.630 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.631 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.631 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'queueSize' +12-12-2019 11:44:35.632 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=queueSize) +12-12-2019 11:44:35.633 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks waiting to be processed' +12-12-2019 11:44:35.633 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks waiting to be processed) +12-12-2019 11:44:35.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.634 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.635 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.635 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9f9d20c) +12-12-2019 11:44:35.636 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.637 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.637 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.638 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.639 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.639 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.639 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.640 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5105bd87) +12-12-2019 11:44:35.643 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.644 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.644 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority' +12-12-2019 11:44:35.645 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority) +12-12-2019 11:44:35.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for threads in this thread pool' +12-12-2019 11:44:35.646 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for threads in this thread pool) +12-12-2019 11:44:35.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.646 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.647 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7585cf0d) +12-12-2019 11:44:35.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadRenewalDelay' +12-12-2019 11:44:35.650 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadRenewalDelay) +12-12-2019 11:44:35.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.' +12-12-2019 11:44:35.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.) +12-12-2019 11:44:35.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:35.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:35.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.652 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b3c6eac) +12-12-2019 11:44:35.653 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.654 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.654 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:35.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardThreadExecutor, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of a thread pool, group=Executor, type=org.apache.catalina.core.StandardThreadExecutor]) +12-12-2019 11:44:35.655 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.656 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.656 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapper' +12-12-2019 11:44:35.657 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapper) +12-12-2019 11:44:35.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet definition' +12-12-2019 11:44:35.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet definition) +12-12-2019 11:44:35.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Wrapper' +12-12-2019 11:44:35.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Wrapper) +12-12-2019 11:44:35.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapper' +12-12-2019 11:44:35.659 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapper) +12-12-2019 11:44:35.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean' +12-12-2019 11:44:35.659 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean) +12-12-2019 11:44:35.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.660 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.660 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:35.661 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:35.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Async support' +12-12-2019 11:44:35.662 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Async support) +12-12-2019 11:44:35.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.662 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.663 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.663 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c92be75) +12-12-2019 11:44:35.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.666 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.667 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'available' +12-12-2019 11:44:35.668 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=available) +12-12-2019 11:44:35.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.' +12-12-2019 11:44:35.669 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.) +12-12-2019 11:44:35.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:35.669 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:35.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.669 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6087c1e5) +12-12-2019 11:44:35.671 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.671 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.671 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay' +12-12-2019 11:44:35.673 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay) +12-12-2019 11:44:35.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.' +12-12-2019 11:44:35.673 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.) +12-12-2019 11:44:35.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.673 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.674 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ba1975f) +12-12-2019 11:44:35.676 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.678 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.678 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'classLoadTime' +12-12-2019 11:44:35.680 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=classLoadTime) +12-12-2019 11:44:35.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load the Servlet class' +12-12-2019 11:44:35.680 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load the Servlet class) +12-12-2019 11:44:35.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.680 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.681 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.681 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@350c789) +12-12-2019 11:44:35.682 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'countAllocated' +12-12-2019 11:44:35.685 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=countAllocated) +12-12-2019 11:44:35.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).' +12-12-2019 11:44:35.685 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).) +12-12-2019 11:44:35.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.685 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.686 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a38b080) +12-12-2019 11:44:35.688 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.688 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.688 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount' +12-12-2019 11:44:35.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount) +12-12-2019 11:44:35.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Error count' +12-12-2019 11:44:35.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Error count) +12-12-2019 11:44:35.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.691 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.692 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54eed0cb) +12-12-2019 11:44:35.693 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.694 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.694 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadOnStartup' +12-12-2019 11:44:35.695 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadOnStartup) +12-12-2019 11:44:35.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The load-on-startup order value (negative value means load on first call) for this servlet.' +12-12-2019 11:44:35.696 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The load-on-startup order value (negative value means load on first call) for this servlet.) +12-12-2019 11:44:35.696 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.696 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.697 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6342ae66) +12-12-2019 11:44:35.700 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.701 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.701 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.702 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadTime' +12-12-2019 11:44:35.702 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadTime) +12-12-2019 11:44:35.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load and initialise the Servlet' +12-12-2019 11:44:35.703 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load and initialise the Servlet) +12-12-2019 11:44:35.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:35.703 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:35.703 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.703 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.704 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66ab5108) +12-12-2019 11:44:35.705 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.706 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.706 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime' +12-12-2019 11:44:35.710 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime) +12-12-2019 11:44:35.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum processing time of a request' +12-12-2019 11:44:35.711 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum processing time of a request) +12-12-2019 11:44:35.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:35.711 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:35.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.712 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.712 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29d851ed) +12-12-2019 11:44:35.714 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.715 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.715 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxInstances' +12-12-2019 11:44:35.717 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxInstances) +12-12-2019 11:44:35.717 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of STM instances.' +12-12-2019 11:44:35.717 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of STM instances.) +12-12-2019 11:44:35.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.718 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.718 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b92a495) +12-12-2019 11:44:35.719 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.720 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.720 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime' +12-12-2019 11:44:35.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime) +12-12-2019 11:44:35.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum processing time of a request' +12-12-2019 11:44:35.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum processing time of a request) +12-12-2019 11:44:35.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:35.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:35.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.723 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.723 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d551a1f) +12-12-2019 11:44:35.725 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.726 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.726 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName' +12-12-2019 11:44:35.727 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName) +12-12-2019 11:44:35.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object' +12-12-2019 11:44:35.727 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object) +12-12-2019 11:44:35.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.728 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.728 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@414a27ac) +12-12-2019 11:44:35.730 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.731 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.731 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime' +12-12-2019 11:44:35.734 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime) +12-12-2019 11:44:35.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total execution time of the servlet's service method' +12-12-2019 11:44:35.734 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total execution time of the servlet's service method) +12-12-2019 11:44:35.734 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:35.735 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:35.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.735 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.735 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a764151) +12-12-2019 11:44:35.737 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.737 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.737 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount' +12-12-2019 11:44:35.739 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount) +12-12-2019 11:44:35.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of requests processed by this wrapper' +12-12-2019 11:44:35.739 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of requests processed by this wrapper) +12-12-2019 11:44:35.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:35.739 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:35.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.740 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.740 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34defe86) +12-12-2019 11:44:35.744 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.745 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.745 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'runAs' +12-12-2019 11:44:35.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=runAs) +12-12-2019 11:44:35.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.' +12-12-2019 11:44:35.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.) +12-12-2019 11:44:35.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.747 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@618e9fe0) +12-12-2019 11:44:35.748 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.749 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.749 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'servletClass' +12-12-2019 11:44:35.751 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=servletClass) +12-12-2019 11:44:35.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.' +12-12-2019 11:44:35.751 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.) +12-12-2019 11:44:35.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.751 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.752 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.752 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@690d189f) +12-12-2019 11:44:35.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.754 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.754 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'singleThreadModel' +12-12-2019 11:44:35.755 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=singleThreadModel) +12-12-2019 11:44:35.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this servlet implement the SingleThreadModel interface?' +12-12-2019 11:44:35.756 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this servlet implement the SingleThreadModel interface?) +12-12-2019 11:44:35.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Boolean' +12-12-2019 11:44:35.756 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Boolean) +12-12-2019 11:44:35.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:35.757 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:35.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.757 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.757 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ae4f1f6) +12-12-2019 11:44:35.759 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.760 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.760 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.761 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.762 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.763 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.763 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.764 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f000ad5) +12-12-2019 11:44:35.765 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.766 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.767 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addInitParameter' +12-12-2019 11:44:35.769 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addInitParameter) +12-12-2019 11:44:35.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper' +12-12-2019 11:44:35.769 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper) +12-12-2019 11:44:35.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.770 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.770 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of this initialization parameter to add' +12-12-2019 11:44:35.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of this initialization parameter to add) +12-12-2019 11:44:35.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.773 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.773 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3cc1e6c) +12-12-2019 11:44:35.777 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.778 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.778 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value' +12-12-2019 11:44:35.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value) +12-12-2019 11:44:35.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of this initialization parameter to add' +12-12-2019 11:44:35.780 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of this initialization parameter to add) +12-12-2019 11:44:35.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.780 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.780 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@204276a) +12-12-2019 11:44:35.782 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.782 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.783 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:35.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@fe21d9d) +12-12-2019 11:44:35.784 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.785 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.785 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener' +12-12-2019 11:44:35.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener) +12-12-2019 11:44:35.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Wrapper' +12-12-2019 11:44:35.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Wrapper) +12-12-2019 11:44:35.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.787 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.787 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.787 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.787 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:35.789 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:35.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added' +12-12-2019 11:44:35.789 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added) +12-12-2019 11:44:35.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.789 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@308be816) +12-12-2019 11:44:35.791 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.792 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.792 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5357af15) +12-12-2019 11:44:35.794 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.795 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.795 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMapping' +12-12-2019 11:44:35.796 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMapping) +12-12-2019 11:44:35.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a mapping associated with the Wrapper.' +12-12-2019 11:44:35.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a mapping associated with the Wrapper.) +12-12-2019 11:44:35.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.798 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.798 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping' +12-12-2019 11:44:35.800 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping) +12-12-2019 11:44:35.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The new wrapper mapping' +12-12-2019 11:44:35.801 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The new wrapper mapping) +12-12-2019 11:44:35.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.801 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.801 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@70cbfd62) +12-12-2019 11:44:35.803 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.803 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.804 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6fda0813) +12-12-2019 11:44:35.805 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.806 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.806 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityReference' +12-12-2019 11:44:35.807 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityReference) +12-12-2019 11:44:35.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role reference record to the set of records for this servlet.' +12-12-2019 11:44:35.808 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role reference record to the set of records for this servlet.) +12-12-2019 11:44:35.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.810 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.811 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.811 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.811 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.813 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within this servlet' +12-12-2019 11:44:35.813 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within this servlet) +12-12-2019 11:44:35.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.813 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.814 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7e96a6) +12-12-2019 11:44:35.815 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.816 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.816 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link' +12-12-2019 11:44:35.817 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link) +12-12-2019 11:44:35.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within the web application' +12-12-2019 11:44:35.818 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within the web application) +12-12-2019 11:44:35.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.818 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.818 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6e3fbebb) +12-12-2019 11:44:35.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.820 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.821 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:35.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@41307ef3) +12-12-2019 11:44:35.822 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.823 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.823 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve' +12-12-2019 11:44:35.825 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve) +12-12-2019 11:44:35.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper' +12-12-2019 11:44:35.825 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper) +12-12-2019 11:44:35.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.825 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:35.826 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:35.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.826 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.826 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType' +12-12-2019 11:44:35.828 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType) +12-12-2019 11:44:35.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added' +12-12-2019 11:44:35.828 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added) +12-12-2019 11:44:35.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.829 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.829 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7e157c56) +12-12-2019 11:44:35.831 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.833 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.833 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@a2a0e94) +12-12-2019 11:44:35.835 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.835 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.835 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameter' +12-12-2019 11:44:35.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameter) +12-12-2019 11:44:35.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a mapping associated with the Wrapper.' +12-12-2019 11:44:35.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a mapping associated with the Wrapper.) +12-12-2019 11:44:35.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:35.838 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:35.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.838 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.838 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.839 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The name of the initialization parameter' +12-12-2019 11:44:35.840 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The name of the initialization parameter) +12-12-2019 11:44:35.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.840 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.841 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1973a30c) +12-12-2019 11:44:35.844 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.845 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.845 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5b769137) +12-12-2019 11:44:35.847 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.849 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.849 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameters' +12-12-2019 11:44:35.851 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameters) +12-12-2019 11:44:35.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined initialization parameters for this servlet.' +12-12-2019 11:44:35.852 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined initialization parameters for this servlet.) +12-12-2019 11:44:35.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:35.852 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:35.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:35.853 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:35.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.853 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.854 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:35.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ed4a1c3) +12-12-2019 11:44:35.856 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.857 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.857 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappings' +12-12-2019 11:44:35.859 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappings) +12-12-2019 11:44:35.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the mappings associated with this wrapper' +12-12-2019 11:44:35.860 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the mappings associated with this wrapper) +12-12-2019 11:44:35.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:35.860 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:35.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:35.861 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:35.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.861 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.861 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:35.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@54d05023) +12-12-2019 11:44:35.863 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.864 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.864 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.866 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappingObject' +12-12-2019 11:44:35.867 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappingObject) +12-12-2019 11:44:35.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return an object which may be utilized for mapping to this component' +12-12-2019 11:44:35.868 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return an object which may be utilized for mapping to this component) +12-12-2019 11:44:35.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:35.868 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:35.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.catalina.Wrapper' +12-12-2019 11:44:35.869 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.catalina.Wrapper) +12-12-2019 11:44:35.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.869 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.869 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:35.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50bff276) +12-12-2019 11:44:35.870 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.871 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.871 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReference' +12-12-2019 11:44:35.873 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReference) +12-12-2019 11:44:35.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security role link for the specified security role reference name.' +12-12-2019 11:44:35.873 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security role link for the specified security role reference name.) +12-12-2019 11:44:35.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.874 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:35.874 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:35.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.875 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.875 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.878 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role reference used within this servlet' +12-12-2019 11:44:35.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role reference used within this servlet) +12-12-2019 11:44:35.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.880 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3faf2e7f) +12-12-2019 11:44:35.881 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.882 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.882 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@14de5af0) +12-12-2019 11:44:35.884 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.884 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.884 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReferences' +12-12-2019 11:44:35.886 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReferences) +12-12-2019 11:44:35.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security role reference names associated with this servlet' +12-12-2019 11:44:35.886 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security role reference names associated with this servlet) +12-12-2019 11:44:35.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:35.886 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:35.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;' +12-12-2019 11:44:35.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;) +12-12-2019 11:44:35.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.887 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.887 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:35.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42594100) +12-12-2019 11:44:35.889 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.890 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.890 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeInitParameter' +12-12-2019 11:44:35.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeInitParameter) +12-12-2019 11:44:35.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified initialization parameter from this servlet.' +12-12-2019 11:44:35.892 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified initialization parameter from this servlet.) +12-12-2019 11:44:35.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.892 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.892 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.893 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.893 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.895 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the initialization parameter to remove' +12-12-2019 11:44:35.895 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the initialization parameter to remove) +12-12-2019 11:44:35.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.896 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.896 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6dda377f) +12-12-2019 11:44:35.898 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.901 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.901 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2bc0306d) +12-12-2019 11:44:35.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.904 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.905 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners' +12-12-2019 11:44:35.906 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners) +12-12-2019 11:44:35.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Wrapper' +12-12-2019 11:44:35.906 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Wrapper) +12-12-2019 11:44:35.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.907 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.907 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.907 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.908 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener' +12-12-2019 11:44:35.910 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener) +12-12-2019 11:44:35.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed' +12-12-2019 11:44:35.910 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed) +12-12-2019 11:44:35.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.911 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.911 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4d2ff63f) +12-12-2019 11:44:35.913 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4576efdb) +12-12-2019 11:44:35.915 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.916 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.916 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMapping' +12-12-2019 11:44:35.918 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMapping) +12-12-2019 11:44:35.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a mapping associated with the wrapper.' +12-12-2019 11:44:35.918 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a mapping associated with the wrapper.) +12-12-2019 11:44:35.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.919 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.919 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.920 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.920 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping' +12-12-2019 11:44:35.921 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping) +12-12-2019 11:44:35.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The pattern to remove' +12-12-2019 11:44:35.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The pattern to remove) +12-12-2019 11:44:35.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.923 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@79ab49c5) +12-12-2019 11:44:35.925 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.925 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.926 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@53424dc5) +12-12-2019 11:44:35.927 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.928 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.928 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityReference' +12-12-2019 11:44:35.930 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityReference) +12-12-2019 11:44:35.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified role name.' +12-12-2019 11:44:35.930 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified role name.) +12-12-2019 11:44:35.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.930 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.931 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.932 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.932 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:35.935 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:35.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used within this servlet to be removed' +12-12-2019 11:44:35.936 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used within this servlet to be removed) +12-12-2019 11:44:35.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.936 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.937 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@61eed79c) +12-12-2019 11:44:35.938 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.939 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.939 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1314e44d) +12-12-2019 11:44:35.941 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.942 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.942 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:35.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:35.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve' +12-12-2019 11:44:35.944 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve) +12-12-2019 11:44:35.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Wrapper' +12-12-2019 11:44:35.944 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Wrapper) +12-12-2019 11:44:35.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:35.945 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:35.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:35.945 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:35.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.945 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.946 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:35.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:35.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName' +12-12-2019 11:44:35.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName) +12-12-2019 11:44:35.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed' +12-12-2019 11:44:35.948 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed) +12-12-2019 11:44:35.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.948 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:35.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:35.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:35.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:35.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3052728b) +12-12-2019 11:44:35.950 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:35.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:35.951 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.951 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:35.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:35.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:35.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:35.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@713f3d21) +12-12-2019 11:44:35.953 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:35.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:35.954 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.954 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:35.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapper, className=org.apache.catalina.mbeans.ContainerMBean, description=Wrapper that represents an individual servlet definition, group=Wrapper, type=org.apache.catalina.core.StandardWrapper]) +12-12-2019 11:44:35.956 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.957 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.957 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapperValve' +12-12-2019 11:44:35.958 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapperValve) +12-12-2019 11:44:35.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardWrapper container implementation' +12-12-2019 11:44:35.959 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardWrapper container implementation) +12-12-2019 11:44:35.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:35.959 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:35.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:35.960 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:35.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapperValve' +12-12-2019 11:44:35.960 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapperValve) +12-12-2019 11:44:35.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.961 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.961 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:35.962 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:35.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?' +12-12-2019 11:44:35.963 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?) +12-12-2019 11:44:35.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:35.963 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:35.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.963 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@667a56ad) +12-12-2019 11:44:35.966 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.968 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.968 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:35.970 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:35.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:35.970 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:35.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.971 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.971 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.972 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5278e0a3) +12-12-2019 11:44:35.974 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.975 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.975 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:35.976 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:35.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:35.977 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:35.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.977 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:35.978 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:35.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.978 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@711d064d) +12-12-2019 11:44:35.980 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.981 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:35.981 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:35.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + ' +12-12-2019 11:44:35.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapperValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardWrapper container implementation, group=Valve, type=org.apache.catalina.core.StandardWrapperValve]) +12-12-2019 11:44:35.983 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:35.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.984 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:35.984 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:35.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:35.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +' +12-12-2019 11:44:35.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:35.985 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:35.985 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/mbeans-descriptors.xml +12-12-2019 11:44:35.986 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@58d0993d) +12-12-2019 11:44:35.986 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:35.986 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:35.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:35.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:35.987 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.987 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:35.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:35.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:35.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:35.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:35.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Group' +12-12-2019 11:44:35.989 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Group) +12-12-2019 11:44:35.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.GroupMBean' +12-12-2019 11:44:35.989 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.GroupMBean) +12-12-2019 11:44:35.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Group from a user database' +12-12-2019 11:44:35.989 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Group from a user database) +12-12-2019 11:44:35.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users' +12-12-2019 11:44:35.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users) +12-12-2019 11:44:35.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Group' +12-12-2019 11:44:35.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Group) +12-12-2019 11:44:35.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Group' +12-12-2019 11:44:35.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Group) +12-12-2019 11:44:35.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:35.991 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.991 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description' +12-12-2019 11:44:35.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description) +12-12-2019 11:44:35.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this group' +12-12-2019 11:44:35.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this group) +12-12-2019 11:44:35.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:35.994 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:35.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.994 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:35.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:35.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:35.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:35.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41e6d304) +12-12-2019 11:44:35.996 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:35.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.997 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:35.997 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:35.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:35.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:35.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:35.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:35.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:35.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groupname' +12-12-2019 11:44:35.998 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groupname) +12-12-2019 11:44:35.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Group name of this group' +12-12-2019 11:44:36.000 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Group name of this group) +12-12-2019 11:44:36.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.000 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.000 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27186869) +12-12-2019 11:44:36.002 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.003 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.003 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles' +12-12-2019 11:44:36.005 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles) +12-12-2019 11:44:36.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this group' +12-12-2019 11:44:36.005 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this group) +12-12-2019 11:44:36.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.005 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.006 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.006 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a037746) +12-12-2019 11:44:36.008 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.010 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.010 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users' +12-12-2019 11:44:36.012 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users) +12-12-2019 11:44:36.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of user members of this group' +12-12-2019 11:44:36.013 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of user members of this group) +12-12-2019 11:44:36.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.013 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.014 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76c61a4a) +12-12-2019 11:44:36.016 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole' +12-12-2019 11:44:36.018 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole) +12-12-2019 11:44:36.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this group' +12-12-2019 11:44:36.019 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this group) +12-12-2019 11:44:36.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.019 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.020 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.020 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.020 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:36.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:36.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added' +12-12-2019 11:44:36.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added) +12-12-2019 11:44:36.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.023 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.023 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1cf8965) +12-12-2019 11:44:36.025 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.026 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.026 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6570e215) +12-12-2019 11:44:36.028 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.028 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.029 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole' +12-12-2019 11:44:36.030 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole) +12-12-2019 11:44:36.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this group' +12-12-2019 11:44:36.030 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this group) +12-12-2019 11:44:36.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.031 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.032 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.033 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.033 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:36.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:36.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed' +12-12-2019 11:44:36.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed) +12-12-2019 11:44:36.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.037 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.037 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@54f810ba) +12-12-2019 11:44:36.039 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.040 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.040 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@122a4425) +12-12-2019 11:44:36.042 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.043 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.043 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles' +12-12-2019 11:44:36.044 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles) +12-12-2019 11:44:36.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this group' +12-12-2019 11:44:36.045 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this group) +12-12-2019 11:44:36.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.045 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.046 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.046 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.046 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:36.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6f5373a4) +12-12-2019 11:44:36.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.049 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.049 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Group, className=org.apache.catalina.mbeans.GroupMBean, description=Group from a user database, group=Group, type=org.apache.catalina.Group]) +12-12-2019 11:44:36.051 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.051 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.052 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Role' +12-12-2019 11:44:36.053 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Role) +12-12-2019 11:44:36.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.RoleMBean' +12-12-2019 11:44:36.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.RoleMBean) +12-12-2019 11:44:36.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Security role from a user database' +12-12-2019 11:44:36.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Security role from a user database) +12-12-2019 11:44:36.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users' +12-12-2019 11:44:36.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users) +12-12-2019 11:44:36.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Role' +12-12-2019 11:44:36.055 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Role) +12-12-2019 11:44:36.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Role' +12-12-2019 11:44:36.055 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Role) +12-12-2019 11:44:36.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.055 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.055 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description' +12-12-2019 11:44:36.056 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description) +12-12-2019 11:44:36.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this role' +12-12-2019 11:44:36.057 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this role) +12-12-2019 11:44:36.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.057 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.057 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@dd15411) +12-12-2019 11:44:36.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.059 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.059 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rolename' +12-12-2019 11:44:36.060 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rolename) +12-12-2019 11:44:36.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Role name of this role' +12-12-2019 11:44:36.061 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Role name of this role) +12-12-2019 11:44:36.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.061 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.062 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.062 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1938f8d1) +12-12-2019 11:44:36.064 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.065 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.065 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + ' +12-12-2019 11:44:36.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Role, className=org.apache.catalina.mbeans.RoleMBean, description=Security role from a user database, group=Role, type=org.apache.catalina.Role]) +12-12-2019 11:44:36.068 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.069 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.069 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'User' +12-12-2019 11:44:36.070 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=User) +12-12-2019 11:44:36.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.UserMBean' +12-12-2019 11:44:36.071 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.UserMBean) +12-12-2019 11:44:36.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'User from a user database' +12-12-2019 11:44:36.071 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=User from a user database) +12-12-2019 11:44:36.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users' +12-12-2019 11:44:36.071 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users) +12-12-2019 11:44:36.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'User' +12-12-2019 11:44:36.072 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=User) +12-12-2019 11:44:36.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.User' +12-12-2019 11:44:36.072 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.User) +12-12-2019 11:44:36.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.072 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.072 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fullName' +12-12-2019 11:44:36.073 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fullName) +12-12-2019 11:44:36.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Full name of this user' +12-12-2019 11:44:36.074 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Full name of this user) +12-12-2019 11:44:36.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.074 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.074 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59f39cbf) +12-12-2019 11:44:36.076 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.076 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.076 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups' +12-12-2019 11:44:36.077 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups) +12-12-2019 11:44:36.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of groups this user is a member of' +12-12-2019 11:44:36.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of groups this user is a member of) +12-12-2019 11:44:36.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.079 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2dc91a76) +12-12-2019 11:44:36.080 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.080 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.081 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'password' +12-12-2019 11:44:36.082 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=password) +12-12-2019 11:44:36.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Password of this user' +12-12-2019 11:44:36.082 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Password of this user) +12-12-2019 11:44:36.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.083 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.083 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2abfb202) +12-12-2019 11:44:36.085 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.085 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.086 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles' +12-12-2019 11:44:36.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles) +12-12-2019 11:44:36.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this user' +12-12-2019 11:44:36.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this user) +12-12-2019 11:44:36.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.088 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@749f39f4) +12-12-2019 11:44:36.089 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.090 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.090 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'username' +12-12-2019 11:44:36.091 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=username) +12-12-2019 11:44:36.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'User name of this user' +12-12-2019 11:44:36.091 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=User name of this user) +12-12-2019 11:44:36.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.091 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.092 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31cc55bc) +12-12-2019 11:44:36.093 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.094 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.094 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addGroup' +12-12-2019 11:44:36.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addGroup) +12-12-2019 11:44:36.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new group membership for this user' +12-12-2019 11:44:36.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new group membership for this user) +12-12-2019 11:44:36.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.096 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.096 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.096 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.097 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname' +12-12-2019 11:44:36.098 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname) +12-12-2019 11:44:36.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group' +12-12-2019 11:44:36.099 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group) +12-12-2019 11:44:36.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.100 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.101 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@54b3f359) +12-12-2019 11:44:36.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.104 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.104 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@34b646f) +12-12-2019 11:44:36.105 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.106 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.106 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole' +12-12-2019 11:44:36.107 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole) +12-12-2019 11:44:36.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this user' +12-12-2019 11:44:36.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this user) +12-12-2019 11:44:36.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.109 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.109 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:36.110 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:36.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added' +12-12-2019 11:44:36.110 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added) +12-12-2019 11:44:36.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.111 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.111 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e16ad6b) +12-12-2019 11:44:36.112 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.113 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.113 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5da478a0) +12-12-2019 11:44:36.114 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.115 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.115 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup' +12-12-2019 11:44:36.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup) +12-12-2019 11:44:36.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old group membership for this user' +12-12-2019 11:44:36.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old group membership for this user) +12-12-2019 11:44:36.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.117 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.117 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.117 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.117 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname' +12-12-2019 11:44:36.119 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname) +12-12-2019 11:44:36.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the old group' +12-12-2019 11:44:36.119 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the old group) +12-12-2019 11:44:36.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.120 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@16c67176) +12-12-2019 11:44:36.121 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.122 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.122 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ef617dd) +12-12-2019 11:44:36.124 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.125 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.125 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroups' +12-12-2019 11:44:36.126 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroups) +12-12-2019 11:44:36.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all group memberships for this user' +12-12-2019 11:44:36.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all group memberships for this user) +12-12-2019 11:44:36.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.128 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.128 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:36.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7530869d) +12-12-2019 11:44:36.130 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.130 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.130 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole' +12-12-2019 11:44:36.133 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole) +12-12-2019 11:44:36.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this user' +12-12-2019 11:44:36.134 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this user) +12-12-2019 11:44:36.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.134 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.136 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.136 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role' +12-12-2019 11:44:36.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role) +12-12-2019 11:44:36.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed' +12-12-2019 11:44:36.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed) +12-12-2019 11:44:36.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.138 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@baf91e3) +12-12-2019 11:44:36.139 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.140 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.140 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2e470c21) +12-12-2019 11:44:36.142 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.142 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.142 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles' +12-12-2019 11:44:36.144 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles) +12-12-2019 11:44:36.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this user' +12-12-2019 11:44:36.144 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this user) +12-12-2019 11:44:36.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.144 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.144 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.145 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.145 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:36.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5071becb) +12-12-2019 11:44:36.146 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.147 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.147 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=User, className=org.apache.catalina.mbeans.UserMBean, description=User from a user database, group=User, type=org.apache.catalina.User]) +12-12-2019 11:44:36.149 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.150 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:36.150 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:36.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:36.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + +' +12-12-2019 11:44:36.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:36.151 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:36.151 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/deploy/mbeans-descriptors.xml +12-12-2019 11:44:36.152 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@40634b83) +12-12-2019 11:44:36.152 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:36.152 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:36.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:36.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:36.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingResourcesImpl' +12-12-2019 11:44:36.154 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingResourcesImpl) +12-12-2019 11:44:36.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.NamingResourcesMBean' +12-12-2019 11:44:36.154 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.NamingResourcesMBean) +12-12-2019 11:44:36.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context' +12-12-2019 11:44:36.155 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context) +12-12-2019 11:44:36.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.155 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources' +12-12-2019 11:44:36.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources) +12-12-2019 11:44:36.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.deploy.NamingResourcesImpl' +12-12-2019 11:44:36.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.deploy.NamingResourcesImpl) +12-12-2019 11:44:36.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.156 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.157 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'container' +12-12-2019 11:44:36.158 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=container) +12-12-2019 11:44:36.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The container with which the naming resources are associated.' +12-12-2019 11:44:36.158 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The container with which the naming resources are associated.) +12-12-2019 11:44:36.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object' +12-12-2019 11:44:36.159 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object) +12-12-2019 11:44:36.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.159 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.159 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d3922a2) +12-12-2019 11:44:36.161 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.162 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.162 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'environments' +12-12-2019 11:44:36.163 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=environments) +12-12-2019 11:44:36.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of the set of defined environment entries for this web application' +12-12-2019 11:44:36.163 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of the set of defined environment entries for this web application) +12-12-2019 11:44:36.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.166 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1acb2a5d) +12-12-2019 11:44:36.169 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.170 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.170 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resources' +12-12-2019 11:44:36.171 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resources) +12-12-2019 11:44:36.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource references for this application.' +12-12-2019 11:44:36.172 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource references for this application.) +12-12-2019 11:44:36.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.172 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.172 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.173 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@574e626b) +12-12-2019 11:44:36.174 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.175 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.175 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceLinks' +12-12-2019 11:44:36.176 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceLinks) +12-12-2019 11:44:36.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource link references for this application.' +12-12-2019 11:44:36.176 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource link references for this application.) +12-12-2019 11:44:36.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.177 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.177 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.177 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d2b1452) +12-12-2019 11:44:36.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.179 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.179 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addEnvironment' +12-12-2019 11:44:36.180 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addEnvironment) +12-12-2019 11:44:36.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an environment entry for this web application' +12-12-2019 11:44:36.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an environment entry for this web application) +12-12-2019 11:44:36.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.182 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.182 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName' +12-12-2019 11:44:36.183 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName) +12-12-2019 11:44:36.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry name' +12-12-2019 11:44:36.184 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry name) +12-12-2019 11:44:36.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.184 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.184 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@59531b67) +12-12-2019 11:44:36.186 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.187 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.187 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:36.189 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:36.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry type' +12-12-2019 11:44:36.189 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry type) +12-12-2019 11:44:36.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.189 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.190 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1a895bd2) +12-12-2019 11:44:36.191 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.192 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.192 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value' +12-12-2019 11:44:36.193 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value) +12-12-2019 11:44:36.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry value' +12-12-2019 11:44:36.193 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry value) +12-12-2019 11:44:36.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.193 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.194 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3e702fd2) +12-12-2019 11:44:36.195 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.196 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.196 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:36.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6b2c25ca) +12-12-2019 11:44:36.199 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.200 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.201 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.201 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResource' +12-12-2019 11:44:36.203 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResource) +12-12-2019 11:44:36.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource reference for this web application' +12-12-2019 11:44:36.203 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource reference for this web application) +12-12-2019 11:44:36.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.203 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.204 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.204 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.204 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName' +12-12-2019 11:44:36.206 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName) +12-12-2019 11:44:36.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name' +12-12-2019 11:44:36.206 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name) +12-12-2019 11:44:36.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.206 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.207 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2ae593eb) +12-12-2019 11:44:36.208 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.209 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.209 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:36.210 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:36.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type' +12-12-2019 11:44:36.210 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type) +12-12-2019 11:44:36.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.211 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.211 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7a621aae) +12-12-2019 11:44:36.212 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.213 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.213 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:36.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@45d3a48f) +12-12-2019 11:44:36.214 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.215 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.215 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResourceLink' +12-12-2019 11:44:36.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResourceLink) +12-12-2019 11:44:36.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource link reference for this web application' +12-12-2019 11:44:36.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource link reference for this web application) +12-12-2019 11:44:36.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.218 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.218 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName' +12-12-2019 11:44:36.219 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName) +12-12-2019 11:44:36.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name' +12-12-2019 11:44:36.219 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name) +12-12-2019 11:44:36.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.220 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.220 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4f5bcb8a) +12-12-2019 11:44:36.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.222 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.222 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type' +12-12-2019 11:44:36.223 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type) +12-12-2019 11:44:36.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type' +12-12-2019 11:44:36.223 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type) +12-12-2019 11:44:36.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.224 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.224 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@49a77341) +12-12-2019 11:44:36.226 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.226 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.227 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:36.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@237ab7b1) +12-12-2019 11:44:36.228 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.229 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.229 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeEnvironment' +12-12-2019 11:44:36.231 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeEnvironment) +12-12-2019 11:44:36.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any environment entry with the specified name' +12-12-2019 11:44:36.231 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any environment entry with the specified name) +12-12-2019 11:44:36.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.232 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.234 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.235 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.236 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName' +12-12-2019 11:44:36.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName) +12-12-2019 11:44:36.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the environment entry to remove' +12-12-2019 11:44:36.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the environment entry to remove) +12-12-2019 11:44:36.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.238 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7bd5888d) +12-12-2019 11:44:36.240 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.240 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.240 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a430be6) +12-12-2019 11:44:36.242 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.242 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.242 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResource' +12-12-2019 11:44:36.243 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResource) +12-12-2019 11:44:36.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource reference with the specified name' +12-12-2019 11:44:36.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource reference with the specified name) +12-12-2019 11:44:36.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.245 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.245 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName' +12-12-2019 11:44:36.246 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName) +12-12-2019 11:44:36.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove' +12-12-2019 11:44:36.247 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove) +12-12-2019 11:44:36.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.247 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.247 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@188c4094) +12-12-2019 11:44:36.249 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.249 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.250 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e3dab0b) +12-12-2019 11:44:36.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.251 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.252 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResourceLink' +12-12-2019 11:44:36.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResourceLink) +12-12-2019 11:44:36.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource link reference with the specified name' +12-12-2019 11:44:36.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource link reference with the specified name) +12-12-2019 11:44:36.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.254 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:36.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:36.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName' +12-12-2019 11:44:36.255 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName) +12-12-2019 11:44:36.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove' +12-12-2019 11:44:36.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove) +12-12-2019 11:44:36.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:36.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.256 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:36.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:36.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:36.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@39fbc7a1) +12-12-2019 11:44:36.257 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:36.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:36.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:36.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b95f743) +12-12-2019 11:44:36.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.260 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.260 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingResourcesImpl, className=org.apache.catalina.mbeans.NamingResourcesMBean, description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context, group=Resources, type=org.apache.catalina.deploy.NamingResourcesImpl]) +12-12-2019 11:44:36.262 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.263 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + +) +12-12-2019 11:44:36.263 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:36.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:36.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + +' +12-12-2019 11:44:36.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:36.264 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:36.264 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/loader/mbeans-descriptors.xml +12-12-2019 11:44:36.265 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@552019bf) +12-12-2019 11:44:36.265 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:36.266 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:36.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:36.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:36.268 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.269 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappLoader' +12-12-2019 11:44:36.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappLoader) +12-12-2019 11:44:36.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications' +12-12-2019 11:44:36.271 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications) +12-12-2019 11:44:36.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.271 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader' +12-12-2019 11:44:36.271 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader) +12-12-2019 11:44:36.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappLoader' +12-12-2019 11:44:36.272 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappLoader) +12-12-2019 11:44:36.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.274 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.274 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.274 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.275 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.275 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@316bd3b7) +12-12-2019 11:44:36.277 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.278 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.278 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate' +12-12-2019 11:44:36.279 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate) +12-12-2019 11:44:36.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader' +12-12-2019 11:44:36.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader) +12-12-2019 11:44:36.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.280 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3cb3ae71) +12-12-2019 11:44:36.282 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.282 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.283 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable' +12-12-2019 11:44:36.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable) +12-12-2019 11:44:36.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this Loader' +12-12-2019 11:44:36.285 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this Loader) +12-12-2019 11:44:36.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.285 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.285 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bc8278) +12-12-2019 11:44:36.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.287 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.288 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.290 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53048ef1) +12-12-2019 11:44:36.292 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.292 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.293 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositories' +12-12-2019 11:44:36.294 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositories) +12-12-2019 11:44:36.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader' +12-12-2019 11:44:36.294 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader) +12-12-2019 11:44:36.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:36.295 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:36.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.295 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.296 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c9d194d) +12-12-2019 11:44:36.298 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.298 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.299 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositoriesString' +12-12-2019 11:44:36.301 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositoriesString) +12-12-2019 11:44:36.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader' +12-12-2019 11:44:36.301 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader) +12-12-2019 11:44:36.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.301 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.302 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.302 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1dfcf889) +12-12-2019 11:44:36.303 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.304 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.304 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'toString' +12-12-2019 11:44:36.305 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=toString) +12-12-2019 11:44:36.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Info about the loader' +12-12-2019 11:44:36.306 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Info about the loader) +12-12-2019 11:44:36.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:36.306 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:36.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'String' +12-12-2019 11:44:36.306 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=String) +12-12-2019 11:44:36.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.307 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.307 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:36.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7fb1060c) +12-12-2019 11:44:36.309 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.310 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.311 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappLoader]) +12-12-2019 11:44:36.312 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.313 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:36.313 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappClassLoader' +12-12-2019 11:44:36.314 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappClassLoader) +12-12-2019 11:44:36.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications' +12-12-2019 11:44:36.314 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications) +12-12-2019 11:44:36.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader' +12-12-2019 11:44:36.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader) +12-12-2019 11:44:36.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappClassLoader' +12-12-2019 11:44:36.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappClassLoader) +12-12-2019 11:44:36.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.316 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.316 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.318 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.318 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8b57c0d) +12-12-2019 11:44:36.319 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.320 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.320 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName' +12-12-2019 11:44:36.321 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName) +12-12-2019 11:44:36.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context' +12-12-2019 11:44:36.321 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context) +12-12-2019 11:44:36.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.322 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.322 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.322 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c365b27) +12-12-2019 11:44:36.323 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.324 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.324 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate' +12-12-2019 11:44:36.325 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate) +12-12-2019 11:44:36.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader' +12-12-2019 11:44:36.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader) +12-12-2019 11:44:36.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.326 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2674c898) +12-12-2019 11:44:36.328 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.328 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.329 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.330 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.330 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.331 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.332 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.333 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51023b3c) +12-12-2019 11:44:36.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.337 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.337 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs' +12-12-2019 11:44:36.338 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs) +12-12-2019 11:44:36.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader' +12-12-2019 11:44:36.338 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader) +12-12-2019 11:44:36.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;' +12-12-2019 11:44:36.338 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;) +12-12-2019 11:44:36.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.339 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72f47005) +12-12-2019 11:44:36.340 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.341 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.341 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + ' +12-12-2019 11:44:36.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappClassLoader]) +12-12-2019 11:44:36.343 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.343 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:36.343 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ParallelWebappClassLoader' +12-12-2019 11:44:36.344 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ParallelWebappClassLoader) +12-12-2019 11:44:36.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel' +12-12-2019 11:44:36.345 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel) +12-12-2019 11:44:36.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.345 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader' +12-12-2019 11:44:36.345 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader) +12-12-2019 11:44:36.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.ParallelWebappClassLoader' +12-12-2019 11:44:36.346 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.ParallelWebappClassLoader) +12-12-2019 11:44:36.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.346 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.346 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.349 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.350 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.351 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.351 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.352 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c75e21f) +12-12-2019 11:44:36.354 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName' +12-12-2019 11:44:36.356 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName) +12-12-2019 11:44:36.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context' +12-12-2019 11:44:36.357 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context) +12-12-2019 11:44:36.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.357 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.357 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.358 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c45c901) +12-12-2019 11:44:36.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate' +12-12-2019 11:44:36.361 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate) +12-12-2019 11:44:36.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader' +12-12-2019 11:44:36.361 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader) +12-12-2019 11:44:36.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.362 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.362 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5cdeda6e) +12-12-2019 11:44:36.363 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.364 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.364 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.366 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.367 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.368 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.368 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.369 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@dfbeda8) +12-12-2019 11:44:36.370 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.371 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.371 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs' +12-12-2019 11:44:36.372 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs) +12-12-2019 11:44:36.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader' +12-12-2019 11:44:36.372 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader) +12-12-2019 11:44:36.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;' +12-12-2019 11:44:36.373 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;) +12-12-2019 11:44:36.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.373 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ead8312) +12-12-2019 11:44:36.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + ' +12-12-2019 11:44:36.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ParallelWebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel, group=Loader, type=org.apache.catalina.loader.ParallelWebappClassLoader]) +12-12-2019 11:44:36.379 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.379 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( +) +12-12-2019 11:44:36.380 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:36.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:36.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + +' +12-12-2019 11:44:36.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:36.380 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:36.381 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/realm/mbeans-descriptors.xml +12-12-2019 11:44:36.382 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@74f1c182) +12-12-2019 11:44:36.382 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:36.383 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:36.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:36.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:36.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DataSourceRealm' +12-12-2019 11:44:36.387 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DataSourceRealm) +12-12-2019 11:44:36.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean' +12-12-2019 11:44:36.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean) +12-12-2019 11:44:36.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JNDI configured DataSource' +12-12-2019 11:44:36.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JNDI configured DataSource) +12-12-2019 11:44:36.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:36.389 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:36.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.DataSourceRealm' +12-12-2019 11:44:36.389 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.DataSourceRealm) +12-12-2019 11:44:36.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.390 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.390 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:36.391 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:36.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:36.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:36.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.393 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2696691d) +12-12-2019 11:44:36.394 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.396 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.396 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.395 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 82 +12-12-2019 11:44:36.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.401 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.400 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:36.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.401 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.MarshalledObject", codebase = "" +12-12-2019 11:44:36.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.403 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.403 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[B", codebase = "" +12-12-2019 11:44:36.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.403 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.403 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.OrQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:36.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.404 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.QueryEval", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:36.404 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.404 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.InstanceOfQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:36.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.404 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "javax.management.StringValueExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:36.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38dacfa8) +12-12-2019 11:44:36.406 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'dataSourceName' +12-12-2019 11:44:36.411 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=dataSourceName) +12-12-2019 11:44:36.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI named JDBC DataSource for your database' +12-12-2019 11:44:36.412 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI named JDBC DataSource for your database) +12-12-2019 11:44:36.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.412 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.413 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3194f904) +12-12-2019 11:44:36.415 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.416 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.417 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localDataSource' +12-12-2019 11:44:36.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localDataSource) +12-12-2019 11:44:36.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Configures if the DataSource is local to the webapp' +12-12-2019 11:44:36.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Configures if the DataSource is local to the webapp) +12-12-2019 11:44:36.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.420 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b93c365) +12-12-2019 11:44:36.422 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.423 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.423 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:36.424 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:36.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:36.425 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:36.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.425 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.426 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e58958b) +12-12-2019 11:44:36.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.428 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.428 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol' +12-12-2019 11:44:36.430 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol) +12-12-2019 11:44:36.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role' +12-12-2019 11:44:36.431 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role) +12-12-2019 11:44:36.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.431 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.432 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3011b667) +12-12-2019 11:44:36.434 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.435 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.435 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.438 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.438 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.438 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@265b25b8) +12-12-2019 11:44:36.439 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.440 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.440 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol' +12-12-2019 11:44:36.442 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol) +12-12-2019 11:44:36.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials' +12-12-2019 11:44:36.443 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials) +12-12-2019 11:44:36.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.444 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.444 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@730652fd) +12-12-2019 11:44:36.446 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol' +12-12-2019 11:44:36.458 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol) +12-12-2019 11:44:36.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username' +12-12-2019 11:44:36.459 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username) +12-12-2019 11:44:36.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.459 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.462 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@696865db) +12-12-2019 11:44:36.465 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.469 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.470 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable' +12-12-2019 11:44:36.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable) +12-12-2019 11:44:36.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles' +12-12-2019 11:44:36.472 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles) +12-12-2019 11:44:36.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.472 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.472 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54f7541f) +12-12-2019 11:44:36.474 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.475 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.475 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable' +12-12-2019 11:44:36.477 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable) +12-12-2019 11:44:36.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data' +12-12-2019 11:44:36.477 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data) +12-12-2019 11:44:36.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.478 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.478 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2bfedddc) +12-12-2019 11:44:36.480 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.480 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.481 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:36.482 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:36.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.' +12-12-2019 11:44:36.482 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.) +12-12-2019 11:44:36.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.483 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.483 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a2ee3e4) +12-12-2019 11:44:36.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.485 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:36.485 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:36.486 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:36.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:36.486 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:36.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.488 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@40c205c7) +12-12-2019 11:44:36.489 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.489 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.489 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:36.491 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:36.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:36.491 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:36.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.491 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.491 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.492 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2efbf66c) +12-12-2019 11:44:36.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.493 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.494 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:36.495 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:36.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:36.495 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:36.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.496 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.496 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.496 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@73b6de52) +12-12-2019 11:44:36.498 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.499 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.500 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:36.502 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:36.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:36.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:36.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.503 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e1a2203) +12-12-2019 11:44:36.505 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.505 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.505 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DataSourceRealm, className=org.apache.catalina.mbeans.ClassNameMBean, description=Implementation of Realm that works with any JNDI configured DataSource, group=Realm, type=org.apache.catalina.realm.DataSourceRealm]) +12-12-2019 11:44:36.507 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.507 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.507 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JAASRealm' +12-12-2019 11:44:36.509 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JAASRealm) +12-12-2019 11:44:36.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)' +12-12-2019 11:44:36.509 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)) +12-12-2019 11:44:36.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.510 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:36.510 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:36.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JAASRealm' +12-12-2019 11:44:36.510 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JAASRealm) +12-12-2019 11:44:36.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.511 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.511 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:36.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:36.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:36.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:36.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.513 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.513 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ea6ee3a) +12-12-2019 11:44:36.515 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appName' +12-12-2019 11:44:36.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appName) +12-12-2019 11:44:36.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules' +12-12-2019 11:44:36.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules) +12-12-2019 11:44:36.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.518 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f1f2714) +12-12-2019 11:44:36.519 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.520 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.520 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.522 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.522 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.522 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a9e24eb) +12-12-2019 11:44:36.524 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleClassNames' +12-12-2019 11:44:36.526 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleClassNames) +12-12-2019 11:44:36.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent security roles' +12-12-2019 11:44:36.526 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent security roles) +12-12-2019 11:44:36.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.527 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35ab0581) +12-12-2019 11:44:36.529 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.529 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.529 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:36.531 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:36.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:36.532 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:36.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.532 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.532 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3cf5fa30) +12-12-2019 11:44:36.535 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.539 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.539 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@a645d3d) +12-12-2019 11:44:36.541 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.542 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.542 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userClassNames' +12-12-2019 11:44:36.543 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userClassNames) +12-12-2019 11:44:36.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent individual users' +12-12-2019 11:44:36.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent individual users) +12-12-2019 11:44:36.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.545 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71a689e6) +12-12-2019 11:44:36.546 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.547 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.547 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useContextClassLoader' +12-12-2019 11:44:36.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useContextClassLoader) +12-12-2019 11:44:36.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Sets whether to use the context or default ClassLoader.' +12-12-2019 11:44:36.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Sets whether to use the context or default ClassLoader.) +12-12-2019 11:44:36.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:36.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:36.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.550 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.550 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ccc1d5e) +12-12-2019 11:44:36.552 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.553 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.553 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:36.554 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:36.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we validate client certificate chains when they are presented?' +12-12-2019 11:44:36.555 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we validate client certificate chains when they are presented?) +12-12-2019 11:44:36.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.555 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.555 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f7b408d) +12-12-2019 11:44:36.557 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.558 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:36.558 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:36.560 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:36.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:36.560 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:36.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.560 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.561 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.561 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@275e69ea) +12-12-2019 11:44:36.562 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:36.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:36.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:36.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:36.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.566 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.567 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.567 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@62723d5e) +12-12-2019 11:44:36.570 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.570 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.571 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:36.572 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:36.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:36.573 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:36.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.574 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.591 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.595 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1e28eaa3) +12-12-2019 11:44:36.602 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.620 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:36.639 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:36.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:36.639 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:36.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.640 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.640 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.644 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b02aec3) +12-12-2019 11:44:36.645 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.646 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.646 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JAASRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS), group=Realm, type=org.apache.catalina.realm.JAASRealm]) +12-12-2019 11:44:36.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.651 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:36.651 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JDBCRealm' +12-12-2019 11:44:36.653 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JDBCRealm) +12-12-2019 11:44:36.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JDBC supported database' +12-12-2019 11:44:36.653 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JDBC supported database) +12-12-2019 11:44:36.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.654 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:36.654 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:36.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JDBCRealm' +12-12-2019 11:44:36.654 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JDBCRealm) +12-12-2019 11:44:36.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.655 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.655 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:36.657 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:36.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:36.657 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:36.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.658 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1fc79f70) +12-12-2019 11:44:36.660 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.661 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.661 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.663 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.663 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.665 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c2cc91b) +12-12-2019 11:44:36.671 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.673 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.674 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName' +12-12-2019 11:44:36.684 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName) +12-12-2019 11:44:36.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username to use when trying to connect to the database' +12-12-2019 11:44:36.684 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username to use when trying to connect to the database) +12-12-2019 11:44:36.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.684 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.685 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35884bcf) +12-12-2019 11:44:36.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword' +12-12-2019 11:44:36.688 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword) +12-12-2019 11:44:36.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password to use when trying to connect to the database' +12-12-2019 11:44:36.688 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password to use when trying to connect to the database) +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b229f0b) +12-12-2019 11:44:36.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.691 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.694 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL' +12-12-2019 11:44:36.695 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL) +12-12-2019 11:44:36.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL to use when trying to connect to the database' +12-12-2019 11:44:36.719 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL to use when trying to connect to the database) +12-12-2019 11:44:36.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.719 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.720 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@483db100) +12-12-2019 11:44:36.723 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.724 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.726 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'driverName' +12-12-2019 11:44:36.728 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=driverName) +12-12-2019 11:44:36.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JDBC driver to use' +12-12-2019 11:44:36.729 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JDBC driver to use) +12-12-2019 11:44:36.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.729 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.730 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4253cd0d) +12-12-2019 11:44:36.733 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.734 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.735 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol' +12-12-2019 11:44:36.737 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol) +12-12-2019 11:44:36.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role' +12-12-2019 11:44:36.737 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role) +12-12-2019 11:44:36.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.738 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.738 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@357220bb) +12-12-2019 11:44:36.740 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.741 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.741 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:36.742 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:36.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:36.743 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:36.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.743 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.743 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ad72bd9) +12-12-2019 11:44:36.744 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.745 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.745 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.747 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.748 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.748 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6fc73632) +12-12-2019 11:44:36.750 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.751 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.751 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol' +12-12-2019 11:44:36.752 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol) +12-12-2019 11:44:36.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials' +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials) +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3320a562) +12-12-2019 11:44:36.754 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.755 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.755 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol' +12-12-2019 11:44:36.756 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol) +12-12-2019 11:44:36.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username' +12-12-2019 11:44:36.757 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username) +12-12-2019 11:44:36.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.757 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.757 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17733c45) +12-12-2019 11:44:36.759 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.760 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.760 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable' +12-12-2019 11:44:36.761 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable) +12-12-2019 11:44:36.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles' +12-12-2019 11:44:36.762 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles) +12-12-2019 11:44:36.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.762 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.763 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64894491) +12-12-2019 11:44:36.764 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.765 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.765 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable' +12-12-2019 11:44:36.767 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable) +12-12-2019 11:44:36.767 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data' +12-12-2019 11:44:36.768 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data) +12-12-2019 11:44:36.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.768 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.768 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32a98894) +12-12-2019 11:44:36.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:36.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:36.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.' +12-12-2019 11:44:36.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.) +12-12-2019 11:44:36.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.772 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.773 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4142016) +12-12-2019 11:44:36.774 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.775 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:36.776 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:36.777 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:36.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:36.777 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:36.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.777 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@a8ba5c5) +12-12-2019 11:44:36.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.780 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.780 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:36.781 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:36.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:36.781 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:36.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.781 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.782 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.782 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2488c5c9) +12-12-2019 11:44:36.784 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.784 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.785 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:36.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:36.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:36.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:36.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5a9b14e4) +12-12-2019 11:44:36.788 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.791 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.791 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7f2a9b31) +12-12-2019 11:44:36.792 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.793 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.793 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JDBCRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with any JDBC supported database, group=Realm, type=org.apache.catalina.realm.JDBCRealm]) +12-12-2019 11:44:36.794 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.795 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.795 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JNDIRealm' +12-12-2019 11:44:36.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JNDIRealm) +12-12-2019 11:44:36.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs' +12-12-2019 11:44:36.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs) +12-12-2019 11:44:36.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.798 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:36.798 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:36.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JNDIRealm' +12-12-2019 11:44:36.799 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JNDIRealm) +12-12-2019 11:44:36.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.799 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.799 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'adCompat' +12-12-2019 11:44:36.801 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=adCompat) +12-12-2019 11:44:36.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The current settings for handling PartialResultExceptions' +12-12-2019 11:44:36.801 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The current settings for handling PartialResultExceptions) +12-12-2019 11:44:36.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28d8ac9c) +12-12-2019 11:44:36.803 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.803 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:36.804 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:36.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:36.805 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:36.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.805 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.805 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a9c92c3) +12-12-2019 11:44:36.806 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alternateURL' +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alternateURL) +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Alternate URL' +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Alternate URL) +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.808 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.809 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48229340) +12-12-2019 11:44:36.810 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'authentication' +12-12-2019 11:44:36.812 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=authentication) +12-12-2019 11:44:36.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of authentication to use' +12-12-2019 11:44:36.812 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of authentication to use) +12-12-2019 11:44:36.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.812 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.813 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@637a6a66) +12-12-2019 11:44:36.814 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.814 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.814 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@eab96d9) +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'commonRole' +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=commonRole) +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The common role' +12-12-2019 11:44:36.819 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The common role) +12-12-2019 11:44:36.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.820 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@200f1745) +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName' +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName) +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username for the server we will contact' +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username for the server we will contact) +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c6b2897) +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.825 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.825 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword' +12-12-2019 11:44:36.826 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword) +12-12-2019 11:44:36.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password for the server we will contact' +12-12-2019 11:44:36.827 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password for the server we will contact) +12-12-2019 11:44:36.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.827 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.827 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4cf25426) +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.829 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.829 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout' +12-12-2019 11:44:36.830 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout) +12-12-2019 11:44:36.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection timeout' +12-12-2019 11:44:36.831 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection timeout) +12-12-2019 11:44:36.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.831 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.831 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ebd0e3f) +12-12-2019 11:44:36.833 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.834 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.834 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL' +12-12-2019 11:44:36.835 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL) +12-12-2019 11:44:36.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL for the server we will contact' +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL for the server we will contact) +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@46d09792) +12-12-2019 11:44:36.837 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextFactory' +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextFactory) +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI context factory for this Realm' +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI context factory for this Realm) +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.839 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63da204f) +12-12-2019 11:44:36.841 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.841 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.841 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol' +12-12-2019 11:44:36.843 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol) +12-12-2019 11:44:36.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol to be used' +12-12-2019 11:44:36.844 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol to be used) +12-12-2019 11:44:36.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.844 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.844 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3dd71b76) +12-12-2019 11:44:36.845 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:36.847 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:36.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:36.847 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:36.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.847 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.848 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b6d2605) +12-12-2019 11:44:36.852 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.854 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.854 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'referrals' +12-12-2019 11:44:36.856 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=referrals) +12-12-2019 11:44:36.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current setting for handling JNDI referrals.' +12-12-2019 11:44:36.856 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current setting for handling JNDI referrals.) +12-12-2019 11:44:36.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.856 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9c344fd) +12-12-2019 11:44:36.858 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.858 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.858 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleBase' +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleBase) +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for role searches' +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for role searches) +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ba9d5d2) +12-12-2019 11:44:36.862 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.863 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.863 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleName' +12-12-2019 11:44:36.869 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleName) +12-12-2019 11:44:36.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute containing roles held elsewhere' +12-12-2019 11:44:36.869 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute containing roles held elsewhere) +12-12-2019 11:44:36.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.870 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.870 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e20757a) +12-12-2019 11:44:36.873 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNested' +12-12-2019 11:44:36.875 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNested) +12-12-2019 11:44:36.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'The nested group search flag' flag' +12-12-2019 11:44:36.875 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'The nested group search flag' flag) +12-12-2019 11:44:36.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.876 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.876 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c5f31b5) +12-12-2019 11:44:36.877 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.878 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.878 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearch' +12-12-2019 11:44:36.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearch) +12-12-2019 11:44:36.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select roles for a user' +12-12-2019 11:44:36.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select roles for a user) +12-12-2019 11:44:36.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.880 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.880 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f286a6f) +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.882 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.882 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearchAsUser' +12-12-2019 11:44:36.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearchAsUser) +12-12-2019 11:44:36.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for user roles be performed as the authenticating user?' +12-12-2019 11:44:36.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for user roles be performed as the authenticating user?) +12-12-2019 11:44:36.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:36.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a5a291d) +12-12-2019 11:44:36.885 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSubtree' +12-12-2019 11:44:36.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSubtree) +12-12-2019 11:44:36.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching memberships?' +12-12-2019 11:44:36.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching memberships?) +12-12-2019 11:44:36.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@476c0889) +12-12-2019 11:44:36.889 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.889 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.889 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.890 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.891 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22db5b48) +12-12-2019 11:44:36.893 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.893 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.894 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userBase' +12-12-2019 11:44:36.895 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userBase) +12-12-2019 11:44:36.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for user searches' +12-12-2019 11:44:36.895 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for user searches) +12-12-2019 11:44:36.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.895 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.896 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6eec266e) +12-12-2019 11:44:36.897 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.898 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.899 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.900 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.900 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.900 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPassword' +12-12-2019 11:44:36.901 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPassword) +12-12-2019 11:44:36.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The attribute name used to retrieve the user password' +12-12-2019 11:44:36.901 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The attribute name used to retrieve the user password) +12-12-2019 11:44:36.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.902 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.902 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4555e86f) +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.904 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.904 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPattern' +12-12-2019 11:44:36.905 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPattern) +12-12-2019 11:44:36.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select a user' +12-12-2019 11:44:36.905 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select a user) +12-12-2019 11:44:36.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.905 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@62da880c) +12-12-2019 11:44:36.907 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.907 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.907 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleName' +12-12-2019 11:44:36.908 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleName) +12-12-2019 11:44:36.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute in the user's entry containing roles for that user' +12-12-2019 11:44:36.909 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute in the user's entry containing roles for that user) +12-12-2019 11:44:36.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.909 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.909 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1aa38e04) +12-12-2019 11:44:36.910 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearch' +12-12-2019 11:44:36.912 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearch) +12-12-2019 11:44:36.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to search for a user' +12-12-2019 11:44:36.912 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to search for a user) +12-12-2019 11:44:36.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15f31468) +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearchAsUser' +12-12-2019 11:44:36.915 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearchAsUser) +12-12-2019 11:44:36.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for the user's DN be performed as the authenticating user?' +12-12-2019 11:44:36.916 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for the user's DN be performed as the authenticating user?) +12-12-2019 11:44:36.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:36.916 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:36.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.916 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.917 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f0f9029) +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSubtree' +12-12-2019 11:44:36.919 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSubtree) +12-12-2019 11:44:36.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching users?' +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching users?) +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49a3fd2c) +12-12-2019 11:44:36.921 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:36.923 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:36.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.' +12-12-2019 11:44:36.923 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.) +12-12-2019 11:44:36.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.923 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ff699b2) +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:36.926 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:36.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:36.927 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:36.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.927 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.927 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@422b9470) +12-12-2019 11:44:36.929 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.930 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.930 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:36.931 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:36.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:36.932 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:36.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.932 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.932 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.933 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4126dac4) +12-12-2019 11:44:36.934 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.935 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.935 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:36.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:36.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:36.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:36.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.937 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.938 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.938 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@17ba0551) +12-12-2019 11:44:36.939 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.940 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.940 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:36.941 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:36.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:36.941 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:36.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.943 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.943 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.943 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6c7a251d) +12-12-2019 11:44:36.945 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.945 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.945 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JNDIRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs, group=Realm, type=org.apache.catalina.realm.JNDIRealm]) +12-12-2019 11:44:36.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:36.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.947 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.947 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:36.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:36.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:36.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryRealm' +12-12-2019 11:44:36.949 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryRealm) +12-12-2019 11:44:36.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles' +12-12-2019 11:44:36.949 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles) +12-12-2019 11:44:36.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:36.949 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:36.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:36.950 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:36.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.MemoryRealm' +12-12-2019 11:44:36.950 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.MemoryRealm) +12-12-2019 11:44:36.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:36.950 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.950 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:36.951 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:36.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:36.952 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:36.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.952 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.952 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@726cb4f6) +12-12-2019 11:44:36.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.954 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.954 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:36.955 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:36.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:36.956 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:36.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.956 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.956 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.957 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5eba085) +12-12-2019 11:44:36.958 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.959 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.959 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname' +12-12-2019 11:44:36.960 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname) +12-12-2019 11:44:36.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname of the XML file containing our database information' +12-12-2019 11:44:36.960 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname of the XML file containing our database information) +12-12-2019 11:44:36.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.961 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.961 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@423cade4) +12-12-2019 11:44:36.963 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.964 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.964 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:36.965 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:36.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:36.966 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:36.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.967 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.967 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fd32a73) +12-12-2019 11:44:36.968 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.969 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.969 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:36.970 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:36.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:36.971 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:36.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:36.971 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:36.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:36.971 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:36.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.972 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@688fea7b) +12-12-2019 11:44:36.973 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.973 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.974 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:36.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:36.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:36.975 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:36.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.' +12-12-2019 11:44:36.975 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.) +12-12-2019 11:44:36.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:36.976 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:36.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.977 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:36.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:36.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:36.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b89067) +12-12-2019 11:44:36.978 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:36.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:36.978 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.979 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:36.980 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:36.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:36.980 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:36.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.980 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@17cc4819) +12-12-2019 11:44:36.982 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.983 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.983 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:36.984 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:36.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:36.984 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:36.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.984 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.985 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.985 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@71aa7821) +12-12-2019 11:44:36.986 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.987 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.987 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:36.988 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:36.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:36.988 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:36.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.989 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.989 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.989 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@66e1885d) +12-12-2019 11:44:36.991 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.991 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:36.991 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:36.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:36.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:36.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:36.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:36.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:36.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:36.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:36.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:36.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:36.994 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:36.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.994 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:36.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:36.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:36.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:36.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@122e174e) +12-12-2019 11:44:36.997 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:36.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:36.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:36.997 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:36.998 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:36.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:36.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:36.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:36.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:36.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles, group=Realm, type=org.apache.catalina.realm.MemoryRealm]) +12-12-2019 11:44:37.000 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.001 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.002 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'UserDatabaseRealm' +12-12-2019 11:44:37.003 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=UserDatabaseRealm) +12-12-2019 11:44:37.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm connected to a UserDatabase as a global JNDI resource' +12-12-2019 11:44:37.003 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm connected to a UserDatabase as a global JNDI resource) +12-12-2019 11:44:37.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.003 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:37.004 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:37.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.UserDatabaseRealm' +12-12-2019 11:44:37.004 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.UserDatabaseRealm) +12-12-2019 11:44:37.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.004 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.004 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:37.005 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:37.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:37.006 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:37.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.006 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.006 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67d70992) +12-12-2019 11:44:37.007 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.008 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.008 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.009 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.010 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.010 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.010 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.011 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@451e0e39) +12-12-2019 11:44:37.012 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.012 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.012 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceName' +12-12-2019 11:44:37.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceName) +12-12-2019 11:44:37.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global JNDI name of the UserDatabase resource to use' +12-12-2019 11:44:37.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global JNDI name of the UserDatabase resource to use) +12-12-2019 11:44:37.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.014 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.014 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fd7c5a7) +12-12-2019 11:44:37.016 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.016 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.016 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:37.018 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:37.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:37.018 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:37.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.018 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.018 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4da13374) +12-12-2019 11:44:37.020 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.020 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.021 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:37.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:37.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:37.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:37.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.023 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.023 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@126528cb) +12-12-2019 11:44:37.024 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.025 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.025 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:37.026 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:37.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.' +12-12-2019 11:44:37.027 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.) +12-12-2019 11:44:37.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.027 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.027 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27bf9378) +12-12-2019 11:44:37.029 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.030 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.030 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:37.031 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:37.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:37.033 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:37.033 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.033 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.034 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.034 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@36d490d5) +12-12-2019 11:44:37.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.036 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.036 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:37.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:37.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:37.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:37.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.039 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@722a2fe8) +12-12-2019 11:44:37.040 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.041 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.041 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:37.042 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:37.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:37.043 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:37.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.043 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.044 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.044 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@49b27216) +12-12-2019 11:44:37.046 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.047 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.047 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:37.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:37.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:37.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:37.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.048 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.049 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.049 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@124d1c0b) +12-12-2019 11:44:37.050 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.051 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.051 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:37.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=UserDatabaseRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm connected to a UserDatabase as a global JNDI resource, group=Realm, type=org.apache.catalina.realm.UserDatabaseRealm]) +12-12-2019 11:44:37.052 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.053 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.053 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CombinedRealm' +12-12-2019 11:44:37.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CombinedRealm) +12-12-2019 11:44:37.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to chain multiple realms' +12-12-2019 11:44:37.055 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to chain multiple realms) +12-12-2019 11:44:37.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.055 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:37.055 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:37.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.CombinedRealm' +12-12-2019 11:44:37.056 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.CombinedRealm) +12-12-2019 11:44:37.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.056 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.056 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:37.057 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:37.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:37.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:37.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.058 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d74af) +12-12-2019 11:44:37.060 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.062 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.062 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.063 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.063 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.064 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@237b4e29) +12-12-2019 11:44:37.066 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.067 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.068 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms' +12-12-2019 11:44:37.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms) +12-12-2019 11:44:37.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the combined realm is wrapping' +12-12-2019 11:44:37.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the combined realm is wrapping) +12-12-2019 11:44:37.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;' +12-12-2019 11:44:37.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;) +12-12-2019 11:44:37.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.070 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.070 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7903aa92) +12-12-2019 11:44:37.071 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.072 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.072 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:37.073 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:37.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:37.074 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:37.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.074 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.074 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d44cfd) +12-12-2019 11:44:37.076 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.076 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.077 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:37.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:37.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:37.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:37.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6817e824) +12-12-2019 11:44:37.080 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.080 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.081 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:37.082 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:37.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.' +12-12-2019 11:44:37.082 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.) +12-12-2019 11:44:37.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.082 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.083 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11e4e909) +12-12-2019 11:44:37.084 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.085 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.085 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm' +12-12-2019 11:44:37.086 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm) +12-12-2019 11:44:37.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm' +12-12-2019 11:44:37.086 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm) +12-12-2019 11:44:37.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.086 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.087 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.087 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm' +12-12-2019 11:44:37.088 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm) +12-12-2019 11:44:37.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add' +12-12-2019 11:44:37.089 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add) +12-12-2019 11:44:37.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm' +12-12-2019 11:44:37.089 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm) +12-12-2019 11:44:37.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.089 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@75d7969d) +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@54c59f7e) +12-12-2019 11:44:37.093 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.093 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.094 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:37.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:37.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:37.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:37.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.097 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.097 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.098 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3440b0a) +12-12-2019 11:44:37.100 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.101 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.102 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:37.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:37.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:37.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:37.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.103 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.104 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.104 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@355e16ca) +12-12-2019 11:44:37.105 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.106 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.106 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:37.107 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:37.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:37.107 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:37.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.108 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c740d82) +12-12-2019 11:44:37.110 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.111 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.111 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:37.112 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:37.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:37.113 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:37.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.113 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.113 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@432531d) +12-12-2019 11:44:37.115 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.115 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.116 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:37.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CombinedRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to chain multiple realms, group=Realm, type=org.apache.catalina.realm.CombinedRealm]) +12-12-2019 11:44:37.117 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.117 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.118 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'LockOutRealm' +12-12-2019 11:44:37.119 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=LockOutRealm) +12-12-2019 11:44:37.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to wrap existing realms to provide a user lock-out capability' +12-12-2019 11:44:37.119 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability) +12-12-2019 11:44:37.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.119 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm' +12-12-2019 11:44:37.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm) +12-12-2019 11:44:37.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.LockOutRealm' +12-12-2019 11:44:37.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.LockOutRealm) +12-12-2019 11:44:37.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.120 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.121 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode' +12-12-2019 11:44:37.122 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode) +12-12-2019 11:44:37.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.' +12-12-2019 11:44:37.122 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.) +12-12-2019 11:44:37.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.122 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.122 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@278d14ca) +12-12-2019 11:44:37.124 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.124 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.125 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheSize' +12-12-2019 11:44:37.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheSize) +12-12-2019 11:44:37.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.' +12-12-2019 11:44:37.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.) +12-12-2019 11:44:37.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.128 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.129 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@62a0aeb7) +12-12-2019 11:44:37.130 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.130 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.131 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.131 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheRemovalWarningTime' +12-12-2019 11:44:37.133 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheRemovalWarningTime) +12-12-2019 11:44:37.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).' +12-12-2019 11:44:37.134 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).) +12-12-2019 11:44:37.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.135 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e64a77c) +12-12-2019 11:44:37.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.137 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.137 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.138 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.139 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.139 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.139 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.140 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2858a116) +12-12-2019 11:44:37.142 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.144 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.145 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'failureCount' +12-12-2019 11:44:37.146 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=failureCount) +12-12-2019 11:44:37.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.' +12-12-2019 11:44:37.146 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.) +12-12-2019 11:44:37.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.147 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.147 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67bccb93) +12-12-2019 11:44:37.149 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.151 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.151 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lockOutTime' +12-12-2019 11:44:37.152 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lockOutTime) +12-12-2019 11:44:37.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).' +12-12-2019 11:44:37.153 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).) +12-12-2019 11:44:37.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.153 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e14c5) +12-12-2019 11:44:37.154 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.155 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.155 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms' +12-12-2019 11:44:37.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms) +12-12-2019 11:44:37.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the lockout realm is wrapping' +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the lockout realm is wrapping) +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;' +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;) +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1bca1cff) +12-12-2019 11:44:37.159 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.159 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.160 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath' +12-12-2019 11:44:37.161 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath) +12-12-2019 11:44:37.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path' +12-12-2019 11:44:37.161 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path) +12-12-2019 11:44:37.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.161 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.162 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76775e81) +12-12-2019 11:44:37.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.165 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.165 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate' +12-12-2019 11:44:37.167 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate) +12-12-2019 11:44:37.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.' +12-12-2019 11:44:37.167 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.) +12-12-2019 11:44:37.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.168 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.168 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7796f38f) +12-12-2019 11:44:37.169 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.170 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.170 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm' +12-12-2019 11:44:37.174 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm) +12-12-2019 11:44:37.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm' +12-12-2019 11:44:37.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm) +12-12-2019 11:44:37.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.178 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.179 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.180 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.180 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm' +12-12-2019 11:44:37.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm) +12-12-2019 11:44:37.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add' +12-12-2019 11:44:37.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add) +12-12-2019 11:44:37.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm' +12-12-2019 11:44:37.183 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm) +12-12-2019 11:44:37.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.184 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ce7984) +12-12-2019 11:44:37.186 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.187 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.187 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ca8b066) +12-12-2019 11:44:37.188 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.189 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.189 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unlock' +12-12-2019 11:44:37.190 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unlock) +12-12-2019 11:44:37.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Unlock the specified user' +12-12-2019 11:44:37.190 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Unlock the specified user) +12-12-2019 11:44:37.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.191 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.191 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.194 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.194 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username' +12-12-2019 11:44:37.199 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username) +12-12-2019 11:44:37.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to unlock' +12-12-2019 11:44:37.201 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to unlock) +12-12-2019 11:44:37.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.201 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.203 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@676c24) +12-12-2019 11:44:37.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.206 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.206 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@402ded2c) +12-12-2019 11:44:37.207 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.208 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.208 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:37.212 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:37.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:37.212 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:37.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.213 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@345bbef4) +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.215 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.215 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:37.216 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:37.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:37.216 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:37.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.216 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d791399) +12-12-2019 11:44:37.218 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:37.220 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:37.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:37.220 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:37.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.220 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.221 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.221 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6445e5e) +12-12-2019 11:44:37.222 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:37.224 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:37.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:37.224 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:37.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.224 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.225 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@292f9737) +12-12-2019 11:44:37.226 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.227 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.227 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:37.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=LockOutRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability, group=Realm, type=org.apache.catalina.realm.LockOutRealm]) +12-12-2019 11:44:37.228 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.228 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:37.229 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:37.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:37.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + +' +12-12-2019 11:44:37.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.231 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:37.231 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/session/mbeans-descriptors.xml +12-12-2019 11:44:37.232 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@11e818e8) +12-12-2019 11:44:37.232 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:37.232 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:37.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:37.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.233 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.233 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardManager' +12-12-2019 11:44:37.235 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardManager) +12-12-2019 11:44:37.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of the Manager interface' +12-12-2019 11:44:37.235 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of the Manager interface) +12-12-2019 11:44:37.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager' +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager) +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.StandardManager' +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.StandardManager) +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.236 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions' +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions) +12-12-2019 11:44:37.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment' +12-12-2019 11:44:37.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment) +12-12-2019 11:44:37.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.238 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@442ba3cd) +12-12-2019 11:44:37.239 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.241 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.241 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.242 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.242 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.242 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55d72650) +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.244 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.244 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates' +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates) +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated' +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated) +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@307dcde3) +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions' +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions) +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )' +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations )) +12-12-2019 11:44:37.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:37.249 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:37.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.249 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6103bc5c) +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.251 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.251 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute' +12-12-2019 11:44:37.252 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute) +12-12-2019 11:44:37.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine' +12-12-2019 11:44:37.252 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine) +12-12-2019 11:44:37.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.252 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@782f4e7a) +12-12-2019 11:44:37.254 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive' +12-12-2019 11:44:37.255 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive) +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far' +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far) +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14a60289) +12-12-2019 11:44:37.257 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions' +12-12-2019 11:44:37.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions) +12-12-2019 11:44:37.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit' +12-12-2019 11:44:37.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit) +12-12-2019 11:44:37.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a6ac72b) +12-12-2019 11:44:37.261 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.262 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.262 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:37.264 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:37.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)' +12-12-2019 11:44:37.264 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging)) +12-12-2019 11:44:37.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.265 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.265 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.266 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.266 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.266 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36f76366) +12-12-2019 11:44:37.268 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.269 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.269 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname' +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname) +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Path name of the disk file in which active sessions' +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Path name of the disk file in which active sessions) +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.270 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34a9b75c) +12-12-2019 11:44:37.271 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.272 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency' +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency) +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)' +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation)) +12-12-2019 11:44:37.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@103f590a) +12-12-2019 11:44:37.275 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.275 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.276 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime' +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime) +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration' +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration) +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cf087b9) +12-12-2019 11:44:37.278 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm' +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm) +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator algorithm name' +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator algorithm name) +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1113912) +12-12-2019 11:44:37.282 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.282 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.282 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass' +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass) +12-12-2019 11:44:37.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator class name' +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator class name) +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78fb7d3b) +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider' +12-12-2019 11:44:37.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider) +12-12-2019 11:44:37.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator provider name' +12-12-2019 11:44:37.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator provider name) +12-12-2019 11:44:37.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.287 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12669c27) +12-12-2019 11:44:37.288 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime' +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime) +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive' +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive) +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a230c9d) +12-12-2019 11:44:37.292 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.293 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.293 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate' +12-12-2019 11:44:37.295 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate) +12-12-2019 11:44:37.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute' +12-12-2019 11:44:37.295 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute) +12-12-2019 11:44:37.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.295 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.296 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.297 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12727f62) +12-12-2019 11:44:37.298 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.300 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.301 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter' +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter) +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager' +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager) +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3143dab2) +12-12-2019 11:44:37.304 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.305 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.305 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate' +12-12-2019 11:44:37.306 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate) +12-12-2019 11:44:37.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute' +12-12-2019 11:44:37.307 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute) +12-12-2019 11:44:37.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.307 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.307 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.307 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1762ef19) +12-12-2019 11:44:37.309 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.310 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.310 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime' +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime) +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive' +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive) +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.311 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.312 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15274e8c) +12-12-2019 11:44:37.313 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.313 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:37.314 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:37.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:37.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:37.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.316 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14afaa25) +12-12-2019 11:44:37.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.318 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.318 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions' +12-12-2019 11:44:37.319 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions) +12-12-2019 11:44:37.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached' +12-12-2019 11:44:37.320 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached) +12-12-2019 11:44:37.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.320 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.320 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.321 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b967448) +12-12-2019 11:44:37.322 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.323 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.323 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter' +12-12-2019 11:44:37.324 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter) +12-12-2019 11:44:37.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.' +12-12-2019 11:44:37.324 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.) +12-12-2019 11:44:37.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.325 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.325 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b8c5e04) +12-12-2019 11:44:37.327 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.327 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.328 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter' +12-12-2019 11:44:37.329 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter) +12-12-2019 11:44:37.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.' +12-12-2019 11:44:37.330 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.) +12-12-2019 11:44:37.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.330 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.331 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14f034d7) +12-12-2019 11:44:37.332 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.334 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.334 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure' +12-12-2019 11:44:37.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure) +12-12-2019 11:44:37.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?' +12-12-2019 11:44:37.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?) +12-12-2019 11:44:37.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.337 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d675aee) +12-12-2019 11:44:37.338 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.338 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.339 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess' +12-12-2019 11:44:37.340 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess) +12-12-2019 11:44:37.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.' +12-12-2019 11:44:37.340 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.) +12-12-2019 11:44:37.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.340 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.341 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.341 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.341 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:37.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@755b453e) +12-12-2019 11:44:37.343 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.343 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.344 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession' +12-12-2019 11:44:37.345 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession) +12-12-2019 11:44:37.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session' +12-12-2019 11:44:37.345 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session) +12-12-2019 11:44:37.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.346 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.346 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.346 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.346 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.350 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.351 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.352 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.353 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2cfe59ef) +12-12-2019 11:44:37.354 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.355 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@39bd862b) +12-12-2019 11:44:37.356 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.357 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.357 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime' +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime) +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time' +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time) +12-12-2019 11:44:37.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.359 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.359 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.360 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.361 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.361 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.361 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7eca1bd8) +12-12-2019 11:44:37.363 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.364 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.364 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5197c38a) +12-12-2019 11:44:37.366 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.368 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.368 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp' +12-12-2019 11:44:37.370 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp) +12-12-2019 11:44:37.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp' +12-12-2019 11:44:37.370 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp) +12-12-2019 11:44:37.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.370 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long' +12-12-2019 11:44:37.370 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long) +12-12-2019 11:44:37.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.371 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.371 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.372 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.372 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.372 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@f78c976) +12-12-2019 11:44:37.374 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.374 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.375 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5a219a6c) +12-12-2019 11:44:37.376 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime' +12-12-2019 11:44:37.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime) +12-12-2019 11:44:37.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time' +12-12-2019 11:44:37.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time) +12-12-2019 11:44:37.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.379 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.379 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.381 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@749b4e2b) +12-12-2019 11:44:37.382 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.382 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.382 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1b7f58a1) +12-12-2019 11:44:37.384 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp' +12-12-2019 11:44:37.385 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp) +12-12-2019 11:44:37.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp' +12-12-2019 11:44:37.386 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp) +12-12-2019 11:44:37.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.386 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long' +12-12-2019 11:44:37.386 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long) +12-12-2019 11:44:37.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.387 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.387 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.389 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@528511c1) +12-12-2019 11:44:37.390 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.391 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.391 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4a10307) +12-12-2019 11:44:37.393 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.393 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.393 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute' +12-12-2019 11:44:37.394 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute) +12-12-2019 11:44:37.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute' +12-12-2019 11:44:37.395 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute) +12-12-2019 11:44:37.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.395 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.395 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.396 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.397 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.398 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.399 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.399 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.400 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.401 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2ae5ffae) +12-12-2019 11:44:37.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.403 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.403 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key' +12-12-2019 11:44:37.404 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key) +12-12-2019 11:44:37.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute' +12-12-2019 11:44:37.405 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute) +12-12-2019 11:44:37.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.405 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.405 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4bbe0003) +12-12-2019 11:44:37.407 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:37.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@314f1bac) +12-12-2019 11:44:37.408 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.410 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.410 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds' +12-12-2019 11:44:37.411 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds) +12-12-2019 11:44:37.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids' +12-12-2019 11:44:37.412 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids) +12-12-2019 11:44:37.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.412 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.412 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.412 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.413 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:37.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3dfa8fb9) +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:37.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of the Manager interface, group=Manager, type=org.apache.catalina.session.StandardManager]) +12-12-2019 11:44:37.416 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.416 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.416 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'PersistentManager' +12-12-2019 11:44:37.417 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=PersistentManager) +12-12-2019 11:44:37.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Persistent Manager' +12-12-2019 11:44:37.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Persistent Manager) +12-12-2019 11:44:37.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager' +12-12-2019 11:44:37.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager) +12-12-2019 11:44:37.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.PersistentManager' +12-12-2019 11:44:37.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.PersistentManager) +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions' +12-12-2019 11:44:37.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions) +12-12-2019 11:44:37.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment' +12-12-2019 11:44:37.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment) +12-12-2019 11:44:37.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.420 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.421 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38670f27) +12-12-2019 11:44:37.422 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.423 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.423 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.424 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.424 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.425 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.425 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@362ae30) +12-12-2019 11:44:37.426 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.427 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.427 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates' +12-12-2019 11:44:37.428 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates) +12-12-2019 11:44:37.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated' +12-12-2019 11:44:37.430 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated) +12-12-2019 11:44:37.430 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.430 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.431 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a39578b) +12-12-2019 11:44:37.432 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.433 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.434 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions' +12-12-2019 11:44:37.435 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions) +12-12-2019 11:44:37.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )' +12-12-2019 11:44:37.435 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations )) +12-12-2019 11:44:37.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:37.436 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:37.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.436 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23d79e32) +12-12-2019 11:44:37.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.438 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.438 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute' +12-12-2019 11:44:37.439 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute) +12-12-2019 11:44:37.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine' +12-12-2019 11:44:37.440 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine) +12-12-2019 11:44:37.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.440 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.440 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.440 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23c9b358) +12-12-2019 11:44:37.442 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.442 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.443 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive' +12-12-2019 11:44:37.444 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive) +12-12-2019 11:44:37.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far' +12-12-2019 11:44:37.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far) +12-12-2019 11:44:37.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.445 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@354c8a3f) +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions' +12-12-2019 11:44:37.448 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions) +12-12-2019 11:44:37.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit' +12-12-2019 11:44:37.448 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit) +12-12-2019 11:44:37.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.449 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.449 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35491612) +12-12-2019 11:44:37.450 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.451 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.451 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleBackup' +12-12-2019 11:44:37.452 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleBackup) +12-12-2019 11:44:37.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.' +12-12-2019 11:44:37.453 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.) +12-12-2019 11:44:37.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.453 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2af03887) +12-12-2019 11:44:37.455 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.455 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.455 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleSwap' +12-12-2019 11:44:37.456 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleSwap) +12-12-2019 11:44:37.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.' +12-12-2019 11:44:37.457 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.) +12-12-2019 11:44:37.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.457 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.457 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44cd0df2) +12-12-2019 11:44:37.458 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minIdleSwap' +12-12-2019 11:44:37.460 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minIdleSwap) +12-12-2019 11:44:37.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.' +12-12-2019 11:44:37.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.) +12-12-2019 11:44:37.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.462 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15017a26) +12-12-2019 11:44:37.464 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.465 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.465 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:37.467 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:37.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)' +12-12-2019 11:44:37.467 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging)) +12-12-2019 11:44:37.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.468 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.469 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.469 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@68850712) +12-12-2019 11:44:37.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.471 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.471 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency' +12-12-2019 11:44:37.472 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency) +12-12-2019 11:44:37.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)' +12-12-2019 11:44:37.473 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation)) +12-12-2019 11:44:37.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.473 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.473 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@439a3e85) +12-12-2019 11:44:37.474 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.475 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.475 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime' +12-12-2019 11:44:37.476 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime) +12-12-2019 11:44:37.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration' +12-12-2019 11:44:37.477 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration) +12-12-2019 11:44:37.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:37.477 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:37.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.477 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f940999) +12-12-2019 11:44:37.479 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.479 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.479 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'saveOnRestart' +12-12-2019 11:44:37.480 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=saveOnRestart) +12-12-2019 11:44:37.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.' +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.) +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@715a8e07) +12-12-2019 11:44:37.482 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.483 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.483 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass' +12-12-2019 11:44:37.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass) +12-12-2019 11:44:37.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The random number generator class name' +12-12-2019 11:44:37.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The random number generator class name) +12-12-2019 11:44:37.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.485 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.485 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31a7baa9) +12-12-2019 11:44:37.486 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.487 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.487 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime' +12-12-2019 11:44:37.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime) +12-12-2019 11:44:37.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive' +12-12-2019 11:44:37.488 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive) +12-12-2019 11:44:37.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.489 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.489 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.489 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@235bd40e) +12-12-2019 11:44:37.490 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.491 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.491 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate' +12-12-2019 11:44:37.492 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate) +12-12-2019 11:44:37.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute' +12-12-2019 11:44:37.492 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute) +12-12-2019 11:44:37.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.493 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6cccc93d) +12-12-2019 11:44:37.495 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.495 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.495 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter' +12-12-2019 11:44:37.497 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter) +12-12-2019 11:44:37.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager' +12-12-2019 11:44:37.497 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager) +12-12-2019 11:44:37.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:37.498 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:37.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.498 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49c35815) +12-12-2019 11:44:37.501 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.502 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.502 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate' +12-12-2019 11:44:37.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate) +12-12-2019 11:44:37.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute' +12-12-2019 11:44:37.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute) +12-12-2019 11:44:37.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.504 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@453dd176) +12-12-2019 11:44:37.506 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.506 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.507 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime' +12-12-2019 11:44:37.508 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime) +12-12-2019 11:44:37.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive' +12-12-2019 11:44:37.508 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive) +12-12-2019 11:44:37.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.508 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.509 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@383b967b) +12-12-2019 11:44:37.511 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.511 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.511 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:37.512 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:37.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.513 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.513 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.513 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32b43560) +12-12-2019 11:44:37.514 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions' +12-12-2019 11:44:37.516 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions) +12-12-2019 11:44:37.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached' +12-12-2019 11:44:37.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached) +12-12-2019 11:44:37.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.518 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.518 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61e4c0d3) +12-12-2019 11:44:37.519 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.520 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.520 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter' +12-12-2019 11:44:37.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter) +12-12-2019 11:44:37.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.' +12-12-2019 11:44:37.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.) +12-12-2019 11:44:37.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a791bf8) +12-12-2019 11:44:37.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.523 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.524 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter' +12-12-2019 11:44:37.525 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter) +12-12-2019 11:44:37.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.' +12-12-2019 11:44:37.525 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.) +12-12-2019 11:44:37.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.526 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.526 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e15d482) +12-12-2019 11:44:37.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.528 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.528 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure' +12-12-2019 11:44:37.530 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure) +12-12-2019 11:44:37.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?' +12-12-2019 11:44:37.530 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?) +12-12-2019 11:44:37.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.531 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.531 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d99eb15) +12-12-2019 11:44:37.532 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.534 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.534 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess' +12-12-2019 11:44:37.536 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess) +12-12-2019 11:44:37.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.' +12-12-2019 11:44:37.536 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.) +12-12-2019 11:44:37.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.537 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.537 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:37.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a3c562d) +12-12-2019 11:44:37.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.539 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.539 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession' +12-12-2019 11:44:37.540 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession) +12-12-2019 11:44:37.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session' +12-12-2019 11:44:37.540 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session) +12-12-2019 11:44:37.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.541 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.541 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.542 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.542 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.543 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.543 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@78182449) +12-12-2019 11:44:37.545 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.545 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.546 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@78a94e0c) +12-12-2019 11:44:37.547 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.547 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.547 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime' +12-12-2019 11:44:37.548 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime) +12-12-2019 11:44:37.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time' +12-12-2019 11:44:37.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time) +12-12-2019 11:44:37.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.550 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.550 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.551 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.551 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.551 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.552 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a9ad34f) +12-12-2019 11:44:37.553 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.553 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@128f610f) +12-12-2019 11:44:37.555 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.555 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.555 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp' +12-12-2019 11:44:37.556 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp) +12-12-2019 11:44:37.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp' +12-12-2019 11:44:37.557 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp) +12-12-2019 11:44:37.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.557 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long' +12-12-2019 11:44:37.558 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long) +12-12-2019 11:44:37.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.558 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.558 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.559 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.560 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.560 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.560 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b8c257b) +12-12-2019 11:44:37.562 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19e7c728) +12-12-2019 11:44:37.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.566 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.566 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime' +12-12-2019 11:44:37.568 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime) +12-12-2019 11:44:37.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time' +12-12-2019 11:44:37.568 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time) +12-12-2019 11:44:37.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.569 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.569 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.569 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.570 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.571 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.571 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.572 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.572 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@453b6ff0) +12-12-2019 11:44:37.573 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.574 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.574 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c55e941) +12-12-2019 11:44:37.576 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.577 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.577 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp' +12-12-2019 11:44:37.578 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp) +12-12-2019 11:44:37.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp' +12-12-2019 11:44:37.579 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp) +12-12-2019 11:44:37.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.579 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long' +12-12-2019 11:44:37.579 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long) +12-12-2019 11:44:37.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.580 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.580 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.581 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.581 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.582 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.582 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6638b64d) +12-12-2019 11:44:37.583 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@41c1f325) +12-12-2019 11:44:37.585 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.586 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.586 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute' +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute) +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute' +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute) +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.587 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.589 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.589 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5f9b4002) +12-12-2019 11:44:37.591 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.591 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.592 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key' +12-12-2019 11:44:37.593 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key) +12-12-2019 11:44:37.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute' +12-12-2019 11:44:37.593 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute) +12-12-2019 11:44:37.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.593 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.594 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5c07a551) +12-12-2019 11:44:37.595 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.596 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.596 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:37.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7faefa42) +12-12-2019 11:44:37.598 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.599 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.599 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds' +12-12-2019 11:44:37.602 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds) +12-12-2019 11:44:37.602 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids' +12-12-2019 11:44:37.602 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids) +12-12-2019 11:44:37.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.603 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.603 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:37.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31387649) +12-12-2019 11:44:37.605 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.606 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.606 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLoaded' +12-12-2019 11:44:37.607 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLoaded) +12-12-2019 11:44:37.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'If the session id is loaded in memory?' +12-12-2019 11:44:37.607 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=If the session id is loaded in memory?) +12-12-2019 11:44:37.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.608 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:37.608 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:37.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.608 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.609 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId' +12-12-2019 11:44:37.610 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId) +12-12-2019 11:44:37.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session' +12-12-2019 11:44:37.610 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session) +12-12-2019 11:44:37.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.610 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@34a6ab3c) +12-12-2019 11:44:37.612 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.612 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@55eabdd4) +12-12-2019 11:44:37.614 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.614 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.614 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:37.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=PersistentManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Persistent Manager, group=Manager, type=org.apache.catalina.session.PersistentManager]) +12-12-2019 11:44:37.615 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.616 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:37.616 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:37.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:37.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + +' +12-12-2019 11:44:37.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.617 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:37.617 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/startup/mbeans-descriptors.xml +12-12-2019 11:44:37.618 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2e183f9e) +12-12-2019 11:44:37.618 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:37.618 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:37.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:37.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.618 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextConfig' +12-12-2019 11:44:37.620 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextConfig) +12-12-2019 11:44:37.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets' +12-12-2019 11:44:37.620 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets) +12-12-2019 11:44:37.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.620 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener' +12-12-2019 11:44:37.620 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener) +12-12-2019 11:44:37.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.ContextConfig' +12-12-2019 11:44:37.621 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.ContextConfig) +12-12-2019 11:44:37.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.622 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.622 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e9c2394) +12-12-2019 11:44:37.624 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.625 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.625 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml' +12-12-2019 11:44:37.626 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml) +12-12-2019 11:44:37.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default context file' +12-12-2019 11:44:37.626 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default context file) +12-12-2019 11:44:37.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.627 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.627 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a01fbf) +12-12-2019 11:44:37.628 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.630 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.630 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml' +12-12-2019 11:44:37.631 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml) +12-12-2019 11:44:37.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default deployment descriptor' +12-12-2019 11:44:37.632 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default deployment descriptor) +12-12-2019 11:44:37.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.632 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.633 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19ad2f58) +12-12-2019 11:44:37.636 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.636 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.636 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + ' +12-12-2019 11:44:37.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets, group=Listener, type=org.apache.catalina.startup.ContextConfig]) +12-12-2019 11:44:37.638 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.639 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.639 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'EngineConfig' +12-12-2019 11:44:37.640 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=EngineConfig) +12-12-2019 11:44:37.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts' +12-12-2019 11:44:37.640 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts) +12-12-2019 11:44:37.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.640 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener' +12-12-2019 11:44:37.641 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener) +12-12-2019 11:44:37.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.EngineConfig' +12-12-2019 11:44:37.641 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.EngineConfig) +12-12-2019 11:44:37.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.641 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.641 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.643 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.643 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.643 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.644 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.644 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76a6073c) +12-12-2019 11:44:37.646 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.647 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.647 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:37.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=EngineConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.EngineConfig]) +12-12-2019 11:44:37.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:37.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'HostConfig' +12-12-2019 11:44:37.650 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=HostConfig) +12-12-2019 11:44:37.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts' +12-12-2019 11:44:37.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts) +12-12-2019 11:44:37.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener' +12-12-2019 11:44:37.651 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener) +12-12-2019 11:44:37.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.HostConfig' +12-12-2019 11:44:37.652 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.HostConfig) +12-12-2019 11:44:37.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.652 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.652 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.653 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.654 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.654 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.655 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.655 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39691aff) +12-12-2019 11:44:37.656 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.657 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.657 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configBaseName' +12-12-2019 11:44:37.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configBaseName) +12-12-2019 11:44:37.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base directory for Context configuration files' +12-12-2019 11:44:37.659 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base directory for Context configuration files) +12-12-2019 11:44:37.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.659 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.659 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.660 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3bb6b78a) +12-12-2019 11:44:37.661 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.662 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.662 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass' +12-12-2019 11:44:37.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass) +12-12-2019 11:44:37.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the Context implementation we should use' +12-12-2019 11:44:37.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the Context implementation we should use) +12-12-2019 11:44:37.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.665 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b11884b) +12-12-2019 11:44:37.667 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.669 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.669 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML' +12-12-2019 11:44:37.670 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML) +12-12-2019 11:44:37.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The copy XML config file flag for this component' +12-12-2019 11:44:37.671 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The copy XML config file flag for this component) +12-12-2019 11:44:37.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:37.671 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:37.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.671 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.672 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d48f9f2) +12-12-2019 11:44:37.673 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.673 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.674 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML' +12-12-2019 11:44:37.675 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML) +12-12-2019 11:44:37.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy XML config file flag for this component' +12-12-2019 11:44:37.675 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy XML config file flag for this component) +12-12-2019 11:44:37.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:37.675 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:37.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.676 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.676 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@728356ab) +12-12-2019 11:44:37.678 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.679 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.679 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs' +12-12-2019 11:44:37.680 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs) +12-12-2019 11:44:37.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The unpack WARs flag' +12-12-2019 11:44:37.680 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The unpack WARs flag) +12-12-2019 11:44:37.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:37.681 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:37.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.681 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.681 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3517cb60) +12-12-2019 11:44:37.683 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServiced' +12-12-2019 11:44:37.685 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServiced) +12-12-2019 11:44:37.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application to the serviced list to show it gets serviced by another component' +12-12-2019 11:44:37.685 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application to the serviced list to show it gets serviced by another component) +12-12-2019 11:44:37.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:37.688 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:37.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name' +12-12-2019 11:44:37.688 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name) +12-12-2019 11:44:37.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.688 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.689 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.689 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7f5a2359) +12-12-2019 11:44:37.690 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.690 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.691 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.691 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.691 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.692 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3ebe1d70) +12-12-2019 11:44:37.692 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.693 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.693 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.694 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.694 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'check' +12-12-2019 11:44:37.695 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=check) +12-12-2019 11:44:37.695 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check a web application name for updates' +12-12-2019 11:44:37.695 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check a web application name for updates) +12-12-2019 11:44:37.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.697 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.697 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.698 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.698 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.698 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.698 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.699 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.700 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:37.701 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:37.701 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name' +12-12-2019 11:44:37.703 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name) +12-12-2019 11:44:37.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.704 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.704 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.705 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.705 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.706 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.707 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@56603202) +12-12-2019 11:44:37.708 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.708 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.709 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.709 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.709 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.710 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.710 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5da7bf65) +12-12-2019 11:44:37.711 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.711 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.712 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.712 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.712 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'checkUndeploy' +12-12-2019 11:44:37.713 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=checkUndeploy) +12-12-2019 11:44:37.713 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Undeploy any old versions of applications deployed using parallel deployment that have no active sessions' +12-12-2019 11:44:37.713 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Undeploy any old versions of applications deployed using parallel deployment that have no active sessions) +12-12-2019 11:44:37.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.714 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.714 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.714 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.714 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.715 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:37.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.715 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@73c90f63) +12-12-2019 11:44:37.716 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.716 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.717 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.718 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.719 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getDeploymentTime' +12-12-2019 11:44:37.720 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getDeploymentTime) +12-12-2019 11:44:37.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the instant where an application was deployed' +12-12-2019 11:44:37.720 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the instant where an application was deployed) +12-12-2019 11:44:37.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.720 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.720 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long' +12-12-2019 11:44:37.721 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long) +12-12-2019 11:44:37.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.721 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.721 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.721 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:37.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:37.722 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name' +12-12-2019 11:44:37.722 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name) +12-12-2019 11:44:37.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.723 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.723 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.723 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.724 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3dd2d9f7) +12-12-2019 11:44:37.724 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.725 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.725 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.726 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.726 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a751c6d) +12-12-2019 11:44:37.727 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.727 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.728 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.728 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.728 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isDeployed' +12-12-2019 11:44:37.729 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isDeployed) +12-12-2019 11:44:37.729 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Was this web application deployed by this component' +12-12-2019 11:44:37.730 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Was this web application deployed by this component) +12-12-2019 11:44:37.730 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.731 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:37.731 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:37.731 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.732 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.732 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.732 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.733 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:37.735 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:37.735 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name' +12-12-2019 11:44:37.736 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name) +12-12-2019 11:44:37.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.736 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.736 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.736 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.737 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@ac9cad1) +12-12-2019 11:44:37.738 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.738 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.738 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.738 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.739 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31c06efc) +12-12-2019 11:44:37.740 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.740 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.740 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.741 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.741 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.742 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isServiced' +12-12-2019 11:44:37.742 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isServiced) +12-12-2019 11:44:37.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Is a web application serviced by another component' +12-12-2019 11:44:37.743 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Is a web application serviced by another component) +12-12-2019 11:44:37.743 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.744 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:37.744 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:37.744 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.744 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.745 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.745 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:37.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:37.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name' +12-12-2019 11:44:37.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name) +12-12-2019 11:44:37.746 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.746 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.747 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.747 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1af60452) +12-12-2019 11:44:37.748 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.748 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.749 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.749 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.749 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.750 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5822f515) +12-12-2019 11:44:37.751 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.751 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.751 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.752 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.752 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'manageApp' +12-12-2019 11:44:37.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=manageApp) +12-12-2019 11:44:37.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application managed externally' +12-12-2019 11:44:37.753 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application managed externally) +12-12-2019 11:44:37.753 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.754 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.754 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.754 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.754 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.755 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.755 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'context' +12-12-2019 11:44:37.756 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=context) +12-12-2019 11:44:37.756 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Context to add' +12-12-2019 11:44:37.756 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Context to add) +12-12-2019 11:44:37.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Context' +12-12-2019 11:44:37.757 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Context) +12-12-2019 11:44:37.757 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.758 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.758 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.759 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1cf93382) +12-12-2019 11:44:37.759 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.760 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.760 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.761 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.761 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.762 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2efc196f) +12-12-2019 11:44:37.762 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.763 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.764 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.764 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.764 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.765 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServiced' +12-12-2019 11:44:37.766 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServiced) +12-12-2019 11:44:37.766 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from the serviced list to show it isn't serviced by another component' +12-12-2019 11:44:37.767 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from the serviced list to show it isn't serviced by another component) +12-12-2019 11:44:37.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.768 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.768 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.768 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.769 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.769 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.769 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name' +12-12-2019 11:44:37.770 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name) +12-12-2019 11:44:37.770 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name' +12-12-2019 11:44:37.771 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name) +12-12-2019 11:44:37.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.771 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.771 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.771 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.772 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4025c76) +12-12-2019 11:44:37.773 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.773 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.774 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.774 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.774 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.775 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.776 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4b478bbe) +12-12-2019 11:44:37.776 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.777 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.777 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.778 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.778 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unmanageApp' +12-12-2019 11:44:37.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unmanageApp) +12-12-2019 11:44:37.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from checks' +12-12-2019 11:44:37.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from checks) +12-12-2019 11:44:37.779 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.779 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.780 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.780 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.780 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.780 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.781 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'contextPath' +12-12-2019 11:44:37.782 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=contextPath) +12-12-2019 11:44:37.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The application path' +12-12-2019 11:44:37.782 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The application path) +12-12-2019 11:44:37.782 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.783 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.783 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.783 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1e77d477) +12-12-2019 11:44:37.784 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.784 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.785 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.785 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.785 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@508e91b7) +12-12-2019 11:44:37.786 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.786 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.787 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.787 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.787 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:37.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.788 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=HostConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.HostConfig]) +12-12-2019 11:44:37.788 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.789 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:37.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:37.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:37.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + +' +12-12-2019 11:44:37.790 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.790 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:37.791 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/users/mbeans-descriptors.xml +12-12-2019 11:44:37.791 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@1160511f) +12-12-2019 11:44:37.791 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:37.792 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:37.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:37.792 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.792 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.792 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.793 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryUserDatabase' +12-12-2019 11:44:37.794 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryUserDatabase) +12-12-2019 11:44:37.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.MemoryUserDatabaseMBean' +12-12-2019 11:44:37.794 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean) +12-12-2019 11:44:37.794 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'In-memory user and group database' +12-12-2019 11:44:37.795 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=In-memory user and group database) +12-12-2019 11:44:37.795 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users' +12-12-2019 11:44:37.795 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users) +12-12-2019 11:44:37.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'UserDatabase' +12-12-2019 11:44:37.796 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=UserDatabase) +12-12-2019 11:44:37.796 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.users.MemoryUserDatabase' +12-12-2019 11:44:37.797 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.users.MemoryUserDatabase) +12-12-2019 11:44:37.797 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.798 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.798 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.798 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups' +12-12-2019 11:44:37.799 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups) +12-12-2019 11:44:37.799 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined groups' +12-12-2019 11:44:37.800 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined groups) +12-12-2019 11:44:37.800 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:37.801 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:37.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.801 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.801 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.802 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.802 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@354769ad) +12-12-2019 11:44:37.803 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.803 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.804 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.804 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.804 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.805 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname' +12-12-2019 11:44:37.806 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname) +12-12-2019 11:44:37.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Relative or absolute pathname to database file' +12-12-2019 11:44:37.806 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Relative or absolute pathname to database file) +12-12-2019 11:44:37.806 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.806 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.807 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.807 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f05c14f) +12-12-2019 11:44:37.808 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.808 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.809 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.809 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.809 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.810 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles' +12-12-2019 11:44:37.811 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles) +12-12-2019 11:44:37.811 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined roles' +12-12-2019 11:44:37.811 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined roles) +12-12-2019 11:44:37.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:37.812 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:37.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.812 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.812 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.812 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.813 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@297ee4d6) +12-12-2019 11:44:37.814 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.814 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.815 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.815 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.815 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users' +12-12-2019 11:44:37.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users) +12-12-2019 11:44:37.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined users' +12-12-2019 11:44:37.816 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined users) +12-12-2019 11:44:37.816 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:37.817 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:37.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.817 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.817 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.817 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a05a04f) +12-12-2019 11:44:37.818 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.818 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.819 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.819 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.819 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'readonly' +12-12-2019 11:44:37.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=readonly) +12-12-2019 11:44:37.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'No persistant save of the user database' +12-12-2019 11:44:37.820 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=No persistant save of the user database) +12-12-2019 11:44:37.820 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.821 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.821 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.821 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.822 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.822 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3481bca3) +12-12-2019 11:44:37.823 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.823 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.823 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.823 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'writeable' +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=writeable) +12-12-2019 11:44:37.824 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check if user database is writeable' +12-12-2019 11:44:37.825 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check if user database is writeable) +12-12-2019 11:44:37.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'impact' to 'INFO' +12-12-2019 11:44:37.825 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo impact=INFO) +12-12-2019 11:44:37.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:37.825 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:37.825 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.825 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.826 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.826 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@259f0cc5) +12-12-2019 11:44:37.827 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.827 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.828 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.828 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.828 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.829 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createGroup' +12-12-2019 11:44:37.830 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createGroup) +12-12-2019 11:44:37.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new group and return MBean name' +12-12-2019 11:44:37.830 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new group and return MBean name) +12-12-2019 11:44:37.830 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.831 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.831 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.831 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.831 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.831 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.832 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.833 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname' +12-12-2019 11:44:37.833 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname) +12-12-2019 11:44:37.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group' +12-12-2019 11:44:37.834 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group) +12-12-2019 11:44:37.834 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.835 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.835 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.835 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.836 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b1904f4) +12-12-2019 11:44:37.836 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.837 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.837 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.837 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description' +12-12-2019 11:44:37.838 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description) +12-12-2019 11:44:37.838 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new group' +12-12-2019 11:44:37.839 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new group) +12-12-2019 11:44:37.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.839 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.839 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.839 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c89c400) +12-12-2019 11:44:37.840 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.840 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.841 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@55d40996) +12-12-2019 11:44:37.842 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.842 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.843 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.843 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.843 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createRole' +12-12-2019 11:44:37.844 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createRole) +12-12-2019 11:44:37.844 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new role and return MBean name' +12-12-2019 11:44:37.844 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new role and return MBean name) +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.845 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename' +12-12-2019 11:44:37.846 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename) +12-12-2019 11:44:37.846 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the new role' +12-12-2019 11:44:37.847 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the new role) +12-12-2019 11:44:37.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.847 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.847 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.847 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.848 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@8f0decd) +12-12-2019 11:44:37.849 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.849 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.849 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.850 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.850 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description' +12-12-2019 11:44:37.851 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description) +12-12-2019 11:44:37.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new role' +12-12-2019 11:44:37.851 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new role) +12-12-2019 11:44:37.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.851 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.851 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.852 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.852 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3bfd5583) +12-12-2019 11:44:37.853 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.853 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.854 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.854 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + ' +12-12-2019 11:44:37.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.854 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19762f38) +12-12-2019 11:44:37.855 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.855 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.856 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.856 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.856 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUser' +12-12-2019 11:44:37.857 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUser) +12-12-2019 11:44:37.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new user and return MBean name' +12-12-2019 11:44:37.857 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new user and return MBean name) +12-12-2019 11:44:37.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.857 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.857 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.858 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username' +12-12-2019 11:44:37.859 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username) +12-12-2019 11:44:37.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the new user' +12-12-2019 11:44:37.859 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the new user) +12-12-2019 11:44:37.859 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.859 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.860 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.860 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c1b1d39) +12-12-2019 11:44:37.861 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.861 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.862 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.862 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.862 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.863 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'password' +12-12-2019 11:44:37.864 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=password) +12-12-2019 11:44:37.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Password of the new user' +12-12-2019 11:44:37.864 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Password of the new user) +12-12-2019 11:44:37.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.864 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.864 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.865 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.865 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.866 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.866 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6213a0c1) +12-12-2019 11:44:37.866 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.867 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.868 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.868 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.868 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.869 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'fullName' +12-12-2019 11:44:37.869 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=fullName) +12-12-2019 11:44:37.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Full name of the new user' +12-12-2019 11:44:37.870 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Full name of the new user) +12-12-2019 11:44:37.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.870 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.870 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.870 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.871 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3313b04d) +12-12-2019 11:44:37.871 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.872 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.872 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.872 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + ' +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1b3456f8) +12-12-2019 11:44:37.873 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.874 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.874 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.874 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findGroup' +12-12-2019 11:44:37.875 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findGroup) +12-12-2019 11:44:37.875 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified group (if any)' +12-12-2019 11:44:37.875 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified group (if any)) +12-12-2019 11:44:37.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:37.876 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:37.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.876 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.876 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.876 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.877 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.877 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname' +12-12-2019 11:44:37.878 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname) +12-12-2019 11:44:37.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the requested group' +12-12-2019 11:44:37.878 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the requested group) +12-12-2019 11:44:37.878 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.879 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.879 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.879 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.880 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2f727272) +12-12-2019 11:44:37.880 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.881 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.881 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.881 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.882 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5098daf5) +12-12-2019 11:44:37.883 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.883 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.883 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.883 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.884 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRole' +12-12-2019 11:44:37.885 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRole) +12-12-2019 11:44:37.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified role (if any)' +12-12-2019 11:44:37.885 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified role (if any)) +12-12-2019 11:44:37.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:37.885 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:37.885 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.886 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.886 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.886 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename' +12-12-2019 11:44:37.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename) +12-12-2019 11:44:37.887 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the requested role' +12-12-2019 11:44:37.887 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the requested role) +12-12-2019 11:44:37.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.888 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.888 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.888 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ea79973) +12-12-2019 11:44:37.889 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.889 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.890 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.890 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.890 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@479d93c9) +12-12-2019 11:44:37.891 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.891 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.892 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.892 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.892 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findUser' +12-12-2019 11:44:37.893 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findUser) +12-12-2019 11:44:37.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified user (if any)' +12-12-2019 11:44:37.893 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified user (if any)) +12-12-2019 11:44:37.893 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:37.894 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:37.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String' +12-12-2019 11:44:37.894 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String) +12-12-2019 11:44:37.894 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.894 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.894 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.895 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username' +12-12-2019 11:44:37.896 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username) +12-12-2019 11:44:37.896 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the requested user' +12-12-2019 11:44:37.896 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the requested user) +12-12-2019 11:44:37.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.897 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.897 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.897 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.898 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b4098aa) +12-12-2019 11:44:37.898 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.899 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.900 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.900 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.901 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6d99aa45) +12-12-2019 11:44:37.902 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.902 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.903 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.903 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.903 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup' +12-12-2019 11:44:37.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup) +12-12-2019 11:44:37.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing group (and all user memberships)' +12-12-2019 11:44:37.904 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing group (and all user memberships)) +12-12-2019 11:44:37.904 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.905 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.905 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.905 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.905 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.905 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname' +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname) +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the group to remove' +12-12-2019 11:44:37.906 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the group to remove) +12-12-2019 11:44:37.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.907 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.907 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.907 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2f37da84) +12-12-2019 11:44:37.908 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.908 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.909 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.909 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.909 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.910 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@49f0770) +12-12-2019 11:44:37.910 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.911 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.911 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.911 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.912 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole' +12-12-2019 11:44:37.913 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole) +12-12-2019 11:44:37.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing role' +12-12-2019 11:44:37.913 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing role) +12-12-2019 11:44:37.913 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.913 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.914 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.914 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.914 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.915 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename' +12-12-2019 11:44:37.915 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename) +12-12-2019 11:44:37.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the role to remove' +12-12-2019 11:44:37.916 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the role to remove) +12-12-2019 11:44:37.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.916 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.916 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.916 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.917 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b655a81) +12-12-2019 11:44:37.918 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.918 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.918 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.918 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.919 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5b8e0c2a) +12-12-2019 11:44:37.920 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.920 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.920 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.920 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeUser' +12-12-2019 11:44:37.921 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeUser) +12-12-2019 11:44:37.921 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing user (and all group memberships)' +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing user (and all group memberships)) +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.922 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:37.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:37.923 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username' +12-12-2019 11:44:37.923 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username) +12-12-2019 11:44:37.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the user to remove' +12-12-2019 11:44:37.924 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the user to remove) +12-12-2019 11:44:37.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.924 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:37.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.924 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:37.924 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:37.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:37.925 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4afc0e25) +12-12-2019 11:44:37.926 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:37.926 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:37.926 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.926 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:37.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.927 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3624248d) +12-12-2019 11:44:37.928 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.928 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.928 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.928 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:37.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.929 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:37.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'save' +12-12-2019 11:44:37.930 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=save) +12-12-2019 11:44:37.930 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current users and groups to persistent storage' +12-12-2019 11:44:37.931 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current users and groups to persistent storage) +12-12-2019 11:44:37.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:37.931 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:37.931 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:37.931 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:37.932 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.932 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.932 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:37.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:37.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:37.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.933 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:37.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6744c19a) +12-12-2019 11:44:37.934 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.934 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:37.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:37.935 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.935 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:37.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.935 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:37.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryUserDatabase, className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean, description=In-memory user and group database, group=UserDatabase, type=org.apache.catalina.users.MemoryUserDatabase]) +12-12-2019 11:44:37.936 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:37.936 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( +) +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + +' +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.937 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:37.938 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/connector/mbeans-descriptors.xml +12-12-2019 11:44:37.938 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@71309c82) +12-12-2019 11:44:37.938 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:37.939 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:37.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:37.939 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:37.939 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.939 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.939 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:37.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:37.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:37.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:37.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:37.940 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CoyoteConnector' +12-12-2019 11:44:37.940 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CoyoteConnector) +12-12-2019 11:44:37.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ConnectorMBean' +12-12-2019 11:44:37.941 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ConnectorMBean) +12-12-2019 11:44:37.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Coyote connector' +12-12-2019 11:44:37.941 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Coyote connector) +12-12-2019 11:44:37.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:37.941 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:37.941 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Connector' +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Connector) +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.connector.Connector' +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.connector.Connector) +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.942 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.943 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount' +12-12-2019 11:44:37.943 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount) +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The accept count for this Connector' +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The accept count for this Connector) +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.944 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30b9db2f) +12-12-2019 11:44:37.945 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.945 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.946 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address' +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address) +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The IP address on which to bind' +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The IP address on which to bind) +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.947 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.948 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f86e372) +12-12-2019 11:44:37.949 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.949 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.949 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.949 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.950 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ajpFlush' +12-12-2019 11:44:37.950 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ajpFlush) +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send AJP flush package for each explicit flush' +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send AJP flush package for each explicit flush) +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.951 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@271d5bf1) +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.952 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.953 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.953 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.953 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowTrace' +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowTrace) +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Allow disabling TRACE method' +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Allow disabling TRACE method) +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.954 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.955 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52bc171c) +12-12-2019 11:44:37.956 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.956 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.956 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.956 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphers' +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphers) +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of requested cipher suites' +12-12-2019 11:44:37.957 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of requested cipher suites) +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.958 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c22cec7) +12-12-2019 11:44:37.959 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.959 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.960 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.960 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.960 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphersUsed' +12-12-2019 11:44:37.961 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphersUsed) +12-12-2019 11:44:37.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Array of ciphers suites in use' +12-12-2019 11:44:37.961 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Array of ciphers suites in use) +12-12-2019 11:44:37.961 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;' +12-12-2019 11:44:37.961 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;) +12-12-2019 11:44:37.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.962 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.962 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.962 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.963 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64f72542) +12-12-2019 11:44:37.964 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.964 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.965 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.965 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.965 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.966 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:37.967 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:37.967 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:37.967 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:37.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.968 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.968 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.968 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.969 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.969 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@297838fe) +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.970 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.971 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.971 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger' +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger) +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Linger value on the incoming connection' +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Linger value on the incoming connection) +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.972 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.973 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b4ece3a) +12-12-2019 11:44:37.973 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.974 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.974 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.974 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.974 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout' +12-12-2019 11:44:37.975 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout) +12-12-2019 11:44:37.975 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Timeout value on the incoming connection' +12-12-2019 11:44:37.976 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Timeout value on the incoming connection) +12-12-2019 11:44:37.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.976 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.976 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.976 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21206f62) +12-12-2019 11:44:37.977 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.977 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.978 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enableLookups' +12-12-2019 11:44:37.979 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enableLookups) +12-12-2019 11:44:37.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'enable DNS lookups' flag for this Connector' +12-12-2019 11:44:37.979 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'enable DNS lookups' flag for this Connector) +12-12-2019 11:44:37.979 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:37.979 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.980 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c208331) +12-12-2019 11:44:37.981 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.981 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.981 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.981 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.982 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorName' +12-12-2019 11:44:37.982 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorName) +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the executor - if any - associated with this Connector' +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the executor - if any - associated with this Connector) +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.983 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.984 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1477eb83) +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.985 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout' +12-12-2019 11:44:37.986 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout) +12-12-2019 11:44:37.986 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of seconds Tomcat will wait for a subsequent request before closing the connection' +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of seconds Tomcat will wait for a subsequent request before closing the connection) +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.987 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7925c829) +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.988 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.989 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort' +12-12-2019 11:44:37.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort) +12-12-2019 11:44:37.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.' +12-12-2019 11:44:37.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.) +12-12-2019 11:44:37.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.990 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:37.990 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.991 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b5ce310) +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.992 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.993 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxHeaderCount' +12-12-2019 11:44:37.993 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxHeaderCount) +12-12-2019 11:44:37.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.' +12-12-2019 11:44:37.994 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.) +12-12-2019 11:44:37.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:37.994 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:37.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.994 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:37.994 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:37.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:37.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:37.995 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@239dda41) +12-12-2019 11:44:37.996 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:37.996 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.997 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:37.997 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:37.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:37.997 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:37.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:37.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:37.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:37.998 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests' +12-12-2019 11:44:37.998 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests) +12-12-2019 11:44:37.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of Keep-Alive requests to honor per connection' +12-12-2019 11:44:37.999 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of Keep-Alive requests to honor per connection) +12-12-2019 11:44:37.999 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.000 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.000 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.000 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.001 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@81d1642) +12-12-2019 11:44:38.002 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.002 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.003 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxParameterCount' +12-12-2019 11:44:38.004 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxParameterCount) +12-12-2019 11:44:38.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.' +12-12-2019 11:44:38.004 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.) +12-12-2019 11:44:38.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.004 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.004 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.004 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f2ef3e8) +12-12-2019 11:44:38.005 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.006 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxPostSize' +12-12-2019 11:44:38.007 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxPostSize) +12-12-2019 11:44:38.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size in bytes of a POST which will be handled by the servlet API provided features' +12-12-2019 11:44:38.007 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size in bytes of a POST which will be handled by the servlet API provided features) +12-12-2019 11:44:38.007 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.008 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63d6df7e) +12-12-2019 11:44:38.009 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.009 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.009 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.010 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.010 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSavePostSize' +12-12-2019 11:44:38.011 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSavePostSize) +12-12-2019 11:44:38.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size of a POST which will be saved by the container during authentication' +12-12-2019 11:44:38.011 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size of a POST which will be saved by the container during authentication) +12-12-2019 11:44:38.011 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.011 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.012 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.012 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ed45e97) +12-12-2019 11:44:38.013 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.013 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.014 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.014 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.014 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSwallowSize' +12-12-2019 11:44:38.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSwallowSize) +12-12-2019 11:44:38.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload' +12-12-2019 11:44:38.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload) +12-12-2019 11:44:38.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.015 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.015 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.016 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e9be209) +12-12-2019 11:44:38.017 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.017 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.017 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.018 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads' +12-12-2019 11:44:38.018 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads) +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.' +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.) +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.019 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6602e981) +12-12-2019 11:44:38.020 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.020 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.021 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads' +12-12-2019 11:44:38.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads) +12-12-2019 11:44:38.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.' +12-12-2019 11:44:38.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.) +12-12-2019 11:44:38.022 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.022 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.023 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@337ae710) +12-12-2019 11:44:38.024 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.024 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.024 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.024 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.024 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'packetSize' +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=packetSize) +12-12-2019 11:44:38.025 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The ajp packet size.' +12-12-2019 11:44:38.026 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The ajp packet size.) +12-12-2019 11:44:38.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.026 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.026 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.026 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f56270e) +12-12-2019 11:44:38.027 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.027 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.028 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.028 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.028 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port' +12-12-2019 11:44:38.029 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port) +12-12-2019 11:44:38.029 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.' +12-12-2019 11:44:38.029 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.) +12-12-2019 11:44:38.030 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.031 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.031 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.031 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.032 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e4c0147) +12-12-2019 11:44:38.033 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.033 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.034 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.034 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.035 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.035 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.035 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processorCache' +12-12-2019 11:44:38.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processorCache) +12-12-2019 11:44:38.036 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor cache size.' +12-12-2019 11:44:38.036 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor cache size.) +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.037 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f73bbee) +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.038 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.039 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.039 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol' +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol) +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote protocol handler in use' +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote protocol handler in use) +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.040 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3bd58577) +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.041 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.042 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.042 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.042 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHandlerClassName' +12-12-2019 11:44:38.043 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHandlerClassName) +12-12-2019 11:44:38.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote Protocol handler class name' +12-12-2019 11:44:38.043 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote Protocol handler class name) +12-12-2019 11:44:38.043 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.044 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.044 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.044 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.044 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3535bb54) +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.045 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.046 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyName' +12-12-2019 11:44:38.047 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyName) +12-12-2019 11:44:38.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server name to which we should pretend requests to this Connector' +12-12-2019 11:44:38.047 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server name to which we should pretend requests to this Connector) +12-12-2019 11:44:38.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.047 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.047 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.048 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bbdd28c) +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.049 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyPort' +12-12-2019 11:44:38.050 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyPort) +12-12-2019 11:44:38.050 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server port to which we should pretend requests to this Connector' +12-12-2019 11:44:38.050 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server port to which we should pretend requests to this Connector) +12-12-2019 11:44:38.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.051 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.051 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.051 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3953bade) +12-12-2019 11:44:38.052 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.052 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.053 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPort' +12-12-2019 11:44:38.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPort) +12-12-2019 11:44:38.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The redirect port for non-SSL to SSL redirects' +12-12-2019 11:44:38.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The redirect port for non-SSL to SSL redirects) +12-12-2019 11:44:38.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.054 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.054 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.055 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e3a7ebe) +12-12-2019 11:44:38.056 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.056 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.056 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.056 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scheme' +12-12-2019 11:44:38.057 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scheme) +12-12-2019 11:44:38.057 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Protocol name for this Connector (http, https)' +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Protocol name for this Connector (http, https)) +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.058 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36cd9f36) +12-12-2019 11:44:38.059 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.059 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.060 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.060 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secret' +12-12-2019 11:44:38.061 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secret) +12-12-2019 11:44:38.061 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Authentication secret (I guess ... not in Javadocs)' +12-12-2019 11:44:38.061 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Authentication secret (I guess ... not in Javadocs)) +12-12-2019 11:44:38.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'readable' to 'false' +12-12-2019 11:44:38.062 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo readable=false) +12-12-2019 11:44:38.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.062 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.062 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.063 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.063 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.064 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@237112d1) +12-12-2019 11:44:38.064 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.065 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.065 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.065 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.066 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.067 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secure' +12-12-2019 11:44:38.067 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secure) +12-12-2019 11:44:38.068 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is this a secure (SSL) Connector?' +12-12-2019 11:44:38.068 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is this a secure (SSL) Connector?) +12-12-2019 11:44:38.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.069 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.069 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.069 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@750d92b) +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.070 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.071 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslProtocols' +12-12-2019 11:44:38.072 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslProtocols) +12-12-2019 11:44:38.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of SSL protocol variants to be enabled' +12-12-2019 11:44:38.072 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of SSL protocol variants to be enabled) +12-12-2019 11:44:38.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.072 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.072 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.073 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ae288f1) +12-12-2019 11:44:38.074 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.074 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.074 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.074 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.075 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.076 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.076 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.076 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.076 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.077 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@200c8cb4) +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.078 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay' +12-12-2019 11:44:38.079 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay) +12-12-2019 11:44:38.079 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we use TCP no delay?' +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we use TCP no delay?) +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.080 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b40f5fe) +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.081 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.082 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority' +12-12-2019 11:44:38.083 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority) +12-12-2019 11:44:38.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.' +12-12-2019 11:44:38.083 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.) +12-12-2019 11:44:38.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.083 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.083 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.084 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ad8fc3c) +12-12-2019 11:44:38.085 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.085 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.085 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.085 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URIEncoding' +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URIEncoding) +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding used to decode the URI' +12-12-2019 11:44:38.086 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding used to decode the URI) +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.087 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64934896) +12-12-2019 11:44:38.088 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.088 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.089 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useBodyEncodingForURI' +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useBodyEncodingForURI) +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the body encoding be used for URI query parameters' +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the body encoding be used for URI query parameters) +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.090 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20be019c) +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.091 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.092 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.092 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.092 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useIPVHosts' +12-12-2019 11:44:38.093 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useIPVHosts) +12-12-2019 11:44:38.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should IP-based virtual hosting be used? ' +12-12-2019 11:44:38.093 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should IP-based virtual hosting be used? ) +12-12-2019 11:44:38.093 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.094 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.094 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.094 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2cddef70) +12-12-2019 11:44:38.095 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.095 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.096 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.097 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.097 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.097 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.098 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xpoweredBy' +12-12-2019 11:44:38.098 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xpoweredBy) +12-12-2019 11:44:38.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is generation of X-Powered-By response header enabled/disabled?' +12-12-2019 11:44:38.099 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is generation of X-Powered-By response header enabled/disabled?) +12-12-2019 11:44:38.099 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.100 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.100 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.100 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.101 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61a9dfcb) +12-12-2019 11:44:38.102 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.102 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.103 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:38.104 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:38.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:38.104 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:38.104 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.104 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.105 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f80ec90) +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.106 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.107 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.107 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.108 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.109 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.109 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4fe2bc1d) +12-12-2019 11:44:38.110 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.110 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.110 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause' +12-12-2019 11:44:38.111 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause) +12-12-2019 11:44:38.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:38.112 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:38.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.112 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.112 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.113 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c076cfe) +12-12-2019 11:44:38.114 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.114 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.114 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume' +12-12-2019 11:44:38.115 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume) +12-12-2019 11:44:38.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:38.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:38.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.116 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.116 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.117 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.117 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@23ffad32) +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.118 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:38.119 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:38.119 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:38.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:38.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.120 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.120 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.120 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3b0321b1) +12-12-2019 11:44:38.121 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.122 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:38.123 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:38.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:38.123 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:38.123 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.124 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@61db7098) +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.125 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.126 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.126 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.126 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CoyoteConnector, className=org.apache.catalina.mbeans.ConnectorMBean, description=Implementation of a Coyote connector, group=Connector, type=org.apache.catalina.connector.Connector]) +12-12-2019 11:44:38.127 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.127 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.128 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( +) +12-12-2019 11:44:38.128 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:38.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:38.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + +' +12-12-2019 11:44:38.128 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.129 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:38.129 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/valves/mbeans-descriptors.xml +12-12-2019 11:44:38.130 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2a68871f) +12-12-2019 11:44:38.130 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:38.131 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:38.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:38.131 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.132 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.132 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.132 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.133 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'AccessLogValve' +12-12-2019 11:44:38.133 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=AccessLogValve) +12-12-2019 11:44:38.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log' +12-12-2019 11:44:38.134 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log) +12-12-2019 11:44:38.134 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.AccessLogValve' +12-12-2019 11:44:38.135 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.AccessLogValve) +12-12-2019 11:44:38.135 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.135 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.136 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.137 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@100d7d7a) +12-12-2019 11:44:38.138 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.139 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.139 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.139 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered' +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered) +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.' +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.) +12-12-2019 11:44:38.140 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.141 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22b57d22) +12-12-2019 11:44:38.142 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.142 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.143 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.143 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.143 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists' +12-12-2019 11:44:38.144 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists) +12-12-2019 11:44:38.144 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.' +12-12-2019 11:44:38.145 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.) +12-12-2019 11:44:38.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.145 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.145 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.145 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.145 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.146 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@bd0ec32) +12-12-2019 11:44:38.147 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.147 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.147 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.147 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.148 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.149 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.150 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@656ec228) +12-12-2019 11:44:38.150 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.151 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition' +12-12-2019 11:44:38.152 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition) +12-12-2019 11:44:38.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.' +12-12-2019 11:44:38.152 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.) +12-12-2019 11:44:38.152 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.153 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e739552) +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.154 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf' +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf) +12-12-2019 11:44:38.155 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.' +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.) +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.156 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1726a7d3) +12-12-2019 11:44:38.157 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.157 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.158 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless' +12-12-2019 11:44:38.159 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless) +12-12-2019 11:44:38.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.' +12-12-2019 11:44:38.159 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.) +12-12-2019 11:44:38.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.159 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.159 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.160 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b1b6879) +12-12-2019 11:44:38.161 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.161 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.161 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.162 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.162 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.163 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory' +12-12-2019 11:44:38.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory) +12-12-2019 11:44:38.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created' +12-12-2019 11:44:38.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created) +12-12-2019 11:44:38.164 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.164 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.165 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.165 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.166 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8f786b0) +12-12-2019 11:44:38.167 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.167 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.168 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.168 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.168 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled' +12-12-2019 11:44:38.169 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled) +12-12-2019 11:44:38.169 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging' +12-12-2019 11:44:38.169 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging) +12-12-2019 11:44:38.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false' +12-12-2019 11:44:38.170 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false) +12-12-2019 11:44:38.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.170 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.170 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.171 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@aac5bf9) +12-12-2019 11:44:38.172 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.172 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.172 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.172 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding' +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding) +12-12-2019 11:44:38.173 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file' +12-12-2019 11:44:38.174 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file) +12-12-2019 11:44:38.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.174 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.174 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.174 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28966d40) +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.175 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.176 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.176 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.176 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat' +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat) +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date for date based log rotation' +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date for date based log rotation) +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.177 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.178 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@688e808b) +12-12-2019 11:44:38.179 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.179 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.179 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.179 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale' +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale) +12-12-2019 11:44:38.180 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines' +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines) +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.181 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5cf8592c) +12-12-2019 11:44:38.182 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.182 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.183 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern' +12-12-2019 11:44:38.184 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern) +12-12-2019 11:44:38.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines' +12-12-2019 11:44:38.184 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines) +12-12-2019 11:44:38.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.184 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.184 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.185 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3463b2d9) +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.186 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix' +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix) +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames' +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames) +12-12-2019 11:44:38.187 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.188 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2f843578) +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.189 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.190 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable' +12-12-2019 11:44:38.190 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable) +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.' +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.) +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.191 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@339272db) +12-12-2019 11:44:38.192 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.193 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.193 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.193 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate' +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate) +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.' +12-12-2019 11:44:38.194 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.) +12-12-2019 11:44:38.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.195 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.195 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.195 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.195 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.196 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.197 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d3d7cbc) +12-12-2019 11:44:38.197 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.198 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.198 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.198 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.199 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.200 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.200 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.200 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.201 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.201 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.202 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.202 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.202 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.202 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.203 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@461e6b8) +12-12-2019 11:44:38.203 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.204 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix' +12-12-2019 11:44:38.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix) +12-12-2019 11:44:38.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames' +12-12-2019 11:44:38.205 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames) +12-12-2019 11:44:38.205 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.206 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ac03cb9) +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.207 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.208 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate' +12-12-2019 11:44:38.208 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate) +12-12-2019 11:44:38.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is' +12-12-2019 11:44:38.209 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is) +12-12-2019 11:44:38.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.209 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.209 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.209 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.210 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a648390) +12-12-2019 11:44:38.211 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.211 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.211 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.212 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.212 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate' +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate) +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name' +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name) +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:38.213 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:38.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.214 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.214 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:38.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.214 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName' +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName) +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.' +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.) +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:38.215 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.216 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6cfac2fc) +12-12-2019 11:44:38.217 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.217 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.217 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.217 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@67a5bdfd) +12-12-2019 11:44:38.218 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.219 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.219 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=AccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.AccessLogValve]) +12-12-2019 11:44:38.220 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.220 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.221 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.221 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.221 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CrawlerSessionManagerValve' +12-12-2019 11:44:38.222 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CrawlerSessionManagerValve) +12-12-2019 11:44:38.222 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that ensures web crawlers always use sessions even if no session ID is presented by the client' +12-12-2019 11:44:38.223 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client) +12-12-2019 11:44:38.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.223 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.223 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.223 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.CrawlerSessionManagerValve' +12-12-2019 11:44:38.223 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.CrawlerSessionManagerValve) +12-12-2019 11:44:38.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.224 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.224 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.224 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.225 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.226 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.226 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.226 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c0b6044) +12-12-2019 11:44:38.227 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.227 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.228 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.228 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.228 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.229 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.230 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.230 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.231 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.231 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.231 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.231 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.232 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.232 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.233 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@627d0656) +12-12-2019 11:44:38.234 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.234 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.235 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.235 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.235 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clientIpSessionId' +12-12-2019 11:44:38.236 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clientIpSessionId) +12-12-2019 11:44:38.236 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Current Map of client IP address to session ID managed by this Valve' +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Current Map of client IP address to session ID managed by this Valve) +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map' +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map) +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.237 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@582ad5c7) +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.238 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.239 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.239 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.239 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crawlerUserAgents' +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crawlerUserAgents) +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the regular expression used to identify crawlers based in the User-Agent header provided.' +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the regular expression used to identify crawlers based in the User-Agent header provided.) +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.240 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:38.241 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:38.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.241 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.241 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@122ac16a) +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.242 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.243 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.243 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.243 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionInactiveInterval' +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionInactiveInterval) +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the session timeout (in seconds) for a crawler's session.' +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the session timeout (in seconds) for a crawler's session.) +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.244 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:38.245 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:38.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.245 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.245 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25948a2b) +12-12-2019 11:44:38.246 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.246 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.247 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.248 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.249 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fd16779) +12-12-2019 11:44:38.250 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.250 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.250 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.250 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.251 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CrawlerSessionManagerValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client, group=Valve, type=org.apache.catalina.valves.CrawlerSessionManagerValve]) +12-12-2019 11:44:38.251 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.252 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ErrorReportValve' +12-12-2019 11:44:38.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ErrorReportValve) +12-12-2019 11:44:38.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Valve that outputs HTML error pages' +12-12-2019 11:44:38.253 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Valve that outputs HTML error pages) +12-12-2019 11:44:38.253 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ErrorReportValve' +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ErrorReportValve) +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.254 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.255 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.256 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.256 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.256 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@215b1ba9) +12-12-2019 11:44:38.257 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.258 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.259 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.259 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.260 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@653ebf79) +12-12-2019 11:44:38.261 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.261 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.262 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.262 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.262 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.263 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.264 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.265 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.265 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.266 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.267 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.268 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.268 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.269 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.269 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.270 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.270 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64fab427) +12-12-2019 11:44:38.271 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.271 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.271 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.271 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showReport' +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showReport) +12-12-2019 11:44:38.272 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables full error reports' +12-12-2019 11:44:38.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables full error reports) +12-12-2019 11:44:38.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.273 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.273 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.273 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4034ed6e) +12-12-2019 11:44:38.274 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.275 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.275 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.275 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.276 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.277 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showServerInfo' +12-12-2019 11:44:38.278 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showServerInfo) +12-12-2019 11:44:38.278 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables server info on error pages' +12-12-2019 11:44:38.278 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables server info on error pages) +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.279 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39cb2092) +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.280 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.281 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.281 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + ' +12-12-2019 11:44:38.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.281 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ErrorReportValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of a Valve that outputs HTML error pages, group=Valve, type=org.apache.catalina.valves.ErrorReportValve]) +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.282 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ExtendedAccessLogValve' +12-12-2019 11:44:38.283 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ExtendedAccessLogValve) +12-12-2019 11:44:38.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log' +12-12-2019 11:44:38.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log) +12-12-2019 11:44:38.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.284 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.284 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ExtendedAccessLogValve' +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ExtendedAccessLogValve) +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.285 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.286 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.287 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.287 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.287 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@291e85a5) +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.288 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered' +12-12-2019 11:44:38.289 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered) +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.' +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.) +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.290 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1874472d) +12-12-2019 11:44:38.291 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.292 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.292 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.292 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists' +12-12-2019 11:44:38.293 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists) +12-12-2019 11:44:38.293 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.' +12-12-2019 11:44:38.293 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.) +12-12-2019 11:44:38.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.294 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.294 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.294 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.294 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.295 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.296 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7f4c96d0) +12-12-2019 11:44:38.296 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.297 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.297 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.297 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.298 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.299 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.299 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.300 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.300 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.300 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.300 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.301 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.301 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.302 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f63f61b) +12-12-2019 11:44:38.302 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.303 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.303 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.303 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition' +12-12-2019 11:44:38.304 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition) +12-12-2019 11:44:38.304 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.' +12-12-2019 11:44:38.304 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.) +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.305 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@420d6bff) +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.306 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.307 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.307 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf' +12-12-2019 11:44:38.308 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf) +12-12-2019 11:44:38.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.' +12-12-2019 11:44:38.308 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.) +12-12-2019 11:44:38.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.308 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.308 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.308 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@787a01bc) +12-12-2019 11:44:38.309 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.310 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.310 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.310 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless' +12-12-2019 11:44:38.311 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless) +12-12-2019 11:44:38.311 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.' +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.) +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.312 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@631be275) +12-12-2019 11:44:38.313 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.313 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.314 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.314 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.314 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory' +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory) +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created' +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created) +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.315 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.316 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.316 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63c80323) +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.317 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.318 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled' +12-12-2019 11:44:38.318 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled) +12-12-2019 11:44:38.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging' +12-12-2019 11:44:38.319 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging) +12-12-2019 11:44:38.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false' +12-12-2019 11:44:38.319 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false) +12-12-2019 11:44:38.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.319 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.319 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.320 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ab3de36) +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.321 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding' +12-12-2019 11:44:38.322 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding) +12-12-2019 11:44:38.322 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file' +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file) +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.323 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@626c513d) +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.324 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.325 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.325 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.325 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat' +12-12-2019 11:44:38.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat) +12-12-2019 11:44:38.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date date based log rotation.' +12-12-2019 11:44:38.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date date based log rotation.) +12-12-2019 11:44:38.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.326 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.326 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.327 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.327 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e581f4f) +12-12-2019 11:44:38.328 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.328 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.328 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.328 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.329 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale' +12-12-2019 11:44:38.330 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale) +12-12-2019 11:44:38.330 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines' +12-12-2019 11:44:38.331 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines) +12-12-2019 11:44:38.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.331 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.331 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.331 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.332 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.333 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d2adebc) +12-12-2019 11:44:38.334 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.334 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.335 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.335 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.335 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern' +12-12-2019 11:44:38.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern) +12-12-2019 11:44:38.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines' +12-12-2019 11:44:38.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines) +12-12-2019 11:44:38.336 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.336 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.337 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@293ced41) +12-12-2019 11:44:38.338 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.338 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.338 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.338 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.339 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix' +12-12-2019 11:44:38.339 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix) +12-12-2019 11:44:38.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames' +12-12-2019 11:44:38.340 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames) +12-12-2019 11:44:38.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.340 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.340 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.340 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.341 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29d9a4e2) +12-12-2019 11:44:38.341 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.342 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable' +12-12-2019 11:44:38.343 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable) +12-12-2019 11:44:38.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.' +12-12-2019 11:44:38.343 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.) +12-12-2019 11:44:38.343 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.344 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.344 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.344 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.344 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37e574f1) +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.345 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.346 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate' +12-12-2019 11:44:38.347 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate) +12-12-2019 11:44:38.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.' +12-12-2019 11:44:38.347 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.) +12-12-2019 11:44:38.347 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.347 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.348 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.348 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.349 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.349 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.350 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.351 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.352 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c91938f) +12-12-2019 11:44:38.352 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.353 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.354 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.354 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.354 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix' +12-12-2019 11:44:38.355 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix) +12-12-2019 11:44:38.355 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames' +12-12-2019 11:44:38.355 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames) +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.356 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@528933b9) +12-12-2019 11:44:38.357 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.357 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.358 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate' +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate) +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is' +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is) +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.359 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.360 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:38.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.360 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@361363be) +12-12-2019 11:44:38.361 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.361 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.362 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.362 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.362 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.363 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate' +12-12-2019 11:44:38.364 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate) +12-12-2019 11:44:38.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name' +12-12-2019 11:44:38.364 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name) +12-12-2019 11:44:38.364 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.364 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:38.365 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:38.365 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.366 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.366 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:38.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.366 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:38.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName' +12-12-2019 11:44:38.367 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName) +12-12-2019 11:44:38.367 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.' +12-12-2019 11:44:38.368 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.) +12-12-2019 11:44:38.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.368 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:38.368 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.369 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a4dcb71) +12-12-2019 11:44:38.370 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.370 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.370 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.370 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3a50385c) +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.371 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.372 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.372 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.372 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ExtendedAccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.ExtendedAccessLogValve]) +12-12-2019 11:44:38.373 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.373 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.374 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SemaphoreValve' +12-12-2019 11:44:38.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SemaphoreValve) +12-12-2019 11:44:38.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that does concurrency control' +12-12-2019 11:44:38.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that does concurrency control) +12-12-2019 11:44:38.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.375 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.375 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.SemaphoreValve' +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.SemaphoreValve) +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.376 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.377 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.377 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.378 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.379 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21dfc054) +12-12-2019 11:44:38.379 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.380 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'block' +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=block) +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked until a permit is available?' +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked until a permit is available?) +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.381 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.382 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.382 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cfc5942) +12-12-2019 11:44:38.383 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.383 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.384 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.385 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.385 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.385 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.385 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.386 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@482e0def) +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.387 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'concurrency' +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=concurrency) +12-12-2019 11:44:38.388 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Desired concurrency level' +12-12-2019 11:44:38.389 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Desired concurrency level) +12-12-2019 11:44:38.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.389 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.389 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.389 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73875e6e) +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.390 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.391 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fairness' +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fairness) +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Use a fair semaphore' +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Use a fair semaphore) +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.392 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c85fd2a) +12-12-2019 11:44:38.393 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.394 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.394 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.394 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'interruptible' +12-12-2019 11:44:38.395 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=interruptible) +12-12-2019 11:44:38.395 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked interruptibly until a permit is available?' +12-12-2019 11:44:38.396 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked interruptibly until a permit is available?) +12-12-2019 11:44:38.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.397 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.397 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.398 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.398 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.399 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@425d87b1) +12-12-2019 11:44:38.399 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.400 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.401 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.401 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.401 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.402 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.402 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.403 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.403 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.403 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.403 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.403 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7aa4ab60) +12-12-2019 11:44:38.404 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.405 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.405 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.405 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SemaphoreValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that does concurrency control, group=Valve, type=org.apache.catalina.valves.SemaphoreValve]) +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.406 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.407 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteAddrValve' +12-12-2019 11:44:38.408 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteAddrValve) +12-12-2019 11:44:38.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address' +12-12-2019 11:44:38.408 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address) +12-12-2019 11:44:38.408 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.408 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.409 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteAddrValve' +12-12-2019 11:44:38.409 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteAddrValve) +12-12-2019 11:44:38.409 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.409 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.409 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.410 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort' +12-12-2019 11:44:38.411 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort) +12-12-2019 11:44:38.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon' +12-12-2019 11:44:38.411 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon) +12-12-2019 11:44:38.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.411 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.411 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.411 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.412 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3319fe74) +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.413 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.414 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow' +12-12-2019 11:44:38.414 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow) +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression' +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression) +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.415 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30762990) +12-12-2019 11:44:38.416 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.416 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.417 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid' +12-12-2019 11:44:38.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid) +12-12-2019 11:44:38.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct' +12-12-2019 11:44:38.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct) +12-12-2019 11:44:38.418 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.418 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.419 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.419 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.419 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.420 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e385020) +12-12-2019 11:44:38.421 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.421 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.421 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.422 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.422 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.423 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.423 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.423 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.423 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.424 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4198172c) +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.425 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.426 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.426 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.427 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.428 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d0ebb35) +12-12-2019 11:44:38.428 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.429 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.429 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.429 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.431 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny' +12-12-2019 11:44:38.431 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny) +12-12-2019 11:44:38.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression' +12-12-2019 11:44:38.432 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression) +12-12-2019 11:44:38.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.432 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.432 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.433 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.433 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.434 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c353fad) +12-12-2019 11:44:38.435 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.435 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.436 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus' +12-12-2019 11:44:38.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus) +12-12-2019 11:44:38.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request' +12-12-2019 11:44:38.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request) +12-12-2019 11:44:38.437 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.437 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.438 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60d0c15b) +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.439 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid' +12-12-2019 11:44:38.440 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid) +12-12-2019 11:44:38.440 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct' +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct) +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.441 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.442 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61f08b1a) +12-12-2019 11:44:38.443 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.443 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.443 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.443 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny' +12-12-2019 11:44:38.444 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny) +12-12-2019 11:44:38.444 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny' +12-12-2019 11:44:38.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny) +12-12-2019 11:44:38.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.445 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.445 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.445 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.446 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29ef5302) +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.447 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.448 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.448 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.448 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.449 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c32c9c5) +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.450 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.451 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.451 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.451 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed' +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed) +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this IP address value is allowed access by the current valve configuration' +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this IP address value is allowed access by the current valve configuration) +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:38.452 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.453 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:38.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'ipAddress' +12-12-2019 11:44:38.454 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=ipAddress) +12-12-2019 11:44:38.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'IP address to be tested' +12-12-2019 11:44:38.454 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=IP address to be tested) +12-12-2019 11:44:38.454 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.455 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5a8e0d01) +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.456 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3f43f511) +12-12-2019 11:44:38.457 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.458 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteAddrValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address, group=Valve, type=org.apache.catalina.valves.RemoteAddrValve]) +12-12-2019 11:44:38.459 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.459 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.460 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.460 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.460 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteHostValve' +12-12-2019 11:44:38.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteHostValve) +12-12-2019 11:44:38.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name' +12-12-2019 11:44:38.461 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name) +12-12-2019 11:44:38.461 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.462 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.462 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.462 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteHostValve' +12-12-2019 11:44:38.462 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteHostValve) +12-12-2019 11:44:38.463 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.463 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.463 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.464 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort' +12-12-2019 11:44:38.465 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort) +12-12-2019 11:44:38.465 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon' +12-12-2019 11:44:38.465 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon) +12-12-2019 11:44:38.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.466 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.466 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.466 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.467 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.467 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.468 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c67c6b8) +12-12-2019 11:44:38.469 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.469 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.469 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.469 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.470 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow' +12-12-2019 11:44:38.470 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow) +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression' +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression) +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.471 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@46b15610) +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.472 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.473 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.473 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.473 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid' +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid) +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct' +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct) +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.474 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.475 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.475 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.475 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.475 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c7dadc2) +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.476 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.477 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.477 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.477 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.478 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.479 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.479 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.479 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4cb62621) +12-12-2019 11:44:38.480 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.480 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.481 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.482 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.482 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.482 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.482 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.483 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1eb66b09) +12-12-2019 11:44:38.484 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.484 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.484 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.485 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.485 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny' +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny) +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression' +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression) +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.486 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52fbaf19) +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.487 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.488 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.488 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.488 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus' +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus) +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request' +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request) +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.489 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.490 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53e91b39) +12-12-2019 11:44:38.491 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.491 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.491 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.491 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid' +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid) +12-12-2019 11:44:38.492 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct' +12-12-2019 11:44:38.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct) +12-12-2019 11:44:38.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.493 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.493 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.494 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.494 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e13a84b) +12-12-2019 11:44:38.495 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.495 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.496 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.496 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.496 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.497 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny' +12-12-2019 11:44:38.498 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny) +12-12-2019 11:44:38.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny' +12-12-2019 11:44:38.498 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny) +12-12-2019 11:44:38.498 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.498 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.499 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.499 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.500 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.500 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.501 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d070a3) +12-12-2019 11:44:38.501 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.502 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.502 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.503 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.504 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.505 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c5c84a7) +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.506 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed' +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed) +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this host name is allowed access by the current valve configuration' +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this host name is allowed access by the current valve configuration) +12-12-2019 11:44:38.507 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO' +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO) +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean' +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean) +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,parameter) +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.508 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter}New org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties +12-12-2019 11:44:38.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'hostName' +12-12-2019 11:44:38.509 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=hostName) +12-12-2019 11:44:38.509 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'host name to be tested' +12-12-2019 11:44:38.509 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=host name to be tested) +12-12-2019 11:44:38.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.510 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String) +12-12-2019 11:44:38.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.510 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,parameter) +12-12-2019 11:44:38.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation/parameter' +12-12-2019 11:44:38.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.510 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo] +12-12-2019 11:44:38.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@17f776c6) +12-12-2019 11:44:38.511 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.511 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null] +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + ' +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.512 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2495d583) +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.513 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.514 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name, group=Valve, type=org.apache.catalina.valves.RemoteHostValve]) +12-12-2019 11:44:38.515 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.515 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.515 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteIpValve' +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteIpValve) +12-12-2019 11:44:38.516 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that sets client information (eg IP address) based on data from a trusted proxy' +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that sets client information (eg IP address) based on data from a trusted proxy) +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteIpValve' +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteIpValve) +12-12-2019 11:44:38.517 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.518 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.518 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.518 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.519 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.519 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.519 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.519 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.520 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24c0ecda) +12-12-2019 11:44:38.521 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.521 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.521 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpServerPort' +12-12-2019 11:44:38.522 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpServerPort) +12-12-2019 11:44:38.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol' +12-12-2019 11:44:38.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol) +12-12-2019 11:44:38.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.523 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.523 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.524 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4cd12d59) +12-12-2019 11:44:38.525 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.525 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.525 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.526 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpsServerPort' +12-12-2019 11:44:38.526 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpsServerPort) +12-12-2019 11:44:38.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol' +12-12-2019 11:44:38.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol) +12-12-2019 11:44:38.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.527 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.527 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.528 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.528 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.529 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@603c2343) +12-12-2019 11:44:38.530 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.530 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.530 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.531 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.531 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.532 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'internalProxies' +12-12-2019 11:44:38.532 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=internalProxies) +12-12-2019 11:44:38.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of internal proxies' +12-12-2019 11:44:38.533 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of internal proxies) +12-12-2019 11:44:38.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.533 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.533 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.534 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.534 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.534 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.535 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a8fcb0a) +12-12-2019 11:44:38.536 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.536 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.536 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.537 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeader' +12-12-2019 11:44:38.537 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeader) +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol header (e.g. "X-Forwarded-Proto")' +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol header (e.g. "X-Forwarded-Proto")) +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.538 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.539 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@490a5cbd) +12-12-2019 11:44:38.540 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.540 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.540 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.540 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeaderHttpsValue' +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeaderHttpsValue) +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of the protocol header for incoming https request (e.g. "https")' +12-12-2019 11:44:38.541 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of the protocol header for incoming https request (e.g. "https")) +12-12-2019 11:44:38.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.542 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.542 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.542 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.542 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.543 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c740b20) +12-12-2019 11:44:38.543 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.544 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.544 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.544 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxiesHeader' +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxiesHeader) +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The proxies header name (e.g. "X-Forwarded-By")' +12-12-2019 11:44:38.545 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The proxies header name (e.g. "X-Forwarded-By")) +12-12-2019 11:44:38.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.546 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.546 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.546 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.546 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.547 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d5307d6) +12-12-2019 11:44:38.547 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.548 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'remoteIpHeader' +12-12-2019 11:44:38.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=remoteIpHeader) +12-12-2019 11:44:38.549 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The remote IP header name (e.g. "X-Forwarded-For")' +12-12-2019 11:44:38.549 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The remote IP header name (e.g. "X-Forwarded-For")) +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.550 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19905aed) +12-12-2019 11:44:38.551 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.551 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.552 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.552 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.552 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.553 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.553 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.553 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.554 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.554 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.554 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.554 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26412d6) +12-12-2019 11:44:38.555 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.555 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.556 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.556 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.556 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trustedProxies' +12-12-2019 11:44:38.557 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trustedProxies) +12-12-2019 11:44:38.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of trusted proxies' +12-12-2019 11:44:38.557 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of trusted proxies) +12-12-2019 11:44:38.557 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.558 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.558 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.558 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.558 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e6524b1) +12-12-2019 11:44:38.559 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.559 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.560 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.560 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.560 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.561 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteIpValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that sets client information (eg IP address) based on data from a trusted proxy, group=Valve, type=org.apache.catalina.valves.RemoteIpValve]) +12-12-2019 11:44:38.561 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.562 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.563 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.563 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StuckThreadDetectionValve' +12-12-2019 11:44:38.564 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StuckThreadDetectionValve) +12-12-2019 11:44:38.564 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Detect long requests for which their thread might be stuck' +12-12-2019 11:44:38.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Detect long requests for which their thread might be stuck) +12-12-2019 11:44:38.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.565 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.565 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve' +12-12-2019 11:44:38.566 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve) +12-12-2019 11:44:38.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.StuckThreadDetectionValve' +12-12-2019 11:44:38.566 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.StuckThreadDetectionValve) +12-12-2019 11:44:38.566 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.566 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.567 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.567 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported' +12-12-2019 11:44:38.568 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported) +12-12-2019 11:44:38.568 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.' +12-12-2019 11:44:38.568 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.) +12-12-2019 11:44:38.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.569 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.569 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.569 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.569 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.570 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b1deb1c) +12-12-2019 11:44:38.571 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.571 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.571 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.571 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.572 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.572 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.573 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.573 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.573 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.573 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.573 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@204189a0) +12-12-2019 11:44:38.574 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.575 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.575 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.575 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.576 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.576 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.577 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.577 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.577 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.578 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.578 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.578 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.579 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@211cddc) +12-12-2019 11:44:38.579 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.580 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.580 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.580 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.581 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadCount' +12-12-2019 11:44:38.581 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadCount) +12-12-2019 11:44:38.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Count of the threads currently considered stuck' +12-12-2019 11:44:38.582 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Count of the threads currently considered stuck) +12-12-2019 11:44:38.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.582 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.582 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.582 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.583 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d62183) +12-12-2019 11:44:38.584 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.584 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.584 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.585 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadIds' +12-12-2019 11:44:38.585 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadIds) +12-12-2019 11:44:38.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.' +12-12-2019 11:44:38.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.) +12-12-2019 11:44:38.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long[]' +12-12-2019 11:44:38.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long[]) +12-12-2019 11:44:38.586 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.586 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.587 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51c77f2e) +12-12-2019 11:44:38.588 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.588 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.588 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.589 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadNames' +12-12-2019 11:44:38.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadNames) +12-12-2019 11:44:38.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Names of the threads currently considered stuck.' +12-12-2019 11:44:38.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Names of the threads currently considered stuck.) +12-12-2019 11:44:38.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String[]' +12-12-2019 11:44:38.590 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String[]) +12-12-2019 11:44:38.590 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.591 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d67e03f) +12-12-2019 11:44:38.592 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.592 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.592 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.593 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.593 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threshold' +12-12-2019 11:44:38.594 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threshold) +12-12-2019 11:44:38.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Duration in seconds after which a request is considered as stuck' +12-12-2019 11:44:38.594 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Duration in seconds after which a request is considered as stuck) +12-12-2019 11:44:38.594 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:38.594 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:38.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.595 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.595 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.596 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7194bd62) +12-12-2019 11:44:38.597 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.597 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.597 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.597 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:38.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.598 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StuckThreadDetectionValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Detect long requests for which their thread might be stuck, group=Valve, type=org.apache.catalina.valves.StuckThreadDetectionValve]) +12-12-2019 11:44:38.599 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.599 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.600 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( +) +12-12-2019 11:44:38.600 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:38.600 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:38.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + + + +' +12-12-2019 11:44:38.601 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.601 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:38.602 [background-preinit] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/tomcat/util/descriptor/web/mbeans-descriptors.xml +12-12-2019 11:44:38.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@6d8a12b6) +12-12-2019 11:44:38.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:38.603 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:38.603 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:38.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.604 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.604 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.604 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextEnvironment' +12-12-2019 11:44:38.605 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextEnvironment) +12-12-2019 11:44:38.605 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextEnvironmentMBean' +12-12-2019 11:44:38.605 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextEnvironmentMBean) +12-12-2019 11:44:38.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of an application environment entry' +12-12-2019 11:44:38.606 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of an application environment entry) +12-12-2019 11:44:38.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.606 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.606 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources' +12-12-2019 11:44:38.606 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources) +12-12-2019 11:44:38.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextEnvironment' +12-12-2019 11:44:38.607 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextEnvironment) +12-12-2019 11:44:38.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.607 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.607 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.607 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className' +12-12-2019 11:44:38.608 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className) +12-12-2019 11:44:38.608 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object' +12-12-2019 11:44:38.608 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object) +12-12-2019 11:44:38.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.609 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.609 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.609 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.609 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.610 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39a1cdc8) +12-12-2019 11:44:38.610 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.611 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.611 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.611 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description' +12-12-2019 11:44:38.612 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description) +12-12-2019 11:44:38.612 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this environment entry' +12-12-2019 11:44:38.612 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this environment entry) +12-12-2019 11:44:38.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.613 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.613 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.613 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ecba706) +12-12-2019 11:44:38.614 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.614 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.615 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.615 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.615 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:38.616 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:38.616 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this environment entry' +12-12-2019 11:44:38.617 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this environment entry) +12-12-2019 11:44:38.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.617 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.617 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.617 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.618 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72720ef2) +12-12-2019 11:44:38.619 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.619 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.619 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.620 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override' +12-12-2019 11:44:38.620 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override) +12-12-2019 11:44:38.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this environment entry allow overrides by the application deployment descriptor' +12-12-2019 11:44:38.621 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this environment entry allow overrides by the application deployment descriptor) +12-12-2019 11:44:38.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.621 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.621 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.621 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.622 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f50bda8) +12-12-2019 11:44:38.622 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.623 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type' +12-12-2019 11:44:38.624 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type) +12-12-2019 11:44:38.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry' +12-12-2019 11:44:38.624 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry) +12-12-2019 11:44:38.624 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.625 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.625 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.625 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@78a8f607) +12-12-2019 11:44:38.626 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.626 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.627 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.627 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.627 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'value' +12-12-2019 11:44:38.628 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=value) +12-12-2019 11:44:38.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of this environment entry' +12-12-2019 11:44:38.628 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of this environment entry) +12-12-2019 11:44:38.628 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.628 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.629 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.629 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.630 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b289d83) +12-12-2019 11:44:38.631 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.631 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.632 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.632 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + ' +12-12-2019 11:44:38.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.632 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.633 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.633 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextEnvironment, className=org.apache.catalina.mbeans.ContextEnvironmentMBean, description=Representation of an application environment entry, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextEnvironment]) +12-12-2019 11:44:38.634 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.634 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.635 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:38.635 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.635 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.636 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResource' +12-12-2019 11:44:38.636 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResource) +12-12-2019 11:44:38.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceMBean' +12-12-2019 11:44:38.637 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceMBean) +12-12-2019 11:44:38.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource reference for a web application' +12-12-2019 11:44:38.637 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource reference for a web application) +12-12-2019 11:44:38.637 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.637 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources' +12-12-2019 11:44:38.638 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources) +12-12-2019 11:44:38.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResource' +12-12-2019 11:44:38.638 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResource) +12-12-2019 11:44:38.638 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.638 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.638 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.639 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'auth' +12-12-2019 11:44:38.639 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=auth) +12-12-2019 11:44:38.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The authorization requirement for this resource' +12-12-2019 11:44:38.640 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The authorization requirement for this resource) +12-12-2019 11:44:38.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.640 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.640 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.640 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.641 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69cf078a) +12-12-2019 11:44:38.641 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.642 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.642 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.642 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.643 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description' +12-12-2019 11:44:38.644 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description) +12-12-2019 11:44:38.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource' +12-12-2019 11:44:38.644 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource) +12-12-2019 11:44:38.644 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.644 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.645 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.645 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23b85ae6) +12-12-2019 11:44:38.646 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.646 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.646 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.647 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.647 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:38.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:38.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource' +12-12-2019 11:44:38.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource) +12-12-2019 11:44:38.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.648 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.648 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.649 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c9f8858) +12-12-2019 11:44:38.650 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.650 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.650 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.650 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.651 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scope' +12-12-2019 11:44:38.652 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scope) +12-12-2019 11:44:38.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The sharing scope of this resource factory' +12-12-2019 11:44:38.652 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The sharing scope of this resource factory) +12-12-2019 11:44:38.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.652 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.652 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.653 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.653 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5314cacd) +12-12-2019 11:44:38.654 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.654 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.654 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.655 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.655 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type' +12-12-2019 11:44:38.656 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type) +12-12-2019 11:44:38.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry' +12-12-2019 11:44:38.656 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry) +12-12-2019 11:44:38.656 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.656 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.657 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.657 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42766472) +12-12-2019 11:44:38.658 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.658 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.659 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.659 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + ' +12-12-2019 11:44:38.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.659 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.660 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResource, className=org.apache.catalina.mbeans.ContextResourceMBean, description=Representation of a resource reference for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResource]) +12-12-2019 11:44:38.661 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.661 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.661 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + + ) +12-12-2019 11:44:38.662 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.662 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.663 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResourceLink' +12-12-2019 11:44:38.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResourceLink) +12-12-2019 11:44:38.664 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceLinkMBean' +12-12-2019 11:44:38.664 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceLinkMBean) +12-12-2019 11:44:38.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource link for a web application' +12-12-2019 11:44:38.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource link for a web application) +12-12-2019 11:44:38.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.665 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.665 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources' +12-12-2019 11:44:38.666 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources) +12-12-2019 11:44:38.666 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResourceLink' +12-12-2019 11:44:38.666 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResourceLink) +12-12-2019 11:44:38.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.667 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.667 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.667 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.668 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'global' +12-12-2019 11:44:38.669 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=global) +12-12-2019 11:44:38.669 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global name of this resource' +12-12-2019 11:44:38.670 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global name of this resource) +12-12-2019 11:44:38.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.670 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.670 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.670 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.671 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@23f879b0) +12-12-2019 11:44:38.672 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.672 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.672 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.672 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.673 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name' +12-12-2019 11:44:38.673 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name) +12-12-2019 11:44:38.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource' +12-12-2019 11:44:38.674 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource) +12-12-2019 11:44:38.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.674 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.674 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.674 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.675 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43c5e8df) +12-12-2019 11:44:38.676 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.676 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.676 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.676 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.677 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description' +12-12-2019 11:44:38.678 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description) +12-12-2019 11:44:38.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource' +12-12-2019 11:44:38.678 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource) +12-12-2019 11:44:38.678 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.678 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.679 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.679 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@367210c8) +12-12-2019 11:44:38.680 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.680 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.681 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.681 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.681 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type' +12-12-2019 11:44:38.682 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type) +12-12-2019 11:44:38.682 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this resource' +12-12-2019 11:44:38.682 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this resource) +12-12-2019 11:44:38.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.683 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.683 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.683 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.684 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4756b780) +12-12-2019 11:44:38.684 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.685 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.685 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.685 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + ' +12-12-2019 11:44:38.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.686 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResourceLink, className=org.apache.catalina.mbeans.ContextResourceLinkMBean, description=Representation of a resource link for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResourceLink]) +12-12-2019 11:44:38.686 [background-preinit] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + +) +12-12-2019 11:44:38.687 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:38.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:38.687 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + +' +12-12-2019 11:44:38.688 [background-preinit] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.688 [background-preinit] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:38.688 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=MBeanFactory +12-12-2019 11:44:38.689 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.mbeans.MBeanFactory@6af57a65 Tomcat:type=MBeanFactory +12-12-2019 11:44:38.689 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=NamingResources +12-12-2019 11:44:38.690 [background-preinit] DEBUG o.h.v.i.e.r.DefaultTraversableResolver.detectJPA - Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. +12-12-2019 11:44:38.690 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.deploy.NamingResourcesImpl@3e599a76 Tomcat:type=NamingResources +12-12-2019 11:44:38.691 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Service +12-12-2019 11:44:38.692 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister StandardService[Tomcat] Tomcat:type=Service +12-12-2019 11:44:38.693 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Engine +12-12-2019 11:44:38.694 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister StandardEngine[Tomcat] Tomcat:type=Engine +12-12-2019 11:44:38.696 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Mapper +12-12-2019 11:44:38.696 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:38.697 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/mapper/mbeans-descriptors.xml +12-12-2019 11:44:38.704 [main] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@4bc32069) +12-12-2019 11:44:38.705 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:38.705 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:38.706 [main] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:38.707 [main] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.707 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.708 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.709 [main] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.709 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.709 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.711 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.711 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.712 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Mapper' +12-12-2019 11:44:38.712 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Mapper) +12-12-2019 11:44:38.712 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Maps requests received by the associated connector to Hosts, Contexts and Wrappers' +12-12-2019 11:44:38.713 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Maps requests received by the associated connector to Hosts, Contexts and Wrappers) +12-12-2019 11:44:38.713 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.713 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.714 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Mapper' +12-12-2019 11:44:38.714 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Mapper) +12-12-2019 11:44:38.714 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mapper.MapperListener' +12-12-2019 11:44:38.715 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mapper.MapperListener) +12-12-2019 11:44:38.715 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.715 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.716 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.716 [main] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.716 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.717 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.718 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.719 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.719 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.719 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.720 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in' +12-12-2019 11:44:38.720 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in) +12-12-2019 11:44:38.720 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.721 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.721 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.721 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.722 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.722 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.722 [main] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.722 [main] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.723 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.723 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.723 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.724 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.724 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16fb0c94) +12-12-2019 11:44:38.724 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.724 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.725 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.725 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.725 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.726 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.726 [main] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.726 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.727 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.728 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.728 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.729 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start' +12-12-2019 11:44:38.729 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start) +12-12-2019 11:44:38.730 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start' +12-12-2019 11:44:38.731 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start) +12-12-2019 11:44:38.731 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.732 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.732 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.732 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.733 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.734 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.735 [main] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.735 [main] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.736 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.736 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.736 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.737 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.737 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77910d95) +12-12-2019 11:44:38.737 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.738 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.738 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.739 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.740 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.740 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.741 [main] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.741 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.741 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.742 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.742 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.743 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop' +12-12-2019 11:44:38.743 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop) +12-12-2019 11:44:38.743 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop' +12-12-2019 11:44:38.744 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop) +12-12-2019 11:44:38.744 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.745 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.745 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.746 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.746 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.747 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.747 [main] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.747 [main] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.748 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.748 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.748 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.749 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.749 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c9c6fb9) +12-12-2019 11:44:38.750 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.750 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.750 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.751 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.751 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.752 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.752 [main] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.752 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.753 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.753 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.753 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.753 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init' +12-12-2019 11:44:38.754 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init) +12-12-2019 11:44:38.754 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init' +12-12-2019 11:44:38.754 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init) +12-12-2019 11:44:38.754 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.755 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.755 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.755 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.755 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.755 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.756 [main] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.756 [main] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.756 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.756 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.757 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.757 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.757 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e8ec02b) +12-12-2019 11:44:38.757 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.757 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.758 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.758 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.758 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:38.758 [main] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:38.759 [main] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.759 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.759 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.759 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.759 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:38.760 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy' +12-12-2019 11:44:38.760 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy) +12-12-2019 11:44:38.760 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy' +12-12-2019 11:44:38.760 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy) +12-12-2019 11:44:38.761 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:38.761 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:38.761 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:38.762 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:38.763 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.763 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:38.764 [main] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:38.764 [main] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.764 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.765 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.765 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.765 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:38.766 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@20dfeec2) +12-12-2019 11:44:38.766 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.766 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.767 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:38.767 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:38.768 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.768 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.769 [main] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.770 [main] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + ' +12-12-2019 11:44:38.770 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.770 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.770 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.771 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.771 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Mapper, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Maps requests received by the associated connector to Hosts, Contexts and Wrappers, group=Mapper, type=org.apache.catalina.mapper.MapperListener]) +12-12-2019 11:44:38.771 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.771 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.772 [main] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.772 [main] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.772 [main] DEBUG o.a.t.util.digester.Digester.sax.log - characters( +) +12-12-2019 11:44:38.772 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:38.772 [main] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:38.773 [main] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + +' +12-12-2019 11:44:38.773 [main] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.773 [main] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:38.774 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.mapper.MapperListener@5f5db2e9 Tomcat:type=Mapper +12-12-2019 11:44:38.774 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] +12-12-2019 11:44:38.775 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 +12-12-2019 11:44:38.776 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Realm,realmPath=/realm0 +12-12-2019 11:44:38.776 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:38.776 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:38.778 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Container org.apache.catalina.realm.RealmBase.getContainer() +12-12-2019 11:44:38.778 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.realm.RealmBase.setContainer(org.apache.catalina.Container) interface org.apache.catalina.Container +12-12-2019 11:44:38.778 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.CredentialHandler org.apache.catalina.realm.RealmBase.getCredentialHandler() +12-12-2019 11:44:38.778 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.realm.RealmBase.setCredentialHandler(org.apache.catalina.CredentialHandler) interface org.apache.catalina.CredentialHandler +12-12-2019 11:44:38.790 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.util.LifecycleBase.getState() +12-12-2019 11:44:38.790 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute domainInternal public java.lang.String org.apache.catalina.realm.RealmBase.getDomainInternal() null +12-12-2019 11:44:38.791 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute available public boolean org.apache.catalina.realm.RealmBase.isAvailable() null +12-12-2019 11:44:38.791 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute stripRealmForGss public boolean org.apache.catalina.realm.RealmBase.isStripRealmForGss() public void org.apache.catalina.realm.RealmBase.setStripRealmForGss(boolean) +12-12-2019 11:44:38.793 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute domain public final java.lang.String org.apache.catalina.util.LifecycleMBeanBase.getDomain() public final void org.apache.catalina.util.LifecycleMBeanBase.setDomain(java.lang.String) +12-12-2019 11:44:38.794 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute objectName public final javax.management.ObjectName org.apache.catalina.util.LifecycleMBeanBase.getObjectName() null +12-12-2019 11:44:38.795 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute objectNameKeyProperties public java.lang.String org.apache.catalina.realm.RealmBase.getObjectNameKeyProperties() null +12-12-2019 11:44:38.808 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute x509UsernameRetrieverClassName public java.lang.String org.apache.catalina.realm.RealmBase.getX509UsernameRetrieverClassName() public void org.apache.catalina.realm.RealmBase.setX509UsernameRetrieverClassName(java.lang.String) +12-12-2019 11:44:38.808 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute transportGuaranteeRedirectStatus public int org.apache.catalina.realm.RealmBase.getTransportGuaranteeRedirectStatus() public void org.apache.catalina.realm.RealmBase.setTransportGuaranteeRedirectStatus(int) +12-12-2019 11:44:38.809 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute validate public boolean org.apache.catalina.realm.RealmBase.getValidate() public void org.apache.catalina.realm.RealmBase.setValidate(boolean) +12-12-2019 11:44:38.810 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute realmPath public java.lang.String org.apache.catalina.realm.RealmBase.getRealmPath() public void org.apache.catalina.realm.RealmBase.setRealmPath(java.lang.String) +12-12-2019 11:44:38.810 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute stateName public java.lang.String org.apache.catalina.util.LifecycleBase.getStateName() null +12-12-2019 11:44:38.810 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute allRolesMode public java.lang.String org.apache.catalina.realm.RealmBase.getAllRolesMode() public void org.apache.catalina.realm.RealmBase.setAllRolesMode(java.lang.String) +12-12-2019 11:44:38.812 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.apache.catalina.startup.Tomcat$1 +12-12-2019 11:44:38.812 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister Realm[Simple] Tomcat:type=Realm,realmPath=/realm0 +12-12-2019 11:44:38.814 [Tomcat-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Host,host=localhost +12-12-2019 11:44:38.814 [Tomcat-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister StandardEngine[Tomcat].StandardHost[localhost] Tomcat:type=Host,host=localhost +12-12-2019 11:44:38.827 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=WebModule,name=//localhost/ariadneplus-graphdb,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:38.832 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:38.833 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:38.841 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext.setStarter(org.springframework.boot.context.embedded.tomcat.TomcatStarter) class org.springframework.boot.context.embedded.tomcat.TomcatStarter +12-12-2019 11:44:38.841 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext.setManager(org.apache.catalina.Manager) interface org.apache.catalina.Manager +12-12-2019 11:44:38.842 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.springframework.boot.context.embedded.tomcat.TomcatStarter org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext.getStarter() +12-12-2019 11:44:38.842 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.WebResourceRoot org.apache.catalina.core.StandardContext.getResources() +12-12-2019 11:44:38.842 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.lang.ClassLoader org.apache.catalina.core.StandardContext.getParentClassLoader() +12-12-2019 11:44:38.843 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public javax.management.MBeanNotificationInfo[] org.apache.catalina.core.StandardContext.getNotificationInfo() +12-12-2019 11:44:38.843 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setResources(org.apache.catalina.WebResourceRoot) interface org.apache.catalina.WebResourceRoot +12-12-2019 11:44:38.843 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Loader org.apache.catalina.core.StandardContext.getLoader() +12-12-2019 11:44:38.843 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public javax.servlet.ServletContext org.apache.catalina.core.StandardContext.getServletContext() +12-12-2019 11:44:38.844 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.net.URL org.apache.catalina.core.StandardContext.getConfigFile() +12-12-2019 11:44:38.844 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.tomcat.JarScanner org.apache.catalina.core.StandardContext.getJarScanner() +12-12-2019 11:44:38.844 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setJarScanner(org.apache.tomcat.JarScanner) interface org.apache.tomcat.JarScanner +12-12-2019 11:44:38.844 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Authenticator org.apache.catalina.core.StandardContext.getAuthenticator() +12-12-2019 11:44:38.844 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.tomcat.InstanceManager org.apache.catalina.core.StandardContext.getInstanceManager() +12-12-2019 11:44:38.845 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setInstanceManager(org.apache.tomcat.InstanceManager) interface org.apache.tomcat.InstanceManager +12-12-2019 11:44:38.847 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.ThreadBindingListener org.apache.catalina.core.StandardContext.getThreadBindingListener() +12-12-2019 11:44:38.847 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setThreadBindingListener(org.apache.catalina.ThreadBindingListener) interface org.apache.catalina.ThreadBindingListener +12-12-2019 11:44:38.848 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setJspConfigDescriptor(javax.servlet.descriptor.JspConfigDescriptor) interface javax.servlet.descriptor.JspConfigDescriptor +12-12-2019 11:44:38.848 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.lang.Object org.apache.catalina.core.StandardContext.getNamingToken() +12-12-2019 11:44:38.849 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setCookieProcessor(org.apache.tomcat.util.http.CookieProcessor) interface org.apache.tomcat.util.http.CookieProcessor +12-12-2019 11:44:38.849 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.tomcat.util.http.CookieProcessor org.apache.catalina.core.StandardContext.getCookieProcessor() +12-12-2019 11:44:38.849 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setConfigFile(java.net.URL) class java.net.URL +12-12-2019 11:44:38.849 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.StandardContext.setLoader(org.apache.catalina.Loader) interface org.apache.catalina.Loader +12-12-2019 11:44:38.850 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Manager org.apache.catalina.core.StandardContext.getManager() +12-12-2019 11:44:38.850 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public javax.servlet.descriptor.JspConfigDescriptor org.apache.catalina.core.StandardContext.getJspConfigDescriptor() +12-12-2019 11:44:38.855 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Container org.apache.catalina.core.ContainerBase.getParent() +12-12-2019 11:44:38.856 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.ContainerBase.setParent(org.apache.catalina.Container) interface org.apache.catalina.Container +12-12-2019 11:44:38.856 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Realm org.apache.catalina.core.ContainerBase.getRealm() +12-12-2019 11:44:38.856 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.ContainerBase.setParentClassLoader(java.lang.ClassLoader) class java.lang.ClassLoader +12-12-2019 11:44:38.857 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.ContainerBase.setRealm(org.apache.catalina.Realm) interface org.apache.catalina.Realm +12-12-2019 11:44:38.857 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public javax.management.ObjectName[] org.apache.catalina.core.ContainerBase.getChildren() +12-12-2019 11:44:38.857 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.juli.logging.Log org.apache.catalina.core.ContainerBase.getLogger() +12-12-2019 11:44:38.857 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Pipeline org.apache.catalina.core.ContainerBase.getPipeline() +12-12-2019 11:44:38.858 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.Cluster org.apache.catalina.core.ContainerBase.getCluster() +12-12-2019 11:44:38.858 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.core.ContainerBase.setCluster(org.apache.catalina.Cluster) interface org.apache.catalina.Cluster +12-12-2019 11:44:38.858 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.AccessLog org.apache.catalina.core.ContainerBase.getAccessLog() +12-12-2019 11:44:38.859 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.util.LifecycleBase.getState() +12-12-2019 11:44:38.859 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute failCtxIfServletStartFails public java.lang.Boolean org.apache.catalina.core.StandardContext.getFailCtxIfServletStartFails() public void org.apache.catalina.core.StandardContext.setFailCtxIfServletStartFails(java.lang.Boolean) +12-12-2019 11:44:38.859 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute denyUncoveredHttpMethods public boolean org.apache.catalina.core.StandardContext.getDenyUncoveredHttpMethods() public void org.apache.catalina.core.StandardContext.setDenyUncoveredHttpMethods(boolean) +12-12-2019 11:44:38.859 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute configured public boolean org.apache.catalina.core.StandardContext.getConfigured() public void org.apache.catalina.core.StandardContext.setConfigured(boolean) +12-12-2019 11:44:38.860 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute copyXML public boolean org.apache.catalina.core.StandardContext.getCopyXML() public void org.apache.catalina.core.StandardContext.setCopyXML(boolean) +12-12-2019 11:44:38.860 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute encodedPath public java.lang.String org.apache.catalina.core.StandardContext.getEncodedPath() null +12-12-2019 11:44:38.860 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute displayName public java.lang.String org.apache.catalina.core.StandardContext.getDisplayName() public void org.apache.catalina.core.StandardContext.setDisplayName(java.lang.String) +12-12-2019 11:44:38.871 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute baseName public java.lang.String org.apache.catalina.core.StandardContext.getBaseName() null +12-12-2019 11:44:38.874 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sendRedirectBody public boolean org.apache.catalina.core.StandardContext.getSendRedirectBody() public void org.apache.catalina.core.StandardContext.setSendRedirectBody(boolean) +12-12-2019 11:44:38.874 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute fireRequestListenersOnForwards public boolean org.apache.catalina.core.StandardContext.getFireRequestListenersOnForwards() public void org.apache.catalina.core.StandardContext.setFireRequestListenersOnForwards(boolean) +12-12-2019 11:44:38.874 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute xmlBlockExternal public boolean org.apache.catalina.core.StandardContext.getXmlBlockExternal() public void org.apache.catalina.core.StandardContext.setXmlBlockExternal(boolean) +12-12-2019 11:44:38.875 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute backgroundProcessorDelay public int org.apache.catalina.core.ContainerBase.getBackgroundProcessorDelay() public void org.apache.catalina.core.ContainerBase.setBackgroundProcessorDelay(int) +12-12-2019 11:44:38.875 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute privileged public boolean org.apache.catalina.core.StandardContext.getPrivileged() public void org.apache.catalina.core.StandardContext.setPrivileged(boolean) +12-12-2019 11:44:38.875 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute originalDocBase public java.lang.String org.apache.catalina.core.StandardContext.getOriginalDocBase() public void org.apache.catalina.core.StandardContext.setOriginalDocBase(java.lang.String) +12-12-2019 11:44:38.875 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute startChildren public boolean org.apache.catalina.core.ContainerBase.getStartChildren() public void org.apache.catalina.core.ContainerBase.setStartChildren(boolean) +12-12-2019 11:44:38.875 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute allowCasualMultipartParsing public boolean org.apache.catalina.core.StandardContext.getAllowCasualMultipartParsing() public void org.apache.catalina.core.StandardContext.setAllowCasualMultipartParsing(boolean) +12-12-2019 11:44:38.876 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute mBeanKeyProperties public java.lang.String org.apache.catalina.core.ContainerBase.getMBeanKeyProperties() null +12-12-2019 11:44:38.876 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute mapperDirectoryRedirectEnabled public boolean org.apache.catalina.core.StandardContext.getMapperDirectoryRedirectEnabled() public void org.apache.catalina.core.StandardContext.setMapperDirectoryRedirectEnabled(boolean) +12-12-2019 11:44:38.876 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesRmiTargets public boolean org.apache.catalina.core.StandardContext.getClearReferencesRmiTargets() public void org.apache.catalina.core.StandardContext.setClearReferencesRmiTargets(boolean) +12-12-2019 11:44:38.876 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute unloadDelay public long org.apache.catalina.core.StandardContext.getUnloadDelay() public void org.apache.catalina.core.StandardContext.setUnloadDelay(long) +12-12-2019 11:44:38.878 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute webappVersion public java.lang.String org.apache.catalina.core.StandardContext.getWebappVersion() public void org.apache.catalina.core.StandardContext.setWebappVersion(java.lang.String) +12-12-2019 11:44:38.878 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute welcomeFiles public java.lang.String[] org.apache.catalina.core.StandardContext.getWelcomeFiles() null +12-12-2019 11:44:38.878 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute effectiveMajorVersion public int org.apache.catalina.core.StandardContext.getEffectiveMajorVersion() public void org.apache.catalina.core.StandardContext.setEffectiveMajorVersion(int) +12-12-2019 11:44:38.879 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute containerSciFilter public java.lang.String org.apache.catalina.core.StandardContext.getContainerSciFilter() public void org.apache.catalina.core.StandardContext.setContainerSciFilter(java.lang.String) +12-12-2019 11:44:38.879 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute errorCount public int org.apache.catalina.core.StandardContext.getErrorCount() null +12-12-2019 11:44:38.879 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sessionCookiePath public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookiePath() public void org.apache.catalina.core.StandardContext.setSessionCookiePath(java.lang.String) +12-12-2019 11:44:38.879 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute server public java.lang.String org.apache.catalina.core.StandardContext.getServer() public java.lang.String org.apache.catalina.core.StandardContext.setServer(java.lang.String) +12-12-2019 11:44:38.880 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute charsetMapperClass public java.lang.String org.apache.catalina.core.StandardContext.getCharsetMapperClass() public void org.apache.catalina.core.StandardContext.setCharsetMapperClass(java.lang.String) +12-12-2019 11:44:38.880 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute wrapperClass public java.lang.String org.apache.catalina.core.StandardContext.getWrapperClass() public void org.apache.catalina.core.StandardContext.setWrapperClass(java.lang.String) +12-12-2019 11:44:38.880 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute cookies public boolean org.apache.catalina.core.StandardContext.getCookies() public void org.apache.catalina.core.StandardContext.setCookies(boolean) +12-12-2019 11:44:38.880 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute jndiExceptionOnFailedWrite public boolean org.apache.catalina.core.StandardContext.getJndiExceptionOnFailedWrite() public void org.apache.catalina.core.StandardContext.setJndiExceptionOnFailedWrite(boolean) +12-12-2019 11:44:38.899 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute startTime public long org.apache.catalina.core.StandardContext.getStartTime() null +12-12-2019 11:44:38.900 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute namingResources public org.apache.catalina.deploy.NamingResourcesImpl org.apache.catalina.core.StandardContext.getNamingResources() public void org.apache.catalina.core.StandardContext.setNamingResources(org.apache.catalina.deploy.NamingResourcesImpl) +12-12-2019 11:44:38.900 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sessionCookieName public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookieName() public void org.apache.catalina.core.StandardContext.setSessionCookieName(java.lang.String) +12-12-2019 11:44:38.900 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute crossContext public boolean org.apache.catalina.core.StandardContext.getCrossContext() public void org.apache.catalina.core.StandardContext.setCrossContext(boolean) +12-12-2019 11:44:38.900 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute docBase public java.lang.String org.apache.catalina.core.StandardContext.getDocBase() public void org.apache.catalina.core.StandardContext.setDocBase(java.lang.String) +12-12-2019 11:44:38.901 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesStopThreads public boolean org.apache.catalina.core.StandardContext.getClearReferencesStopThreads() public void org.apache.catalina.core.StandardContext.setClearReferencesStopThreads(boolean) +12-12-2019 11:44:38.901 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute logName public java.lang.String org.apache.catalina.core.ContainerBase.getLogName() null +12-12-2019 11:44:38.901 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute logEffectiveWebXml public boolean org.apache.catalina.core.StandardContext.getLogEffectiveWebXml() public void org.apache.catalina.core.StandardContext.setLogEffectiveWebXml(boolean) +12-12-2019 11:44:38.902 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute servlet22 public boolean org.apache.catalina.core.StandardContext.isServlet22() null +12-12-2019 11:44:38.902 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute preemptiveAuthentication public boolean org.apache.catalina.core.StandardContext.getPreemptiveAuthentication() public void org.apache.catalina.core.StandardContext.setPreemptiveAuthentication(boolean) +12-12-2019 11:44:38.902 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute tldValidation public boolean org.apache.catalina.core.StandardContext.getTldValidation() public void org.apache.catalina.core.StandardContext.setTldValidation(boolean) +12-12-2019 11:44:38.902 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute objectName public final javax.management.ObjectName org.apache.catalina.util.LifecycleMBeanBase.getObjectName() null +12-12-2019 11:44:38.903 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute xmlValidation public boolean org.apache.catalina.core.StandardContext.getXmlValidation() public void org.apache.catalina.core.StandardContext.setXmlValidation(boolean) +12-12-2019 11:44:38.903 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute effectiveMinorVersion public int org.apache.catalina.core.StandardContext.getEffectiveMinorVersion() public void org.apache.catalina.core.StandardContext.setEffectiveMinorVersion(int) +12-12-2019 11:44:38.903 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute catalinaHome public java.io.File org.apache.catalina.core.ContainerBase.getCatalinaHome() null +12-12-2019 11:44:38.903 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute stateName public java.lang.String org.apache.catalina.util.LifecycleBase.getStateName() null +12-12-2019 11:44:38.903 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute path public java.lang.String org.apache.catalina.core.StandardContext.getPath() public void org.apache.catalina.core.StandardContext.setPath(java.lang.String) +12-12-2019 11:44:38.904 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute responseCharacterEncoding public java.lang.String org.apache.catalina.core.StandardContext.getResponseCharacterEncoding() public void org.apache.catalina.core.StandardContext.setResponseCharacterEncoding(java.lang.String) +12-12-2019 11:44:38.904 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute addWebinfClassesResources public boolean org.apache.catalina.core.StandardContext.getAddWebinfClassesResources() public void org.apache.catalina.core.StandardContext.setAddWebinfClassesResources(boolean) +12-12-2019 11:44:38.904 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute antiResourceLocking public boolean org.apache.catalina.core.StandardContext.getAntiResourceLocking() public void org.apache.catalina.core.StandardContext.setAntiResourceLocking(boolean) +12-12-2019 11:44:38.904 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute startupTime public long org.apache.catalina.core.StandardContext.getStartupTime() public void org.apache.catalina.core.StandardContext.setStartupTime(long) +12-12-2019 11:44:38.904 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesStopTimerThreads public boolean org.apache.catalina.core.StandardContext.getClearReferencesStopTimerThreads() public void org.apache.catalina.core.StandardContext.setClearReferencesStopTimerThreads(boolean) +12-12-2019 11:44:38.904 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute useNaming public boolean org.apache.catalina.core.StandardContext.isUseNaming() public void org.apache.catalina.core.StandardContext.setUseNaming(boolean) +12-12-2019 11:44:38.905 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute processingTime public long org.apache.catalina.core.StandardContext.getProcessingTime() null +12-12-2019 11:44:38.905 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sessionTimeout public int org.apache.catalina.core.StandardContext.getSessionTimeout() public void org.apache.catalina.core.StandardContext.setSessionTimeout(int) +12-12-2019 11:44:38.905 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute requestCount public int org.apache.catalina.core.StandardContext.getRequestCount() null +12-12-2019 11:44:38.905 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute publicId public java.lang.String org.apache.catalina.core.StandardContext.getPublicId() public void org.apache.catalina.core.StandardContext.setPublicId(java.lang.String) +12-12-2019 11:44:38.905 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute name public java.lang.String org.apache.catalina.core.ContainerBase.getName() public void org.apache.catalina.core.ContainerBase.setName(java.lang.String) +12-12-2019 11:44:38.905 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute loginConfig public org.apache.tomcat.util.descriptor.web.LoginConfig org.apache.catalina.core.StandardContext.getLoginConfig() public void org.apache.catalina.core.StandardContext.setLoginConfig(org.apache.tomcat.util.descriptor.web.LoginConfig) +12-12-2019 11:44:38.906 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute workDir public java.lang.String org.apache.catalina.core.StandardContext.getWorkDir() public void org.apache.catalina.core.StandardContext.setWorkDir(java.lang.String) +12-12-2019 11:44:38.906 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute j2EEServer public java.lang.String org.apache.catalina.core.StandardContext.getJ2EEServer() public void org.apache.catalina.core.StandardContext.setJ2EEServer(java.lang.String) +12-12-2019 11:44:38.906 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute validateClientProvidedNewSessionId public boolean org.apache.catalina.core.StandardContext.getValidateClientProvidedNewSessionId() public void org.apache.catalina.core.StandardContext.setValidateClientProvidedNewSessionId(boolean) +12-12-2019 11:44:38.906 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sessionCookieDomain public java.lang.String org.apache.catalina.core.StandardContext.getSessionCookieDomain() public void org.apache.catalina.core.StandardContext.setSessionCookieDomain(java.lang.String) +12-12-2019 11:44:38.906 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute javaVMs public java.lang.String[] org.apache.catalina.core.StandardContext.getJavaVMs() public java.lang.String[] org.apache.catalina.core.StandardContext.setJavaVMs(java.lang.String[]) +12-12-2019 11:44:38.906 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute useHttpOnly public boolean org.apache.catalina.core.StandardContext.getUseHttpOnly() public void org.apache.catalina.core.StandardContext.setUseHttpOnly(boolean) +12-12-2019 11:44:38.907 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute defaultWebXml public java.lang.String org.apache.catalina.core.StandardContext.getDefaultWebXml() public void org.apache.catalina.core.StandardContext.setDefaultWebXml(java.lang.String) +12-12-2019 11:44:38.907 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute paused public boolean org.apache.catalina.core.StandardContext.getPaused() null +12-12-2019 11:44:38.907 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute startStopThreads public int org.apache.catalina.core.ContainerBase.getStartStopThreads() public void org.apache.catalina.core.ContainerBase.setStartStopThreads(int) +12-12-2019 11:44:38.907 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxTime public long org.apache.catalina.core.StandardContext.getMaxTime() null +12-12-2019 11:44:38.907 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute defaultContextXml public java.lang.String org.apache.catalina.core.StandardContext.getDefaultContextXml() public void org.apache.catalina.core.StandardContext.setDefaultContextXml(java.lang.String) +12-12-2019 11:44:38.907 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute j2EEApplication public java.lang.String org.apache.catalina.core.StandardContext.getJ2EEApplication() public void org.apache.catalina.core.StandardContext.setJ2EEApplication(java.lang.String) +12-12-2019 11:44:38.907 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute delegate public boolean org.apache.catalina.core.StandardContext.getDelegate() public void org.apache.catalina.core.StandardContext.setDelegate(boolean) +12-12-2019 11:44:38.908 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute unpackWAR public boolean org.apache.catalina.core.StandardContext.getUnpackWAR() public void org.apache.catalina.core.StandardContext.setUnpackWAR(boolean) +12-12-2019 11:44:38.908 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute resourceOnlyServlets public java.lang.String org.apache.catalina.core.StandardContext.getResourceOnlyServlets() public void org.apache.catalina.core.StandardContext.setResourceOnlyServlets(java.lang.String) +12-12-2019 11:44:38.908 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute replaceWelcomeFiles null public void org.apache.catalina.core.StandardContext.setReplaceWelcomeFiles(boolean) +12-12-2019 11:44:38.908 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute catalinaBase public java.io.File org.apache.catalina.core.ContainerBase.getCatalinaBase() null +12-12-2019 11:44:38.908 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute renewThreadsWhenStoppingContext public boolean org.apache.catalina.core.StandardContext.getRenewThreadsWhenStoppingContext() public void org.apache.catalina.core.StandardContext.setRenewThreadsWhenStoppingContext(boolean) +12-12-2019 11:44:38.908 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sessionCookiePathUsesTrailingSlash public boolean org.apache.catalina.core.StandardContext.getSessionCookiePathUsesTrailingSlash() public void org.apache.catalina.core.StandardContext.setSessionCookiePathUsesTrailingSlash(boolean) +12-12-2019 11:44:38.909 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute altDDName public java.lang.String org.apache.catalina.core.StandardContext.getAltDDName() public void org.apache.catalina.core.StandardContext.setAltDDName(java.lang.String) +12-12-2019 11:44:38.909 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute useRelativeRedirects public boolean org.apache.catalina.core.StandardContext.getUseRelativeRedirects() public void org.apache.catalina.core.StandardContext.setUseRelativeRedirects(boolean) +12-12-2019 11:44:38.909 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute swallowAbortedUploads public boolean org.apache.catalina.core.StandardContext.getSwallowAbortedUploads() public void org.apache.catalina.core.StandardContext.setSwallowAbortedUploads(boolean) +12-12-2019 11:44:38.909 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute requestCharacterEncoding public java.lang.String org.apache.catalina.core.StandardContext.getRequestCharacterEncoding() public void org.apache.catalina.core.StandardContext.setRequestCharacterEncoding(java.lang.String) +12-12-2019 11:44:38.909 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute applicationLifecycleListeners public java.lang.Object[] org.apache.catalina.core.StandardContext.getApplicationLifecycleListeners() public void org.apache.catalina.core.StandardContext.setApplicationLifecycleListeners(java.lang.Object[]) +12-12-2019 11:44:38.909 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute dispatchersUseEncodedPaths public boolean org.apache.catalina.core.StandardContext.getDispatchersUseEncodedPaths() public void org.apache.catalina.core.StandardContext.setDispatchersUseEncodedPaths(boolean) +12-12-2019 11:44:38.910 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute domain public final java.lang.String org.apache.catalina.util.LifecycleMBeanBase.getDomain() public final void org.apache.catalina.util.LifecycleMBeanBase.setDomain(java.lang.String) +12-12-2019 11:44:38.910 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute namingContextListener public org.apache.catalina.core.NamingContextListener org.apache.catalina.core.StandardContext.getNamingContextListener() public void org.apache.catalina.core.StandardContext.setNamingContextListener(org.apache.catalina.core.NamingContextListener) +12-12-2019 11:44:38.910 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute minTime public long org.apache.catalina.core.StandardContext.getMinTime() null +12-12-2019 11:44:38.910 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute ignoreAnnotations public boolean org.apache.catalina.core.StandardContext.getIgnoreAnnotations() public void org.apache.catalina.core.StandardContext.setIgnoreAnnotations(boolean) +12-12-2019 11:44:38.910 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute swallowOutput public boolean org.apache.catalina.core.StandardContext.getSwallowOutput() public void org.apache.catalina.core.StandardContext.setSwallowOutput(boolean) +12-12-2019 11:44:38.911 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute charsetMapper public org.apache.catalina.util.CharsetMapper org.apache.catalina.core.StandardContext.getCharsetMapper() public void org.apache.catalina.core.StandardContext.setCharsetMapper(org.apache.catalina.util.CharsetMapper) +12-12-2019 11:44:38.911 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute reloadable public boolean org.apache.catalina.core.StandardContext.getReloadable() public void org.apache.catalina.core.StandardContext.setReloadable(boolean) +12-12-2019 11:44:38.912 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute override public boolean org.apache.catalina.core.StandardContext.getOverride() public void org.apache.catalina.core.StandardContext.setOverride(boolean) +12-12-2019 11:44:38.912 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute distributable public boolean org.apache.catalina.core.StandardContext.getDistributable() public void org.apache.catalina.core.StandardContext.setDistributable(boolean) +12-12-2019 11:44:38.912 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesHttpClientKeepAliveThread public boolean org.apache.catalina.core.StandardContext.getClearReferencesHttpClientKeepAliveThread() public void org.apache.catalina.core.StandardContext.setClearReferencesHttpClientKeepAliveThread(boolean) +12-12-2019 11:44:38.913 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute tldScanTime public long org.apache.catalina.core.StandardContext.getTldScanTime() public void org.apache.catalina.core.StandardContext.setTldScanTime(long) +12-12-2019 11:44:38.913 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute xmlNamespaceAware public boolean org.apache.catalina.core.StandardContext.getXmlNamespaceAware() public void org.apache.catalina.core.StandardContext.setXmlNamespaceAware(boolean) +12-12-2019 11:44:38.913 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute workPath public java.lang.String org.apache.catalina.core.StandardContext.getWorkPath() null +12-12-2019 11:44:38.913 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute applicationEventListeners public java.lang.Object[] org.apache.catalina.core.StandardContext.getApplicationEventListeners() public void org.apache.catalina.core.StandardContext.setApplicationEventListeners(java.lang.Object[]) +12-12-2019 11:44:38.913 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute mapperContextRootRedirectEnabled public boolean org.apache.catalina.core.StandardContext.getMapperContextRootRedirectEnabled() public void org.apache.catalina.core.StandardContext.setMapperContextRootRedirectEnabled(boolean) +12-12-2019 11:44:38.914 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext +12-12-2019 11:44:38.915 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[/ariadneplus-graphdb] Tomcat:j2eeType=WebModule,name=//localhost/ariadneplus-graphdb,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:38.916 [localhost-startStop-1] DEBUG o.a.catalina.core.StandardContext.log - Starting ariadneplus-graphdb +12-12-2019 11:44:38.916 [localhost-startStop-1] DEBUG o.a.catalina.core.StandardContext.log - Configuring default Resources +12-12-2019 11:44:38.921 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=WebResourceRoot,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:38.922 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:38.922 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Found jar:file:/Users/enrico.ottonello/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.16/tomcat-embed-core-8.5.16.jar!/org/apache/catalina/webresources/mbeans-descriptors.xml +12-12-2019 11:44:38.923 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@4dcd5f46) +12-12-2019 11:44:38.923 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startDocument() +12-12-2019 11:44:38.923 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbeans-descriptors) +12-12-2019 11:44:38.924 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors' +12-12-2019 11:44:38.924 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:38.924 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.925 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.925 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.926 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.926 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.926 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.927 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.927 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardRoot' +12-12-2019 11:44:38.928 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardRoot) +12-12-2019 11:44:38.928 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Provides the resources implementation for a web application' +12-12-2019 11:44:38.929 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Provides the resources implementation for a web application) +12-12-2019 11:44:38.930 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.930 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.931 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'WebResourceRoot' +12-12-2019 11:44:38.931 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=WebResourceRoot) +12-12-2019 11:44:38.931 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.webresources.StandardRoot' +12-12-2019 11:44:38.932 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.webresources.StandardRoot) +12-12-2019 11:44:38.932 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.932 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.932 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.933 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.933 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.933 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.933 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.934 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.934 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowLinking' +12-12-2019 11:44:38.935 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowLinking) +12-12-2019 11:44:38.935 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this resources implementation allow the use of symbolic links?' +12-12-2019 11:44:38.935 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this resources implementation allow the use of symbolic links?) +12-12-2019 11:44:38.935 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.936 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.936 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:38.936 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:38.936 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.936 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.937 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.937 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.937 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.937 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.938 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.938 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.938 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8f2bba) +12-12-2019 11:44:38.938 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.938 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.939 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.939 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.939 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.939 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.939 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.939 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.940 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.940 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.940 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.940 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cachingAllowed' +12-12-2019 11:44:38.940 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cachingAllowed) +12-12-2019 11:44:38.941 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is in memory caching of resource content and metadata enabled?' +12-12-2019 11:44:38.941 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is in memory caching of resource content and metadata enabled?) +12-12-2019 11:44:38.941 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.941 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.941 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true' +12-12-2019 11:44:38.942 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true) +12-12-2019 11:44:38.942 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:38.942 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:38.942 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.943 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.943 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.944 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.944 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.944 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.944 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.944 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.945 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@40149f98) +12-12-2019 11:44:38.945 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.945 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.945 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.946 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.946 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.946 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.946 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.946 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.947 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.947 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.947 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.947 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName' +12-12-2019 11:44:38.948 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName) +12-12-2019 11:44:38.948 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current Lifecycle state of this object' +12-12-2019 11:44:38.948 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current Lifecycle state of this object) +12-12-2019 11:44:38.948 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String' +12-12-2019 11:44:38.948 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String) +12-12-2019 11:44:38.949 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.949 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.949 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.949 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.950 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.950 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.950 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.950 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.950 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.950 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.951 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ec2bfc) +12-12-2019 11:44:38.951 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.951 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.951 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.951 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.952 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.952 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.952 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.952 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.952 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.952 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.953 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.953 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trackLockedFiles' +12-12-2019 11:44:38.953 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trackLockedFiles) +12-12-2019 11:44:38.953 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this resources implementation track requests that lock files?' +12-12-2019 11:44:38.953 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this resources implementation track requests that lock files?) +12-12-2019 11:44:38.954 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean' +12-12-2019 11:44:38.954 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean) +12-12-2019 11:44:38.954 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:38.954 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:38.955 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.955 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.955 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.955 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.955 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.956 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.956 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.956 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.956 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22fc6368) +12-12-2019 11:44:38.957 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.957 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.957 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.957 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.958 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.958 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.958 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.958 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.958 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.959 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.959 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.959 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trackedResources' +12-12-2019 11:44:38.959 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trackedResources) +12-12-2019 11:44:38.959 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'List of resources currently being tracked for possible resource leaks' +12-12-2019 11:44:38.959 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=List of resources currently being tracked for possible resource leaks) +12-12-2019 11:44:38.960 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.List' +12-12-2019 11:44:38.960 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.List) +12-12-2019 11:44:38.960 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.960 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.960 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.961 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.961 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.961 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.961 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.961 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.961 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.961 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.962 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b575e76) +12-12-2019 11:44:38.962 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.962 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.962 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.963 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.963 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.963 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:38.964 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.964 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + ' +12-12-2019 11:44:38.964 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.964 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.964 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.965 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.965 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardRoot, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Provides the resources implementation for a web application, group=WebResourceRoot, type=org.apache.catalina.webresources.StandardRoot]) +12-12-2019 11:44:38.965 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:38.965 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.965 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.966 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.966 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.966 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,mbean) +12-12-2019 11:44:38.966 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean' +12-12-2019 11:44:38.967 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:38.967 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean}New org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:38.968 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.968 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties +12-12-2019 11:44:38.969 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Cache' +12-12-2019 11:44:38.969 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Cache) +12-12-2019 11:44:38.969 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Provides caching of resource metadata and content' +12-12-2019 11:44:38.969 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Provides caching of resource metadata and content) +12-12-2019 11:44:38.970 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina' +12-12-2019 11:44:38.970 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina) +12-12-2019 11:44:38.970 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'WebResourceRoot' +12-12-2019 11:44:38.970 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=WebResourceRoot) +12-12-2019 11:44:38.970 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.webresources.Cache' +12-12-2019 11:44:38.970 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.webresources.Cache) +12-12-2019 11:44:38.971 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:38.971 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.971 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.971 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.971 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.971 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.971 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.972 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.972 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'hitCount' +12-12-2019 11:44:38.972 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=hitCount) +12-12-2019 11:44:38.972 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of requests for resources that were served from the cache' +12-12-2019 11:44:38.972 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of requests for resources that were served from the cache) +12-12-2019 11:44:38.972 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:38.973 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:38.973 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.973 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.973 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.973 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.973 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.973 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.974 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.974 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.974 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.974 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.974 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f5bf2db) +12-12-2019 11:44:38.974 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.975 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.975 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.975 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.975 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.975 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.975 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.975 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.976 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.976 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.976 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.976 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lookupCount' +12-12-2019 11:44:38.976 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lookupCount) +12-12-2019 11:44:38.976 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of requests for resources' +12-12-2019 11:44:38.976 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of requests for resources) +12-12-2019 11:44:38.977 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:38.977 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:38.977 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:38.977 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:38.978 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.978 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.978 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.978 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.978 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.978 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.978 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.979 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.979 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b0c8d07) +12-12-2019 11:44:38.979 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.979 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.979 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.979 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.980 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.980 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.980 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.980 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.980 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.980 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.992 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:38.992 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSize' +12-12-2019 11:44:38.992 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSize) +12-12-2019 11:44:38.992 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum permitted size of the cache in kB' +12-12-2019 11:44:38.992 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum permitted size of the cache in kB) +12-12-2019 11:44:38.993 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:38.993 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:38.993 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:38.994 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:38.994 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.994 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:38.994 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.995 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:38.995 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.996 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:38.997 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.997 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:38.997 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1aaa522d) +12-12-2019 11:44:38.997 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.998 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:38.998 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.998 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.998 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:38.998 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:38.999 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:38.999 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:38.999 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:38.999 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:38.999 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:39.000 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectMaxSize' +12-12-2019 11:44:39.000 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectMaxSize) +12-12-2019 11:44:39.001 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum permitted size for a single object in the cache in kB' +12-12-2019 11:44:39.001 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum permitted size for a single object in the cache in kB) +12-12-2019 11:44:39.001 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int' +12-12-2019 11:44:39.002 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int) +12-12-2019 11:44:39.003 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:39.004 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:39.004 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.004 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:39.005 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:39.005 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:39.005 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.005 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:39.005 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.006 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.006 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b6f0be0) +12-12-2019 11:44:39.006 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.006 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:39.006 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.006 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.006 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:39.007 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:39.007 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:39.007 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.007 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.007 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:39.007 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:39.008 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'size' +12-12-2019 11:44:39.008 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=size) +12-12-2019 11:44:39.008 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current estimate of the cache size in kB' +12-12-2019 11:44:39.008 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current estimate of the cache size in kB) +12-12-2019 11:44:39.008 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:39.008 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:39.008 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false' +12-12-2019 11:44:39.009 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false) +12-12-2019 11:44:39.009 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.009 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:39.009 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:39.009 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:39.009 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.010 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:39.010 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.010 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.010 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b42f37c) +12-12-2019 11:44:39.010 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.010 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:39.010 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.011 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.011 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:39.011 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,attribute) +12-12-2019 11:44:39.011 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:39.011 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.012 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute}New org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.012 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:39.012 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties +12-12-2019 11:44:39.012 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ttl' +12-12-2019 11:44:39.012 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ttl) +12-12-2019 11:44:39.012 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time-to-live for cache entries in milliseconds' +12-12-2019 11:44:39.013 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time-to-live for cache entries in milliseconds) +12-12-2019 11:44:39.013 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long' +12-12-2019 11:44:39.013 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long) +12-12-2019 11:44:39.013 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true' +12-12-2019 11:44:39.013 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true) +12-12-2019 11:44:39.013 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.014 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,attribute) +12-12-2019 11:44:39.014 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/attribute' +12-12-2019 11:44:39.014 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText='' +12-12-2019 11:44:39.014 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.014 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:39.014 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.014 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo] +12-12-2019 11:44:39.015 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@249921a6) +12-12-2019 11:44:39.015 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.015 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:39.015 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null] +12-12-2019 11:44:39.015 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo +12-12-2019 11:44:39.015 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:39.015 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - startElement(,,operation) +12-12-2019 11:44:39.016 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - New match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:39.016 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:39.016 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation}New org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:39.016 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetPropertiesRule[] +12-12-2019 11:44:39.016 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties +12-12-2019 11:44:39.016 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'clear' +12-12-2019 11:44:39.016 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=clear) +12-12-2019 11:44:39.017 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Clears all cached content from the cache.' +12-12-2019 11:44:39.017 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Clears all cached content from the cache.) +12-12-2019 11:44:39.017 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION' +12-12-2019 11:44:39.017 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION) +12-12-2019 11:44:39.017 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void' +12-12-2019 11:44:39.018 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void) +12-12-2019 11:44:39.018 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:39.018 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + ) +12-12-2019 11:44:39.018 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,operation) +12-12-2019 11:44:39.018 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean/operation' +12-12-2019 11:44:39.018 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + ' +12-12-2019 11:44:39.018 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:39.019 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:39.019 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:39.019 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo] +12-12-2019 11:44:39.019 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6c6a3422) +12-12-2019 11:44:39.019 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:39.020 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:39.020 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null] +12-12-2019 11:44:39.020 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo +12-12-2019 11:44:39.020 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + + ) +12-12-2019 11:44:39.020 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbean) +12-12-2019 11:44:39.020 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors/mbean' +12-12-2019 11:44:39.020 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + + + + + + + + + + + + ' +12-12-2019 11:44:39.021 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:39.021 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetPropertiesRule[] +12-12-2019 11:44:39.021 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:39.021 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object] +12-12-2019 11:44:39.022 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Cache, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Provides caching of resource metadata and content, group=WebResourceRoot, type=org.apache.catalina.webresources.Cache]) +12-12-2019 11:44:39.022 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object +12-12-2019 11:44:39.022 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for SetPropertiesRule[] +12-12-2019 11:44:39.022 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null] +12-12-2019 11:44:39.022 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean +12-12-2019 11:44:39.022 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - characters( + +) +12-12-2019 11:44:39.022 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endElement(,,mbeans-descriptors) +12-12-2019 11:44:39.023 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - match='mbeans-descriptors' +12-12-2019 11:44:39.023 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - bodyText=' + + + + + +' +12-12-2019 11:44:39.023 [localhost-startStop-1] DEBUG o.a.tomcat.util.digester.Digester.log - No rules found matching 'mbeans-descriptors'. +12-12-2019 11:44:39.023 [localhost-startStop-1] DEBUG o.a.t.util.digester.Digester.sax.log - endDocument() +12-12-2019 11:44:39.023 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.webresources.StandardRoot@6fd90244 Tomcat:type=WebResourceRoot,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.023 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=WebResourceRoot,host=localhost,context=/ariadneplus-graphdb,name=Cache +12-12-2019 11:44:39.024 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.webresources.Cache@630cd5d0 Tomcat:type=WebResourceRoot,host=localhost,context=/ariadneplus-graphdb,name=Cache +12-12-2019 11:44:39.051 [localhost-startStop-1] DEBUG o.a.catalina.core.StandardContext.log - Processing standard container startup +12-12-2019 11:44:39.051 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Loader,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.052 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister WebappLoader[/ariadneplus-graphdb] Tomcat:type=Loader,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.052 [localhost-startStop-1] DEBUG o.a.catalina.loader.WebappLoader.log - Starting this Loader +12-12-2019 11:44:39.059 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=TomcatEmbeddedWebappClassLoader,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.060 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:39.064 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:39.065 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.WebResourceRoot org.apache.catalina.loader.WebappClassLoaderBase.getResources() +12-12-2019 11:44:39.065 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.catalina.LifecycleState org.apache.catalina.loader.WebappClassLoaderBase.getState() +12-12-2019 11:44:39.066 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.net.URL[] org.apache.catalina.loader.WebappClassLoaderBase.getURLs() +12-12-2019 11:44:39.066 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.catalina.loader.WebappClassLoaderBase.setResources(org.apache.catalina.WebResourceRoot) interface org.apache.catalina.WebResourceRoot +12-12-2019 11:44:39.066 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public final java.lang.ClassLoader java.lang.ClassLoader.getParent() +12-12-2019 11:44:39.066 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute hostName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getHostName() null +12-12-2019 11:44:39.067 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute contextName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getContextName() null +12-12-2019 11:44:39.069 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesStopThreads public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesStopThreads() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesStopThreads(boolean) +12-12-2019 11:44:39.069 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesStopTimerThreads public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesStopTimerThreads() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesStopTimerThreads(boolean) +12-12-2019 11:44:39.069 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesRmiTargets public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesRmiTargets() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesRmiTargets(boolean) +12-12-2019 11:44:39.070 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute serviceName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getServiceName() null +12-12-2019 11:44:39.070 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute defaultAssertionStatus null public void java.lang.ClassLoader.setDefaultAssertionStatus(boolean) +12-12-2019 11:44:39.070 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute delegate public boolean org.apache.catalina.loader.WebappClassLoaderBase.getDelegate() public void org.apache.catalina.loader.WebappClassLoaderBase.setDelegate(boolean) +12-12-2019 11:44:39.070 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute webappName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getWebappName() null +12-12-2019 11:44:39.070 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesLogFactoryRelease public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesLogFactoryRelease() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesLogFactoryRelease(boolean) +12-12-2019 11:44:39.071 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute stateName public java.lang.String org.apache.catalina.loader.WebappClassLoaderBase.getStateName() null +12-12-2019 11:44:39.071 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clearReferencesHttpClientKeepAliveThread public boolean org.apache.catalina.loader.WebappClassLoaderBase.getClearReferencesHttpClientKeepAliveThread() public void org.apache.catalina.loader.WebappClassLoaderBase.setClearReferencesHttpClientKeepAliveThread(boolean) +12-12-2019 11:44:39.071 [localhost-startStop-1] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader +12-12-2019 11:44:39.071 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister TomcatEmbeddedWebappClassLoader + context: ariadneplus-graphdb + delegate: true +----------> Parent Classloader: +java.net.URLClassLoader@2b809762 + Tomcat:type=TomcatEmbeddedWebappClassLoader,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.072 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesRmiTargets=true) +12-12-2019 11:44:39.072 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesStopThreads=false) +12-12-2019 11:44:39.072 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesStopTimerThreads=false) +12-12-2019 11:44:39.072 [localhost-startStop-1] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader clearReferencesHttpClientKeepAliveThread=true) +12-12-2019 11:44:39.074 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.apache.catalina.deploy.ErrorPage) +12-12-2019 11:44:39.075 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.076 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.apache.catalina.deploy$ErrorPage) +12-12-2019 11:44:39.076 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.085 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=Servlet,WebModule=//localhost/ariadneplus-graphdb,name=default,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.085 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[/ariadneplus-graphdb].StandardWrapper[default] Tomcat:j2eeType=Servlet,WebModule=//localhost/ariadneplus-graphdb,name=default,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.086 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Valve,host=localhost,context=/ariadneplus-graphdb,name=NonLoginAuthenticator +12-12-2019 11:44:39.086 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.authenticator.NonLoginAuthenticator[/ariadneplus-graphdb] Tomcat:type=Valve,host=localhost,context=/ariadneplus-graphdb,name=NonLoginAuthenticator +12-12-2019 11:44:39.087 [localhost-startStop-1] DEBUG o.a.c.a.AuthenticatorBase.log - No SingleSignOn Valve is present +12-12-2019 11:44:39.088 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Valve,host=localhost,context=/ariadneplus-graphdb,name=StandardContextValve +12-12-2019 11:44:39.089 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.core.StandardContextValve[/ariadneplus-graphdb] Tomcat:type=Valve,host=localhost,context=/ariadneplus-graphdb,name=StandardContextValve +12-12-2019 11:44:39.089 [localhost-startStop-1] DEBUG o.a.catalina.core.StandardContext.log - No manager found. Checking if cluster manager should be used. Cluster configured: [false], Application distributable: [false] +12-12-2019 11:44:39.097 [localhost-startStop-1] DEBUG o.a.catalina.core.StandardContext.log - Configured a manager of class [org.apache.catalina.session.StandardManager] +12-12-2019 11:44:39.098 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=NamingResources,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.098 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.deploy.NamingResourcesImpl@737b9e42 Tomcat:type=NamingResources,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.105 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findResources(commons-logging.properties) +12-12-2019 11:44:39.106 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - getResourceAsStream(META-INF/services/org.apache.commons.logging.LogFactory) +12-12-2019 11:44:39.107 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - Delegating to parent classloader java.net.URLClassLoader@2b809762 +12-12-2019 11:44:39.107 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning stream from parent +12-12-2019 11:44:39.108 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Initializing Spring embedded WebApplicationContext +12-12-2019 11:44:39.108 [localhost-startStop-1] DEBUG o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] +12-12-2019 11:44:39.108 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 8582 ms +12-12-2019 11:44:39.110 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.registerScope - Registering scope 'request' with implementation [org.springframework.web.context.request.RequestScope@6dd81f46] +12-12-2019 11:44:39.112 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.registerScope - Registering scope 'session' with implementation [org.springframework.web.context.request.SessionScope@36acf329] +12-12-2019 11:44:39.112 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.registerScope - Registering scope 'globalSession' with implementation [org.springframework.web.context.request.SessionScope@1b23f895] +12-12-2019 11:44:39.113 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.registerScope - Registering scope 'application' with implementation [org.springframework.web.context.support.ServletContextScope@38f7fff2] +12-12-2019 11:44:39.119 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'dispatcherServletRegistration' +12-12-2019 11:44:39.119 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'dispatcherServletRegistration' +12-12-2019 11:44:39.119 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' +12-12-2019 11:44:39.119 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' +12-12-2019 11:44:39.121 [localhost-startStop-1] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$60f7ca57] - unable to determine constructor/method parameter names +12-12-2019 11:44:39.122 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'serverProperties' +12-12-2019 11:44:39.123 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:39.123 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:39.125 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' to allow for resolving potential circular references +12-12-2019 11:44:39.126 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.127 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.130 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.WebMvcPropertiesCustomizer) +12-12-2019 11:44:39.132 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.136 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:39.136 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:39.137 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:39.137 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:39.137 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:39.137 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:39.138 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:39.149 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:39.149 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' via constructor to bean named 'serverProperties' +12-12-2019 11:44:39.150 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:39.151 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'multipartConfigElement' +12-12-2019 11:44:39.151 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'multipartConfigElement' +12-12-2019 11:44:39.151 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' +12-12-2019 11:44:39.152 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' +12-12-2019 11:44:39.153 [localhost-startStop-1] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$fa503f24] - unable to determine constructor/method parameter names +12-12-2019 11:44:39.154 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties' +12-12-2019 11:44:39.154 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties' +12-12-2019 11:44:39.154 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties' to allow for resolving potential circular references +12-12-2019 11:44:39.155 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.156 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.158 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.MultipartPropertiesCustomizer) +12-12-2019 11:44:39.159 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.160 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:39.164 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:39.164 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:39.164 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:39.165 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:39.166 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:39.166 [localhost-startStop-1] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:39.168 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties' +12-12-2019 11:44:39.169 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' via constructor to bean named 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties' +12-12-2019 11:44:39.171 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.172 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.173 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.174 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.MultipartAutoConfigurationCustomizer) +12-12-2019 11:44:39.175 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.177 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$fa503f24Customizer) +12-12-2019 11:44:39.178 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.180 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer) +12-12-2019 11:44:39.180 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.181 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' +12-12-2019 11:44:39.185 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'multipartConfigElement' to allow for resolving potential circular references +12-12-2019 11:44:39.186 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.187 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.188 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.MultipartConfigElementCustomizer) +12-12-2019 11:44:39.189 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.190 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'multipartConfigElement' +12-12-2019 11:44:39.190 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.191 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.191 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.192 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfigurationCustomizer) +12-12-2019 11:44:39.193 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.194 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$60f7ca57Customizer) +12-12-2019 11:44:39.196 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.197 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer) +12-12-2019 11:44:39.198 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.199 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' +12-12-2019 11:44:39.202 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'dispatcherServlet' +12-12-2019 11:44:39.202 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'dispatcherServlet' +12-12-2019 11:44:39.203 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' +12-12-2019 11:44:39.203 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' +12-12-2019 11:44:39.204 [localhost-startStop-1] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$e6083b30] - unable to determine constructor/method parameter names +12-12-2019 11:44:39.204 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:39.204 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:39.205 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.206 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.206 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.207 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfigurationCustomizer) +12-12-2019 11:44:39.208 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.209 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$e6083b30Customizer) +12-12-2019 11:44:39.210 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.211 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer) +12-12-2019 11:44:39.211 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.212 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' +12-12-2019 11:44:39.231 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'dispatcherServlet' to allow for resolving potential circular references +12-12-2019 11:44:39.232 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.232 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.234 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.GenericServletCustomizer) +12-12-2019 11:44:39.235 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.237 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.http.HttpServletCustomizer) +12-12-2019 11:44:39.237 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.238 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.servlet.HttpServletBeanCustomizer) +12-12-2019 11:44:39.239 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.240 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.servlet.FrameworkServletCustomizer) +12-12-2019 11:44:39.241 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.242 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.servlet.DispatcherServletCustomizer) +12-12-2019 11:44:39.243 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.246 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.ApplicationContextAwareCustomizer) +12-12-2019 11:44:39.247 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.248 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.env.EnvironmentCapableCustomizer) +12-12-2019 11:44:39.249 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.250 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.EnvironmentAwareCustomizer) +12-12-2019 11:44:39.251 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.252 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.ServletCustomizer) +12-12-2019 11:44:39.253 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.254 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.ServletConfigCustomizer) +12-12-2019 11:44:39.255 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.255 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.io.SerializableCustomizer) +12-12-2019 11:44:39.256 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.257 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'dispatcherServlet' +12-12-2019 11:44:39.257 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' +12-12-2019 11:44:39.263 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'dispatcherServletRegistration' to allow for resolving potential circular references +12-12-2019 11:44:39.264 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.265 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.267 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.web.servlet.RegistrationBeanCustomizer) +12-12-2019 11:44:39.268 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.270 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.web.servlet.ServletRegistrationBeanCustomizer) +12-12-2019 11:44:39.271 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.272 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.web.servlet.ServletContextInitializerCustomizer) +12-12-2019 11:44:39.273 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.274 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.OrderedCustomizer) +12-12-2019 11:44:39.275 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.276 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'dispatcherServletRegistration' +12-12-2019 11:44:39.277 [localhost-startStop-1] DEBUG o.s.b.w.s.ServletContextInitializerBeans.addServletContextInitializerBean - Added existing Servlet initializer bean 'dispatcherServletRegistration'; order=2147483647, resource=class path resource [org/springframework/boot/autoconfigure/web/DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration.class] +12-12-2019 11:44:39.278 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'multipartConfigElement' +12-12-2019 11:44:39.279 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'dispatcherServlet' +12-12-2019 11:44:39.281 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'requestContextFilter' +12-12-2019 11:44:39.281 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'requestContextFilter' +12-12-2019 11:44:39.282 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'requestContextFilter' to allow for resolving potential circular references +12-12-2019 11:44:39.283 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.283 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.284 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.GenericFilterBeanCustomizer) +12-12-2019 11:44:39.285 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.286 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer) +12-12-2019 11:44:39.287 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.288 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.RequestContextFilterCustomizer) +12-12-2019 11:44:39.289 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.290 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.web.filter.OrderedRequestContextFilterCustomizer) +12-12-2019 11:44:39.291 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.292 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.OrderedCustomizer) +12-12-2019 11:44:39.293 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.293 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.FilterCustomizer) +12-12-2019 11:44:39.294 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.295 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.BeanNameAwareCustomizer) +12-12-2019 11:44:39.296 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.297 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.EnvironmentAwareCustomizer) +12-12-2019 11:44:39.298 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.299 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.env.EnvironmentCapableCustomizer) +12-12-2019 11:44:39.299 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.300 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.context.ServletContextAwareCustomizer) +12-12-2019 11:44:39.304 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.305 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.InitializingBeanCustomizer) +12-12-2019 11:44:39.305 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.306 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.DisposableBeanCustomizer) +12-12-2019 11:44:39.306 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.307 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'requestContextFilter' +12-12-2019 11:44:39.308 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'requestContextFilter' +12-12-2019 11:44:39.308 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'hiddenHttpMethodFilter' +12-12-2019 11:44:39.308 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'hiddenHttpMethodFilter' +12-12-2019 11:44:39.308 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' +12-12-2019 11:44:39.308 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' +12-12-2019 11:44:39.309 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.310 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.310 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.312 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.WebMvcAutoConfigurationCustomizer) +12-12-2019 11:44:39.312 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.313 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$$EnhancerBySpringCGLIB$$aedf751eCustomizer) +12-12-2019 11:44:39.313 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.314 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.annotation.ConfigurationClassEnhancer$EnhancedConfigurationCustomizer) +12-12-2019 11:44:39.315 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.317 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' +12-12-2019 11:44:39.321 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'hiddenHttpMethodFilter' to allow for resolving potential circular references +12-12-2019 11:44:39.322 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.322 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.323 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.GenericFilterBeanCustomizer) +12-12-2019 11:44:39.324 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.325 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer) +12-12-2019 11:44:39.325 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.326 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.HiddenHttpMethodFilterCustomizer) +12-12-2019 11:44:39.327 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.329 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilterCustomizer) +12-12-2019 11:44:39.338 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.340 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.OrderedCustomizer) +12-12-2019 11:44:39.341 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.342 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.FilterCustomizer) +12-12-2019 11:44:39.342 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.344 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.BeanNameAwareCustomizer) +12-12-2019 11:44:39.345 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.346 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.EnvironmentAwareCustomizer) +12-12-2019 11:44:39.346 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.347 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.env.EnvironmentCapableCustomizer) +12-12-2019 11:44:39.348 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.349 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.context.ServletContextAwareCustomizer) +12-12-2019 11:44:39.349 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.350 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.InitializingBeanCustomizer) +12-12-2019 11:44:39.350 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.351 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.DisposableBeanCustomizer) +12-12-2019 11:44:39.354 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.356 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'hiddenHttpMethodFilter' +12-12-2019 11:44:39.356 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'hiddenHttpMethodFilter' +12-12-2019 11:44:39.356 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'httpPutFormContentFilter' +12-12-2019 11:44:39.356 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'httpPutFormContentFilter' +12-12-2019 11:44:39.356 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' +12-12-2019 11:44:39.358 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findResources(META-INF/services/javax.xml.transform.TransformerFactory) +12-12-2019 11:44:39.359 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findResources(META-INF/services/javax.xml.transform.TransformerFactory) +12-12-2019 11:44:39.361 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'httpPutFormContentFilter' to allow for resolving potential circular references +12-12-2019 11:44:39.362 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.363 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.365 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.GenericFilterBeanCustomizer) +12-12-2019 11:44:39.365 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.366 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer) +12-12-2019 11:44:39.367 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.369 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.HttpPutFormContentFilterCustomizer) +12-12-2019 11:44:39.370 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.371 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.web.filter.OrderedHttpPutFormContentFilterCustomizer) +12-12-2019 11:44:39.372 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.373 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.OrderedCustomizer) +12-12-2019 11:44:39.374 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.375 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.FilterCustomizer) +12-12-2019 11:44:39.375 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.376 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.BeanNameAwareCustomizer) +12-12-2019 11:44:39.378 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.378 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.EnvironmentAwareCustomizer) +12-12-2019 11:44:39.379 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.379 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.env.EnvironmentCapableCustomizer) +12-12-2019 11:44:39.380 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.381 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.context.ServletContextAwareCustomizer) +12-12-2019 11:44:39.381 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.382 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.InitializingBeanCustomizer) +12-12-2019 11:44:39.382 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.383 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.DisposableBeanCustomizer) +12-12-2019 11:44:39.383 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.383 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'httpPutFormContentFilter' +12-12-2019 11:44:39.384 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'httpPutFormContentFilter' +12-12-2019 11:44:39.384 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'characterEncodingFilter' +12-12-2019 11:44:39.384 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'characterEncodingFilter' +12-12-2019 11:44:39.384 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' +12-12-2019 11:44:39.385 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'characterEncodingFilter' to allow for resolving potential circular references +12-12-2019 11:44:39.386 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(java.lang.ObjectCustomizer) +12-12-2019 11:44:39.386 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.387 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.GenericFilterBeanCustomizer) +12-12-2019 11:44:39.388 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.389 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.OncePerRequestFilterCustomizer) +12-12-2019 11:44:39.389 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.391 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.filter.CharacterEncodingFilterCustomizer) +12-12-2019 11:44:39.392 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.393 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.boot.web.filter.OrderedCharacterEncodingFilterCustomizer) +12-12-2019 11:44:39.394 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.397 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.OrderedCustomizer) +12-12-2019 11:44:39.397 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.398 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(javax.servlet.FilterCustomizer) +12-12-2019 11:44:39.399 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.400 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.BeanNameAwareCustomizer) +12-12-2019 11:44:39.401 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.404 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.context.EnvironmentAwareCustomizer) +12-12-2019 11:44:39.404 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.405 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.core.env.EnvironmentCapableCustomizer) +12-12-2019 11:44:39.405 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.406 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.web.context.ServletContextAwareCustomizer) +12-12-2019 11:44:39.407 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.407 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.InitializingBeanCustomizer) +12-12-2019 11:44:39.408 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.409 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - findClass(org.springframework.beans.factory.DisposableBeanCustomizer) +12-12-2019 11:44:39.409 [localhost-startStop-1] DEBUG o.a.c.loader.WebappClassLoaderBase.log - --> Returning ClassNotFoundException +12-12-2019 11:44:39.410 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'characterEncodingFilter' +12-12-2019 11:44:39.410 [localhost-startStop-1] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'characterEncodingFilter' +12-12-2019 11:44:39.411 [localhost-startStop-1] DEBUG o.s.b.w.s.ServletContextInitializerBeans.addAsRegistrationBean - Created Filter initializer for bean 'characterEncodingFilter'; order=-2147483648, resource=class path resource [org/springframework/boot/autoconfigure/web/HttpEncodingAutoConfiguration.class] +12-12-2019 11:44:39.412 [localhost-startStop-1] DEBUG o.s.b.w.s.ServletContextInitializerBeans.addAsRegistrationBean - Created Filter initializer for bean 'hiddenHttpMethodFilter'; order=-10000, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.class] +12-12-2019 11:44:39.412 [localhost-startStop-1] DEBUG o.s.b.w.s.ServletContextInitializerBeans.addAsRegistrationBean - Created Filter initializer for bean 'httpPutFormContentFilter'; order=-9900, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.class] +12-12-2019 11:44:39.412 [localhost-startStop-1] DEBUG o.s.b.w.s.ServletContextInitializerBeans.addAsRegistrationBean - Created Filter initializer for bean 'requestContextFilter'; order=-105, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class] +12-12-2019 11:44:39.415 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] +12-12-2019 11:44:39.416 [localhost-startStop-1] DEBUG o.apache.catalina.core.ContainerBase.log - Add child StandardWrapper[dispatcherServlet] StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[/ariadneplus-graphdb] +12-12-2019 11:44:39.416 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=Servlet,WebModule=//localhost/ariadneplus-graphdb,name=dispatcherServlet,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.416 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister StandardEngine[Tomcat].StandardHost[localhost].TomcatEmbeddedContext[/ariadneplus-graphdb].StandardWrapper[dispatcherServlet] Tomcat:j2eeType=Servlet,WebModule=//localhost/ariadneplus-graphdb,name=dispatcherServlet,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.423 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] +12-12-2019 11:44:39.423 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] +12-12-2019 11:44:39.424 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] +12-12-2019 11:44:39.424 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] +12-12-2019 11:44:39.424 [localhost-startStop-1] DEBUG o.a.catalina.core.StandardContext.log - Configuring application event listeners +12-12-2019 11:44:39.424 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Configuring event listener class 'org.apache.tomcat.websocket.server.WsContextListener' +12-12-2019 11:44:39.427 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Sending application start events +12-12-2019 11:44:39.448 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Manager,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.449 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.session.StandardManager[/ariadneplus-graphdb] Tomcat:type=Manager,host=localhost,context=/ariadneplus-graphdb +12-12-2019 11:44:39.449 [localhost-startStop-1] DEBUG o.a.catalina.session.StandardManager.log - Start: Loading persisted sessions +12-12-2019 11:44:39.449 [localhost-startStop-1] DEBUG o.a.catalina.session.StandardManager.log - Loading persisted sessions from [SESSIONS.ser] +12-12-2019 11:44:39.450 [localhost-startStop-1] DEBUG o.a.catalina.session.StandardManager.log - No persisted data file found +12-12-2019 11:44:39.450 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Starting filters +12-12-2019 11:44:39.450 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Starting filter 'requestContextFilter' +12-12-2019 11:44:39.451 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedRequestContextFilter.init - Initializing filter 'requestContextFilter' +12-12-2019 11:44:39.452 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedRequestContextFilter.init - Filter 'requestContextFilter' configured successfully +12-12-2019 11:44:39.453 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=requestContextFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.453 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister ApplicationFilterConfig[name=requestContextFilter, filterClass=org.springframework.boot.web.filter.OrderedRequestContextFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=requestContextFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.453 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Starting filter 'Tomcat WebSocket (JSR356) Filter' +12-12-2019 11:44:39.454 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.454 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister ApplicationFilterConfig[name=Tomcat WebSocket (JSR356) Filter, filterClass=org.apache.tomcat.websocket.server.WsFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=Tomcat WebSocket (JSR356) Filter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.454 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Starting filter 'httpPutFormContentFilter' +12-12-2019 11:44:39.454 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedHttpPutFormContentFilter.init - Initializing filter 'httpPutFormContentFilter' +12-12-2019 11:44:39.455 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedHttpPutFormContentFilter.init - Filter 'httpPutFormContentFilter' configured successfully +12-12-2019 11:44:39.455 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=httpPutFormContentFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.455 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister ApplicationFilterConfig[name=httpPutFormContentFilter, filterClass=org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=httpPutFormContentFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.455 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Starting filter 'hiddenHttpMethodFilter' +12-12-2019 11:44:39.455 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedHiddenHttpMethodFilter.init - Initializing filter 'hiddenHttpMethodFilter' +12-12-2019 11:44:39.455 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedHiddenHttpMethodFilter.init - Filter 'hiddenHttpMethodFilter' configured successfully +12-12-2019 11:44:39.456 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=hiddenHttpMethodFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.456 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister ApplicationFilterConfig[name=hiddenHttpMethodFilter, filterClass=org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=hiddenHttpMethodFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.456 [localhost-startStop-1] DEBUG o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Starting filter 'characterEncodingFilter' +12-12-2019 11:44:39.456 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedCharacterEncodingFilter.init - Initializing filter 'characterEncodingFilter' +12-12-2019 11:44:39.456 [localhost-startStop-1] DEBUG o.s.b.w.f.OrderedCharacterEncodingFilter.init - Filter 'characterEncodingFilter' configured successfully +12-12-2019 11:44:39.456 [localhost-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=characterEncodingFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.457 [localhost-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister ApplicationFilterConfig[name=characterEncodingFilter, filterClass=org.springframework.boot.web.filter.OrderedCharacterEncodingFilter] Tomcat:j2eeType=Filter,WebModule=//localhost/ariadneplus-graphdb,name=characterEncodingFilter,J2EEApplication=none,J2EEServer=none +12-12-2019 11:44:39.457 [localhost-startStop-1] DEBUG o.a.catalina.core.StandardContext.log - Starting completed +12-12-2019 11:44:39.457 [Tomcat-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Valve,host=localhost,name=ErrorReportValve +12-12-2019 11:44:39.457 [Tomcat-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.valves.ErrorReportValve[localhost] Tomcat:type=Valve,host=localhost,name=ErrorReportValve +12-12-2019 11:44:39.458 [Tomcat-startStop-1] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Valve,host=localhost,name=StandardHostValve +12-12-2019 11:44:39.458 [Tomcat-startStop-1] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.core.StandardHostValve[localhost] Tomcat:type=Valve,host=localhost,name=StandardHostValve +12-12-2019 11:44:39.458 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Valve,name=StandardEngineValve +12-12-2019 11:44:39.459 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.catalina.core.StandardEngineValve[Tomcat] Tomcat:type=Valve,name=StandardEngineValve +12-12-2019 11:44:39.461 [main] DEBUG org.apache.catalina.mapper.Mapper.log - Registered host [localhost] +12-12-2019 11:44:39.462 [main] DEBUG o.a.catalina.mapper.MapperListener.log - Register Wrapper [default] in Context [/ariadneplus-graphdb] for service [StandardService[Tomcat]] +12-12-2019 11:44:39.463 [main] DEBUG o.a.catalina.mapper.MapperListener.log - Register Wrapper [dispatcherServlet] in Context [/ariadneplus-graphdb] for service [StandardService[Tomcat]] +12-12-2019 11:44:39.464 [main] DEBUG o.a.catalina.mapper.MapperListener.log - Register Context [/ariadneplus-graphdb] for service [StandardService[Tomcat]] +12-12-2019 11:44:39.464 [main] DEBUG o.a.catalina.mapper.MapperListener.log - Register host [localhost] at domain [null] for service [StandardService[Tomcat]] +12-12-2019 11:44:39.470 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.replace - Replacing [servletContextInitParams] PropertySource with [servletContextInitParams] +12-12-2019 11:44:39.472 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.preInstantiateSingletons - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1abfa847: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,ariadnePlusPublisherApplication,org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory,appConfig,graphDBClientFactory,ariadnePlusPublisherController,ariadnePlusPublisherHelper,saxonHelper,recordParserHelper,jrrRestTemplate,freemarkerConfig,org.springframework.boot.autoconfigure.AutoConfigurationPackages,org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration,org.springframework.boot.autoconfigure.condition.BeanTypeRegistry,propertySourcesPlaceholderConfigurer,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration,standardJacksonObjectMapperBuilderCustomizer,spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration,jacksonObjectMapperBuilder,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration,jacksonObjectMapper,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration,jsonComponentModule,org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration,websocketContainerCustomizer,org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration,org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat,tomcatEmbeddedServletContainerFactory,org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration,embeddedServletContainerCustomizerBeanPostProcessor,errorPageRegistrarBeanPostProcessor,org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration,dispatcherServlet,spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties,org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration,dispatcherServletRegistration,org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration,org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration,defaultValidator,methodValidationPostProcessor,org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration,error,beanNameViewResolver,org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration,conventionErrorViewResolver,org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration,errorAttributes,basicErrorController,errorPageCustomizer,preserveErrorControllerTargetClassPostProcessor,spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration,requestMappingHandlerAdapter,requestMappingHandlerMapping,mvcValidator,mvcContentNegotiationManager,mvcPathMatcher,mvcUrlPathHelper,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,mvcResourceUrlProvider,defaultServletHandlerMapping,mvcConversionService,mvcUriComponentsContributor,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver,mvcViewResolver,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration,faviconHandlerMapping,faviconRequestHandler,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter,defaultViewResolver,viewResolver,welcomePageHandlerMapping,requestContextFilter,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration,hiddenHttpMethodFilter,httpPutFormContentFilter,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration,mbeanExporter,objectNamingStrategy,mbeanServer,org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration,org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration,stringHttpMessageConverter,spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties,org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration,mappingJackson2HttpMessageConverter,org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration,org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration,messageConverters,org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration,spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties,org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration,solrClient,spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties,org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration,characterEncodingFilter,localeCharsetMappingsCustomizer,org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration,multipartConfigElement,multipartResolver,spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties,org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration,serverProperties,duplicateServerPropertiesDetector,org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration,restTemplateBuilder,org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration]; root of factory hierarchy +12-12-2019 11:44:39.472 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' +12-12-2019 11:44:39.472 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' +12-12-2019 11:44:39.472 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' +12-12-2019 11:44:39.472 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' +12-12-2019 11:44:39.472 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' +12-12-2019 11:44:39.472 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' +12-12-2019 11:44:39.474 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.context.event.internalEventListenerProcessor' to allow for resolving potential circular references +12-12-2019 11:44:39.476 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerProcessor' +12-12-2019 11:44:39.477 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' +12-12-2019 11:44:39.477 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' +12-12-2019 11:44:39.478 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.context.event.internalEventListenerFactory' to allow for resolving potential circular references +12-12-2019 11:44:39.479 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.context.event.internalEventListenerFactory' +12-12-2019 11:44:39.480 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'ariadnePlusPublisherApplication' +12-12-2019 11:44:39.480 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'ariadnePlusPublisherApplication' +12-12-2019 11:44:39.480 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'ariadnePlusPublisherApplication' to allow for resolving potential circular references +12-12-2019 11:44:39.482 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'ariadnePlusPublisherApplication' +12-12-2019 11:44:39.482 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +12-12-2019 11:44:39.482 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'appConfig' +12-12-2019 11:44:39.482 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'appConfig' +12-12-2019 11:44:39.482 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'appConfig' to allow for resolving potential circular references +12-12-2019 11:44:39.484 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'appConfig' +12-12-2019 11:44:39.484 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'graphDBClientFactory' +12-12-2019 11:44:39.484 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'graphDBClientFactory' +12-12-2019 11:44:39.487 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.checkConfigMembers - Registered injected element on class [eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory]: AutowiredFieldElement for private java.lang.String eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory.defaultBaseURI +12-12-2019 11:44:39.487 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.checkConfigMembers - Registered injected element on class [eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory]: AutowiredFieldElement for private eu.dnetlib.ariadneplus.rdf.RecordParserHelper eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory.recordParserHelper +12-12-2019 11:44:39.487 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'graphDBClientFactory' to allow for resolving potential circular references +12-12-2019 11:44:39.489 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'graphDBClientFactory': AutowiredFieldElement for private java.lang.String eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory.defaultBaseURI +12-12-2019 11:44:39.489 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'graphdb.uri.base.default' in [applicationConfig: [classpath:/application.properties]] with type [String] +12-12-2019 11:44:39.490 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.logKeyFound - Found key 'graphdb.uri.base.default' in [environmentProperties] with type [String] +12-12-2019 11:44:39.490 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'graphDBClientFactory': AutowiredFieldElement for private eu.dnetlib.ariadneplus.rdf.RecordParserHelper eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory.recordParserHelper +12-12-2019 11:44:39.491 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'recordParserHelper' +12-12-2019 11:44:39.491 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'recordParserHelper' +12-12-2019 11:44:39.494 [main] DEBUG o.s.c.a.CommonAnnotationBeanPostProcessor.doWith - Found init method on class [eu.dnetlib.ariadneplus.rdf.RecordParserHelper]: public void eu.dnetlib.ariadneplus.rdf.RecordParserHelper.init() throws net.sf.saxon.s9api.SaxonApiException +12-12-2019 11:44:39.495 [main] DEBUG o.s.c.a.CommonAnnotationBeanPostProcessor.checkConfigMembers - Registered init method on class [eu.dnetlib.ariadneplus.rdf.RecordParserHelper]: org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement@316510 +12-12-2019 11:44:39.495 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.checkConfigMembers - Registered injected element on class [eu.dnetlib.ariadneplus.rdf.RecordParserHelper]: AutowiredFieldElement for private eu.dnetlib.ariadneplus.publisher.SaxonHelper eu.dnetlib.ariadneplus.rdf.RecordParserHelper.saxonHelper +12-12-2019 11:44:39.495 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'recordParserHelper' to allow for resolving potential circular references +12-12-2019 11:44:39.497 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'recordParserHelper': AutowiredFieldElement for private eu.dnetlib.ariadneplus.publisher.SaxonHelper eu.dnetlib.ariadneplus.rdf.RecordParserHelper.saxonHelper +12-12-2019 11:44:39.498 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'saxonHelper' +12-12-2019 11:44:39.499 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'saxonHelper' +12-12-2019 11:44:39.503 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'saxonHelper' to allow for resolving potential circular references +12-12-2019 11:44:39.505 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'saxonHelper' +12-12-2019 11:44:39.505 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor.registerDependentBeans - Autowiring by type from bean name 'recordParserHelper' to bean named 'saxonHelper' +12-12-2019 11:44:39.505 [main] DEBUG o.s.c.a.CommonAnnotationBeanPostProcessor.invokeInitMethods - Invoking init method on bean 'recordParserHelper': public void eu.dnetlib.ariadneplus.rdf.RecordParserHelper.init() throws net.sf.saxon.s9api.SaxonApiException +12-12-2019 11:44:39.643 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'recordParserHelper' +12-12-2019 11:44:39.643 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor.registerDependentBeans - Autowiring by type from bean name 'graphDBClientFactory' to bean named 'recordParserHelper' +12-12-2019 11:44:39.643 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'graphDBClientFactory' +12-12-2019 11:44:39.643 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'ariadnePlusPublisherController' +12-12-2019 11:44:39.643 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'ariadnePlusPublisherController' +12-12-2019 11:44:39.646 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.checkConfigMembers - Registered injected element on class [eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController]: AutowiredFieldElement for private eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherHelper eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.ariadneplusPublisherHelper +12-12-2019 11:44:39.646 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'ariadnePlusPublisherController' to allow for resolving potential circular references +12-12-2019 11:44:39.648 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'ariadnePlusPublisherController': AutowiredFieldElement for private eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherHelper eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.ariadneplusPublisherHelper +12-12-2019 11:44:39.649 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'ariadnePlusPublisherHelper' +12-12-2019 11:44:39.649 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'ariadnePlusPublisherHelper' +12-12-2019 11:44:39.650 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.checkConfigMembers - Registered injected element on class [eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherHelper]: AutowiredFieldElement for private eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherHelper.graphdbClientFactory +12-12-2019 11:44:39.650 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'ariadnePlusPublisherHelper' to allow for resolving potential circular references +12-12-2019 11:44:39.651 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'ariadnePlusPublisherHelper': AutowiredFieldElement for private eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherHelper.graphdbClientFactory +12-12-2019 11:44:39.652 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'graphDBClientFactory' +12-12-2019 11:44:39.653 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor.registerDependentBeans - Autowiring by type from bean name 'ariadnePlusPublisherHelper' to bean named 'graphDBClientFactory' +12-12-2019 11:44:39.653 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'ariadnePlusPublisherHelper' +12-12-2019 11:44:39.653 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor.registerDependentBeans - Autowiring by type from bean name 'ariadnePlusPublisherController' to bean named 'ariadnePlusPublisherHelper' +12-12-2019 11:44:39.654 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'ariadnePlusPublisherController' +12-12-2019 11:44:39.654 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'ariadnePlusPublisherHelper' +12-12-2019 11:44:39.654 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'saxonHelper' +12-12-2019 11:44:39.655 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'recordParserHelper' +12-12-2019 11:44:39.655 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'jrrRestTemplate' +12-12-2019 11:44:39.655 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'jrrRestTemplate' +12-12-2019 11:44:39.655 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'appConfig' +12-12-2019 11:44:39.855 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'jrrRestTemplate' to allow for resolving potential circular references +12-12-2019 11:44:39.861 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'jrrRestTemplate' +12-12-2019 11:44:39.862 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'freemarkerConfig' +12-12-2019 11:44:39.862 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'freemarkerConfig' +12-12-2019 11:44:39.862 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'appConfig' +12-12-2019 11:44:39.916 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'freemarkerConfig' to allow for resolving potential circular references +12-12-2019 11:44:39.925 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'freemarkerConfig' +12-12-2019 11:44:39.925 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' +12-12-2019 11:44:39.926 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' +12-12-2019 11:44:39.927 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' to allow for resolving potential circular references +12-12-2019 11:44:39.928 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' +12-12-2019 11:44:39.929 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' +12-12-2019 11:44:39.929 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' +12-12-2019 11:44:39.929 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.932 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' +12-12-2019 11:44:39.932 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry' +12-12-2019 11:44:39.932 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'propertySourcesPlaceholderConfigurer' +12-12-2019 11:44:39.932 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' +12-12-2019 11:44:39.932 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' +12-12-2019 11:44:39.932 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.935 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' +12-12-2019 11:44:39.935 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' +12-12-2019 11:44:39.935 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'standardJacksonObjectMapperBuilderCustomizer' +12-12-2019 11:44:39.935 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' +12-12-2019 11:44:39.936 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +12-12-2019 11:44:39.936 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +12-12-2019 11:44:39.936 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' to allow for resolving potential circular references +12-12-2019 11:44:39.938 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:39.939 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:39.939 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:39.939 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:39.939 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:39.939 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:39.939 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:39.944 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +12-12-2019 11:44:39.944 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613' +12-12-2019 11:44:39.944 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +12-12-2019 11:44:39.950 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'standardJacksonObjectMapperBuilderCustomizer' to allow for resolving potential circular references +12-12-2019 11:44:39.953 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'standardJacksonObjectMapperBuilderCustomizer' +12-12-2019 11:44:39.953 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +12-12-2019 11:44:39.953 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +12-12-2019 11:44:39.953 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store' +12-12-2019 11:44:39.953 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' +12-12-2019 11:44:39.953 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' +12-12-2019 11:44:39.954 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$4d82cd88] - unable to determine constructor/method parameter names +12-12-2019 11:44:39.954 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +12-12-2019 11:44:39.955 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' +12-12-2019 11:44:39.956 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' via constructor to bean named 'org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613' +12-12-2019 11:44:39.956 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' via constructor to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +12-12-2019 11:44:39.956 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' via constructor to bean named 'standardJacksonObjectMapperBuilderCustomizer' +12-12-2019 11:44:39.956 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.959 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' +12-12-2019 11:44:39.960 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'jacksonObjectMapperBuilder' +12-12-2019 11:44:39.960 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'jacksonObjectMapperBuilder' +12-12-2019 11:44:39.961 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' +12-12-2019 11:44:39.963 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' +12-12-2019 11:44:39.963 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' +12-12-2019 11:44:39.967 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'jsonComponentModule' +12-12-2019 11:44:39.968 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'jsonComponentModule' +12-12-2019 11:44:39.968 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' +12-12-2019 11:44:39.968 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' +12-12-2019 11:44:39.969 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.972 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' +12-12-2019 11:44:39.977 [main] DEBUG o.s.c.a.CommonAnnotationBeanPostProcessor.doWith - Found init method on class [org.springframework.boot.jackson.JsonComponentModule]: public void org.springframework.boot.jackson.JsonComponentModule.registerJsonComponents() +12-12-2019 11:44:39.981 [main] DEBUG o.s.c.a.CommonAnnotationBeanPostProcessor.checkConfigMembers - Registered init method on class [org.springframework.boot.jackson.JsonComponentModule]: org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement@65126ba1 +12-12-2019 11:44:39.982 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'jsonComponentModule' to allow for resolving potential circular references +12-12-2019 11:44:39.988 [main] DEBUG o.s.c.a.CommonAnnotationBeanPostProcessor.invokeInitMethods - Invoking init method on bean 'jsonComponentModule': public void org.springframework.boot.jackson.JsonComponentModule.registerJsonComponents() +12-12-2019 11:44:39.993 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'jsonComponentModule' +12-12-2019 11:44:39.994 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'jacksonObjectMapperBuilder' to allow for resolving potential circular references +12-12-2019 11:44:39.997 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'jacksonObjectMapperBuilder' +12-12-2019 11:44:39.997 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' +12-12-2019 11:44:39.997 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' +12-12-2019 11:44:39.998 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:39.999 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' +12-12-2019 11:44:40.000 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'jacksonObjectMapper' +12-12-2019 11:44:40.000 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'jacksonObjectMapper' +12-12-2019 11:44:40.000 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' +12-12-2019 11:44:40.001 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'jacksonObjectMapperBuilder' +12-12-2019 11:44:40.001 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' +12-12-2019 11:44:40.020 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'jacksonObjectMapper' to allow for resolving potential circular references +12-12-2019 11:44:40.030 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'jacksonObjectMapper' +12-12-2019 11:44:40.030 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' +12-12-2019 11:44:40.030 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'jsonComponentModule' +12-12-2019 11:44:40.030 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration' +12-12-2019 11:44:40.030 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'websocketContainerCustomizer' +12-12-2019 11:44:40.030 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' +12-12-2019 11:44:40.030 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' +12-12-2019 11:44:40.031 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.034 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration' +12-12-2019 11:44:40.034 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat' +12-12-2019 11:44:40.034 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'tomcatEmbeddedServletContainerFactory' +12-12-2019 11:44:40.034 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' +12-12-2019 11:44:40.034 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' +12-12-2019 11:44:40.034 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'embeddedServletContainerCustomizerBeanPostProcessor' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'errorPageRegistrarBeanPostProcessor' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'dispatcherServlet' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'dispatcherServletRegistration' +12-12-2019 11:44:40.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' +12-12-2019 11:44:40.038 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' +12-12-2019 11:44:40.038 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.042 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration' +12-12-2019 11:44:40.042 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' +12-12-2019 11:44:40.042 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' +12-12-2019 11:44:40.043 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.046 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' +12-12-2019 11:44:40.046 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'defaultValidator' +12-12-2019 11:44:40.046 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'methodValidationPostProcessor' +12-12-2019 11:44:40.046 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' +12-12-2019 11:44:40.047 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' +12-12-2019 11:44:40.048 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.051 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' +12-12-2019 11:44:40.051 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'error' +12-12-2019 11:44:40.051 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'error' +12-12-2019 11:44:40.051 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' +12-12-2019 11:44:40.055 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'error' to allow for resolving potential circular references +12-12-2019 11:44:40.058 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'error' +12-12-2019 11:44:40.058 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'beanNameViewResolver' +12-12-2019 11:44:40.058 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'beanNameViewResolver' +12-12-2019 11:44:40.059 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' +12-12-2019 11:44:40.061 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'beanNameViewResolver' to allow for resolving potential circular references +12-12-2019 11:44:40.071 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'beanNameViewResolver' +12-12-2019 11:44:40.071 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' +12-12-2019 11:44:40.071 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'conventionErrorViewResolver' +12-12-2019 11:44:40.071 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' +12-12-2019 11:44:40.071 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'errorAttributes' +12-12-2019 11:44:40.071 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'errorAttributes' +12-12-2019 11:44:40.072 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' +12-12-2019 11:44:40.072 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'errorAttributes' to allow for resolving potential circular references +12-12-2019 11:44:40.075 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'errorAttributes' +12-12-2019 11:44:40.075 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'basicErrorController' +12-12-2019 11:44:40.075 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'basicErrorController' +12-12-2019 11:44:40.075 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration' +12-12-2019 11:44:40.076 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'errorAttributes' +12-12-2019 11:44:40.077 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' +12-12-2019 11:44:40.080 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'basicErrorController' to allow for resolving potential circular references +12-12-2019 11:44:40.083 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'basicErrorController' +12-12-2019 11:44:40.084 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'errorPageCustomizer' +12-12-2019 11:44:40.084 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' +12-12-2019 11:44:40.084 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:40.084 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.084 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.085 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$96d02de7] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.086 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1abfa847' +12-12-2019 11:44:40.088 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:40.097 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.checkConfigMembers - Registered injected element on class [org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$96d02de7]: AutowiredMethodElement for public void org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.setConfigurers(java.util.List) +12-12-2019 11:44:40.097 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.097 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': AutowiredMethodElement for public void org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration.setConfigurers(java.util.List) +12-12-2019 11:44:40.098 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.099 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.099 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$2aa5e35a] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.102 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:40.102 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:40.112 [main] DEBUG o.s.aop.framework.CglibAopProxy.getProxy - Creating CGLIB proxy: target source is org.springframework.context.annotation.ContextAnnotationAutowireCandidateResolver$1@a63e6b9 +12-12-2019 11:44:40.122 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: public java.util.Iterator org.springframework.boot.autoconfigure.web.HttpMessageConverters.iterator() +12-12-2019 11:44:40.122 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: protected java.util.List org.springframework.boot.autoconfigure.web.HttpMessageConverters.postProcessConverters(java.util.List) +12-12-2019 11:44:40.122 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: protected java.util.List org.springframework.boot.autoconfigure.web.HttpMessageConverters.postProcessPartConverters(java.util.List) +12-12-2019 11:44:40.122 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: public java.util.List org.springframework.boot.autoconfigure.web.HttpMessageConverters.getConverters() +12-12-2019 11:44:40.123 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Found 'equals' method: public boolean java.lang.Object.equals(java.lang.Object) +12-12-2019 11:44:40.123 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: public java.lang.String java.lang.Object.toString() +12-12-2019 11:44:40.123 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Found 'hashCode' method: public native int java.lang.Object.hashCode() +12-12-2019 11:44:40.123 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException +12-12-2019 11:44:40.124 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: public default java.util.Spliterator java.lang.Iterable.spliterator() +12-12-2019 11:44:40.124 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Unable to apply any optimizations to advised method: public default void java.lang.Iterable.forEach(java.util.function.Consumer) +12-12-2019 11:44:40.124 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract int org.springframework.aop.framework.Advised.indexOf(org.springframework.aop.Advisor) +12-12-2019 11:44:40.124 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract int org.springframework.aop.framework.Advised.indexOf(org.aopalliance.aop.Advice) +12-12-2019 11:44:40.124 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isFrozen() +12-12-2019 11:44:40.125 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setTargetSource(org.springframework.aop.TargetSource) +12-12-2019 11:44:40.125 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setExposeProxy(boolean) +12-12-2019 11:44:40.125 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract org.springframework.aop.TargetSource org.springframework.aop.framework.Advised.getTargetSource() +12-12-2019 11:44:40.125 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract java.lang.Class[] org.springframework.aop.framework.Advised.getProxiedInterfaces() +12-12-2019 11:44:40.127 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isInterfaceProxied(java.lang.Class) +12-12-2019 11:44:40.127 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract org.springframework.aop.Advisor[] org.springframework.aop.framework.Advised.getAdvisors() +12-12-2019 11:44:40.127 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isProxyTargetClass() +12-12-2019 11:44:40.127 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isExposeProxy() +12-12-2019 11:44:40.128 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.setPreFiltered(boolean) +12-12-2019 11:44:40.128 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.isPreFiltered() +12-12-2019 11:44:40.128 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException +12-12-2019 11:44:40.128 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvisor(int,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException +12-12-2019 11:44:40.129 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.removeAdvisor(int) throws org.springframework.aop.framework.AopConfigException +12-12-2019 11:44:40.129 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.removeAdvisor(org.springframework.aop.Advisor) +12-12-2019 11:44:40.129 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.replaceAdvisor(org.springframework.aop.Advisor,org.springframework.aop.Advisor) throws org.springframework.aop.framework.AopConfigException +12-12-2019 11:44:40.129 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvice(int,org.aopalliance.aop.Advice) throws org.springframework.aop.framework.AopConfigException +12-12-2019 11:44:40.130 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract void org.springframework.aop.framework.Advised.addAdvice(org.aopalliance.aop.Advice) throws org.springframework.aop.framework.AopConfigException +12-12-2019 11:44:40.130 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract boolean org.springframework.aop.framework.Advised.removeAdvice(org.aopalliance.aop.Advice) +12-12-2019 11:44:40.130 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract java.lang.String org.springframework.aop.framework.Advised.toProxyConfigString() +12-12-2019 11:44:40.130 [main] DEBUG o.s.aop.framework.CglibAopProxy.accept - Method is declared on Advised interface: public abstract java.lang.Class org.springframework.aop.TargetClassAware.getTargetClass() +12-12-2019 11:44:40.147 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:40.147 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties' +12-12-2019 11:44:40.147 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1abfa847' +12-12-2019 11:44:40.149 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' to allow for resolving potential circular references +12-12-2019 11:44:40.156 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.157 [main] DEBUG o.s.b.f.a.AutowiredAnnotationBeanPostProcessor.registerDependentBeans - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' to bean named 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.157 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.158 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'requestMappingHandlerAdapter' +12-12-2019 11:44:40.158 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'requestMappingHandlerAdapter' +12-12-2019 11:44:40.158 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.181 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.181 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.182 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.185 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcContentNegotiationManager' to allow for resolving potential circular references +12-12-2019 11:44:40.187 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.188 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'messageConverters' +12-12-2019 11:44:40.188 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'messageConverters' +12-12-2019 11:44:40.188 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' +12-12-2019 11:44:40.189 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' +12-12-2019 11:44:40.189 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$d05aaa3e] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.191 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'stringHttpMessageConverter' +12-12-2019 11:44:40.192 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'stringHttpMessageConverter' +12-12-2019 11:44:40.192 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' +12-12-2019 11:44:40.192 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' +12-12-2019 11:44:40.193 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$8cd0b4de] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.193 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' +12-12-2019 11:44:40.193 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' via constructor to bean named 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' +12-12-2019 11:44:40.194 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.197 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' +12-12-2019 11:44:40.201 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'stringHttpMessageConverter' to allow for resolving potential circular references +12-12-2019 11:44:40.205 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'stringHttpMessageConverter' +12-12-2019 11:44:40.206 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' +12-12-2019 11:44:40.206 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mappingJackson2HttpMessageConverter' +12-12-2019 11:44:40.207 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' +12-12-2019 11:44:40.207 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' +12-12-2019 11:44:40.207 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.211 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' +12-12-2019 11:44:40.213 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'jacksonObjectMapper' +12-12-2019 11:44:40.213 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' +12-12-2019 11:44:40.216 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mappingJackson2HttpMessageConverter' to allow for resolving potential circular references +12-12-2019 11:44:40.223 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mappingJackson2HttpMessageConverter' +12-12-2019 11:44:40.224 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.229 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' +12-12-2019 11:44:40.240 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'messageConverters' to allow for resolving potential circular references +12-12-2019 11:44:40.242 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'messageConverters' +12-12-2019 11:44:40.255 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcConversionService' +12-12-2019 11:44:40.256 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcConversionService' +12-12-2019 11:44:40.256 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.264 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcConversionService' to allow for resolving potential circular references +12-12-2019 11:44:40.270 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcConversionService' +12-12-2019 11:44:40.270 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcValidator' +12-12-2019 11:44:40.270 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcValidator' +12-12-2019 11:44:40.271 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.272 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'defaultValidator' +12-12-2019 11:44:40.273 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcValidator' to allow for resolving potential circular references +12-12-2019 11:44:40.276 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'mvcValidator' +12-12-2019 11:44:40.276 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcValidator' +12-12-2019 11:44:40.284 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'requestMappingHandlerAdapter' to allow for resolving potential circular references +12-12-2019 11:44:40.298 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'requestMappingHandlerAdapter' +12-12-2019 11:44:40.298 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613: startup date [Thu Dec 12 11:44:30 CET 2019]; root of context hierarchy +12-12-2019 11:44:40.347 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'requestMappingHandlerAdapter' +12-12-2019 11:44:40.347 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'requestMappingHandlerMapping' +12-12-2019 11:44:40.347 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'requestMappingHandlerMapping' +12-12-2019 11:44:40.347 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.359 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcConversionService' +12-12-2019 11:44:40.361 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcResourceUrlProvider' +12-12-2019 11:44:40.361 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcResourceUrlProvider' +12-12-2019 11:44:40.362 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.364 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcResourceUrlProvider' to allow for resolving potential circular references +12-12-2019 11:44:40.367 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcResourceUrlProvider' +12-12-2019 11:44:40.367 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.372 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'requestMappingHandlerMapping' to allow for resolving potential circular references +12-12-2019 11:44:40.387 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'requestMappingHandlerMapping' +12-12-2019 11:44:40.387 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping.initHandlerMethods - Looking for request mappings in application context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613: startup date [Thu Dec 12 11:44:30 CET 2019]; root of context hierarchy +12-12-2019 11:44:40.406 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping.detectHandlerMethods - 3 request handler methods found on class eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController: {public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException={[/version],methods=[GET]}, public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException={[/publish],methods=[POST]}, public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException={[/unpublish],methods=[GET]}} +12-12-2019 11:44:40.406 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:44:40.408 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:44:40.408 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:44:40.413 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path:/error' in any property source +12-12-2019 11:44:40.414 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path:/error' in any property source +12-12-2019 11:44:40.414 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path' in any property source +12-12-2019 11:44:40.414 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path' in any property source +12-12-2019 11:44:40.414 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path:/error' in any property source +12-12-2019 11:44:40.414 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path:/error' in any property source +12-12-2019 11:44:40.414 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path' in any property source +12-12-2019 11:44:40.414 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path' in any property source +12-12-2019 11:44:40.415 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path:/error' in any property source +12-12-2019 11:44:40.416 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path:/error' in any property source +12-12-2019 11:44:40.416 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path' in any property source +12-12-2019 11:44:40.416 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'error.path' in any property source +12-12-2019 11:44:40.416 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path:/error' in any property source +12-12-2019 11:44:40.416 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path:/error' in any property source +12-12-2019 11:44:40.416 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path' in any property source +12-12-2019 11:44:40.417 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'server.error.path' in any property source +12-12-2019 11:44:40.417 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping.detectHandlerMethods - 2 request handler methods found on class org.springframework.boot.autoconfigure.web.BasicErrorController: {public org.springframework.http.ResponseEntity org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)={[/error]}, public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)={[/error],produces=[text/html]}} +12-12-2019 11:44:40.417 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) +12-12-2019 11:44:40.418 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - 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) +12-12-2019 11:44:40.419 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'requestMappingHandlerMapping' +12-12-2019 11:44:40.420 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcValidator' +12-12-2019 11:44:40.420 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.420 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcPathMatcher' +12-12-2019 11:44:40.420 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcPathMatcher' +12-12-2019 11:44:40.420 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.421 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcPathMatcher' to allow for resolving potential circular references +12-12-2019 11:44:40.424 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcPathMatcher' +12-12-2019 11:44:40.425 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcUrlPathHelper' +12-12-2019 11:44:40.425 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcUrlPathHelper' +12-12-2019 11:44:40.425 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.426 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcUrlPathHelper' to allow for resolving potential circular references +12-12-2019 11:44:40.428 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcUrlPathHelper' +12-12-2019 11:44:40.428 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'viewControllerHandlerMapping' +12-12-2019 11:44:40.428 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'viewControllerHandlerMapping' +12-12-2019 11:44:40.428 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.429 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcPathMatcher' +12-12-2019 11:44:40.429 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcUrlPathHelper' +12-12-2019 11:44:40.430 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'viewControllerHandlerMapping' to allow for resolving potential circular references +12-12-2019 11:44:40.439 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'viewControllerHandlerMapping' +12-12-2019 11:44:40.439 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'beanNameHandlerMapping' +12-12-2019 11:44:40.439 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'beanNameHandlerMapping' +12-12-2019 11:44:40.439 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.440 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'beanNameHandlerMapping' to allow for resolving potential circular references +12-12-2019 11:44:40.449 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Looking for URL mappings in application context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613: startup date [Thu Dec 12 11:44:30 CET 2019]; root of context hierarchy +12-12-2019 11:44:40.450 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified +12-12-2019 11:44:40.450 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified +12-12-2019 11:44:40.450 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified +12-12-2019 11:44:40.450 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified +12-12-2019 11:44:40.450 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified +12-12-2019 11:44:40.450 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified +12-12-2019 11:44:40.450 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'ariadnePlusPublisherApplication': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'appConfig': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'graphDBClientFactory': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'ariadnePlusPublisherController': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'ariadnePlusPublisherHelper': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'saxonHelper': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'recordParserHelper': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'jrrRestTemplate': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'freemarkerConfig': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.AutoConfigurationPackages': no URL paths identified +12-12-2019 11:44:40.451 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'propertySourcesPlaceholderConfigurer': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'standardJacksonObjectMapperBuilderCustomizer': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'jacksonObjectMapperBuilder': no URL paths identified +12-12-2019 11:44:40.452 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'jacksonObjectMapper': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'jsonComponentModule': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'websocketContainerCustomizer': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat': no URL paths identified +12-12-2019 11:44:40.453 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'tomcatEmbeddedServletContainerFactory': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'embeddedServletContainerCustomizerBeanPostProcessor': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'errorPageRegistrarBeanPostProcessor': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'dispatcherServlet': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'dispatcherServletRegistration': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.454 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'defaultValidator': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'methodValidationPostProcessor': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'error': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'beanNameViewResolver': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'conventionErrorViewResolver': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.455 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'errorAttributes': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'basicErrorController': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'errorPageCustomizer': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'preserveErrorControllerTargetClassPostProcessor': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'requestMappingHandlerAdapter': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'requestMappingHandlerMapping': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcValidator': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcContentNegotiationManager': no URL paths identified +12-12-2019 11:44:40.456 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcPathMatcher': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcUrlPathHelper': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'viewControllerHandlerMapping': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'beanNameHandlerMapping': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'resourceHandlerMapping': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcResourceUrlProvider': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'defaultServletHandlerMapping': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcConversionService': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcUriComponentsContributor': no URL paths identified +12-12-2019 11:44:40.457 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'httpRequestHandlerAdapter': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'simpleControllerHandlerAdapter': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'handlerExceptionResolver': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mvcViewResolver': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'faviconHandlerMapping': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'faviconRequestHandler': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'defaultViewResolver': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'viewResolver': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'welcomePageHandlerMapping': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'requestContextFilter': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.458 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'hiddenHttpMethodFilter': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'httpPutFormContentFilter': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mbeanExporter': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'objectNamingStrategy': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mbeanServer': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'stringHttpMessageConverter': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'mappingJackson2HttpMessageConverter': no URL paths identified +12-12-2019 11:44:40.459 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'messageConverters': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'solrClient': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'characterEncodingFilter': no URL paths identified +12-12-2019 11:44:40.460 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'localeCharsetMappingsCustomizer': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'multipartConfigElement': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'multipartResolver': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'serverProperties': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'duplicateServerPropertiesDetector': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'restTemplateBuilder': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration': no URL paths identified +12-12-2019 11:44:40.461 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'autoConfigurationReport': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'springApplicationArguments': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'springBootBanner': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'springBootLoggingSystem': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'environment': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'systemProperties': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'systemEnvironment': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'messageSource': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'applicationEventMulticaster': no URL paths identified +12-12-2019 11:44:40.462 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'servletContext': no URL paths identified +12-12-2019 11:44:40.463 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'contextParameters': no URL paths identified +12-12-2019 11:44:40.463 [main] DEBUG o.s.w.s.h.BeanNameUrlHandlerMapping.detectHandlers - Rejected bean name 'contextAttributes': no URL paths identified +12-12-2019 11:44:40.463 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'beanNameHandlerMapping' +12-12-2019 11:44:40.463 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'resourceHandlerMapping' +12-12-2019 11:44:40.463 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'resourceHandlerMapping' +12-12-2019 11:44:40.463 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.464 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.469 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcPathMatcher' +12-12-2019 11:44:40.470 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcUrlPathHelper' +12-12-2019 11:44:40.470 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcResourceUrlProvider' +12-12-2019 11:44:40.471 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'resourceHandlerMapping' to allow for resolving potential circular references +12-12-2019 11:44:40.483 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:44:40.484 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:44:40.484 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'resourceHandlerMapping' +12-12-2019 11:44:40.484 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcResourceUrlProvider' +12-12-2019 11:44:40.485 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'defaultServletHandlerMapping' +12-12-2019 11:44:40.485 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'defaultServletHandlerMapping' +12-12-2019 11:44:40.485 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.486 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'defaultServletHandlerMapping' to allow for resolving potential circular references +12-12-2019 11:44:40.487 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'defaultServletHandlerMapping' +12-12-2019 11:44:40.487 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcConversionService' +12-12-2019 11:44:40.487 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcUriComponentsContributor' +12-12-2019 11:44:40.487 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcUriComponentsContributor' +12-12-2019 11:44:40.488 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.488 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'requestMappingHandlerAdapter' +12-12-2019 11:44:40.489 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcConversionService' +12-12-2019 11:44:40.491 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcUriComponentsContributor' to allow for resolving potential circular references +12-12-2019 11:44:40.496 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcUriComponentsContributor' +12-12-2019 11:44:40.496 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'httpRequestHandlerAdapter' +12-12-2019 11:44:40.496 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'httpRequestHandlerAdapter' +12-12-2019 11:44:40.497 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.497 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'httpRequestHandlerAdapter' to allow for resolving potential circular references +12-12-2019 11:44:40.499 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'httpRequestHandlerAdapter' +12-12-2019 11:44:40.500 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' +12-12-2019 11:44:40.500 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'simpleControllerHandlerAdapter' +12-12-2019 11:44:40.500 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.501 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'simpleControllerHandlerAdapter' to allow for resolving potential circular references +12-12-2019 11:44:40.503 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'simpleControllerHandlerAdapter' +12-12-2019 11:44:40.504 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'handlerExceptionResolver' +12-12-2019 11:44:40.504 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'handlerExceptionResolver' +12-12-2019 11:44:40.504 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.509 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.510 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver.initExceptionHandlerAdviceCache - Looking for exception mappings: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613: startup date [Thu Dec 12 11:44:30 CET 2019]; root of context hierarchy +12-12-2019 11:44:40.522 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'handlerExceptionResolver' to allow for resolving potential circular references +12-12-2019 11:44:40.524 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'handlerExceptionResolver' +12-12-2019 11:44:40.525 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mvcViewResolver' +12-12-2019 11:44:40.525 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mvcViewResolver' +12-12-2019 11:44:40.525 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +12-12-2019 11:44:40.528 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.529 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mvcViewResolver' to allow for resolving potential circular references +12-12-2019 11:44:40.534 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'mvcViewResolver' +12-12-2019 11:44:40.535 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mvcViewResolver' +12-12-2019 11:44:40.535 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' +12-12-2019 11:44:40.535 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' +12-12-2019 11:44:40.536 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$77bfb7d2] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.536 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:40.536 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:40.536 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.539 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' +12-12-2019 11:44:40.540 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'faviconHandlerMapping' +12-12-2019 11:44:40.540 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'faviconHandlerMapping' +12-12-2019 11:44:40.540 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' +12-12-2019 11:44:40.544 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'faviconRequestHandler' +12-12-2019 11:44:40.545 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'faviconRequestHandler' +12-12-2019 11:44:40.545 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' +12-12-2019 11:44:40.546 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'faviconRequestHandler' to allow for resolving potential circular references +12-12-2019 11:44:40.556 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'faviconRequestHandler' +12-12-2019 11:44:40.557 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'faviconRequestHandler' +12-12-2019 11:44:40.557 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'faviconHandlerMapping' to allow for resolving potential circular references +12-12-2019 11:44:40.558 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:44:40.558 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'faviconHandlerMapping' +12-12-2019 11:44:40.558 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'faviconRequestHandler' +12-12-2019 11:44:40.558 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.558 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'defaultViewResolver' +12-12-2019 11:44:40.558 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'defaultViewResolver' +12-12-2019 11:44:40.558 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.575 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'defaultViewResolver' to allow for resolving potential circular references +12-12-2019 11:44:40.588 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'defaultViewResolver' +12-12-2019 11:44:40.588 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'viewResolver' +12-12-2019 11:44:40.588 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'viewResolver' +12-12-2019 11:44:40.588 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.590 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@1abfa847' +12-12-2019 11:44:40.592 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcContentNegotiationManager' +12-12-2019 11:44:40.594 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'viewResolver' to allow for resolving potential circular references +12-12-2019 11:44:40.600 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'beanNameViewResolver' +12-12-2019 11:44:40.601 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcViewResolver' +12-12-2019 11:44:40.601 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'defaultViewResolver' +12-12-2019 11:44:40.601 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning eagerly cached instance of singleton bean 'viewResolver' that is not fully initialized yet - a consequence of a circular reference +12-12-2019 11:44:40.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'viewResolver' +12-12-2019 11:44:40.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'viewResolver' +12-12-2019 11:44:40.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'welcomePageHandlerMapping' +12-12-2019 11:44:40.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'welcomePageHandlerMapping' +12-12-2019 11:44:40.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +12-12-2019 11:44:40.603 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:40.603 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties' +12-12-2019 11:44:40.605 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'welcomePageHandlerMapping' to allow for resolving potential circular references +12-12-2019 11:44:40.612 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'welcomePageHandlerMapping' +12-12-2019 11:44:40.612 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'requestContextFilter' +12-12-2019 11:44:40.612 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration' +12-12-2019 11:44:40.612 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'hiddenHttpMethodFilter' +12-12-2019 11:44:40.613 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'httpPutFormContentFilter' +12-12-2019 11:44:40.613 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +12-12-2019 11:44:40.613 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +12-12-2019 11:44:40.614 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.620 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +12-12-2019 11:44:40.620 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mbeanExporter' +12-12-2019 11:44:40.621 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mbeanExporter' +12-12-2019 11:44:40.621 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +12-12-2019 11:44:40.622 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'objectNamingStrategy' +12-12-2019 11:44:40.622 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'objectNamingStrategy' +12-12-2019 11:44:40.622 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +12-12-2019 11:44:40.624 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'objectNamingStrategy' to allow for resolving potential circular references +12-12-2019 11:44:40.627 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'objectNamingStrategy' +12-12-2019 11:44:40.628 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'objectNamingStrategy' +12-12-2019 11:44:40.628 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' +12-12-2019 11:44:40.636 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'mbeanServer' +12-12-2019 11:44:40.636 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'mbeanServer' +12-12-2019 11:44:40.637 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +12-12-2019 11:44:40.640 [main] DEBUG o.s.jmx.support.JmxUtils.locateMBeanServer - Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@2c33ee75 +12-12-2019 11:44:40.642 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mbeanServer' to allow for resolving potential circular references +12-12-2019 11:44:40.644 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mbeanServer' +12-12-2019 11:44:40.646 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'mbeanExporter' to allow for resolving potential circular references +12-12-2019 11:44:40.657 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.invokeInitMethods - Invoking afterPropertiesSet() on bean with name 'mbeanExporter' +12-12-2019 11:44:40.657 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'mbeanExporter' +12-12-2019 11:44:40.658 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'objectNamingStrategy' +12-12-2019 11:44:40.658 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mbeanServer' +12-12-2019 11:44:40.658 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' +12-12-2019 11:44:40.658 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' +12-12-2019 11:44:40.659 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.664 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'stringHttpMessageConverter' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mappingJackson2HttpMessageConverter' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' +12-12-2019 11:44:40.665 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration' +12-12-2019 11:44:40.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration' +12-12-2019 11:44:40.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'messageConverters' +12-12-2019 11:44:40.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' +12-12-2019 11:44:40.669 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' +12-12-2019 11:44:40.670 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$7b9c98f7] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.670 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +12-12-2019 11:44:40.671 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +12-12-2019 11:44:40.673 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.checkConfigMembers - Registered injected element on class [org.springframework.boot.autoconfigure.info.ProjectInfoProperties]: AutowiredMethodElement for void org.springframework.boot.autoconfigure.info.ProjectInfoProperties.setDefaultGitLocation(org.springframework.core.io.Resource) +12-12-2019 11:44:40.673 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' to allow for resolving potential circular references +12-12-2019 11:44:40.673 [main] DEBUG o.s.b.f.annotation.InjectionMetadata.inject - Processing injected element of bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties': AutowiredMethodElement for void org.springframework.boot.autoconfigure.info.ProjectInfoProperties.setDefaultGitLocation(org.springframework.core.io.Resource) +12-12-2019 11:44:40.674 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.git.properties:classpath:git.properties' in any property source +12-12-2019 11:44:40.674 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.git.properties:classpath:git.properties' in any property source +12-12-2019 11:44:40.674 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.git.properties' in any property source +12-12-2019 11:44:40.674 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.git.properties' in any property source +12-12-2019 11:44:40.675 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:40.675 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:40.675 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:40.676 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:40.676 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:40.676 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:40.676 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:40.677 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +12-12-2019 11:44:40.677 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +12-12-2019 11:44:40.678 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.681 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' +12-12-2019 11:44:40.681 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +12-12-2019 11:44:40.681 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' +12-12-2019 11:44:40.681 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' +12-12-2019 11:44:40.682 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration$$EnhancerBySpringCGLIB$$55be2908] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.682 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties' +12-12-2019 11:44:40.682 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties' +12-12-2019 11:44:40.683 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties' to allow for resolving potential circular references +12-12-2019 11:44:40.684 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletConfigInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:40.685 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [servletContextInitParams] PropertySource with lowest search precedence +12-12-2019 11:44:40.685 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemProperties] PropertySource with lowest search precedence +12-12-2019 11:44:40.685 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [systemEnvironment] PropertySource with lowest search precedence +12-12-2019 11:44:40.685 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [random] PropertySource with lowest search precedence +12-12-2019 11:44:40.685 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [applicationConfig: [classpath:/application.properties]] PropertySource with lowest search precedence +12-12-2019 11:44:40.686 [main] DEBUG o.s.core.env.MutablePropertySources.addLast - Adding [localProperties] PropertySource with lowest search precedence +12-12-2019 11:44:40.686 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties' +12-12-2019 11:44:40.686 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createArgumentArray - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' via constructor to bean named 'spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties' +12-12-2019 11:44:40.687 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.690 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' +12-12-2019 11:44:40.690 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'solrClient' +12-12-2019 11:44:40.690 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'solrClient' +12-12-2019 11:44:40.691 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration' +12-12-2019 11:44:40.707 [main] DEBUG o.a.s.c.solrj.impl.HttpClientUtil.createClient - Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false +12-12-2019 11:44:40.751 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'solrClient' to allow for resolving potential circular references +12-12-2019 11:44:40.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'solrClient' +12-12-2019 11:44:40.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties' +12-12-2019 11:44:40.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration' +12-12-2019 11:44:40.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'characterEncodingFilter' +12-12-2019 11:44:40.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'localeCharsetMappingsCustomizer' +12-12-2019 11:44:40.758 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' +12-12-2019 11:44:40.759 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'multipartConfigElement' +12-12-2019 11:44:40.759 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'multipartResolver' +12-12-2019 11:44:40.759 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'multipartResolver' +12-12-2019 11:44:40.759 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration' +12-12-2019 11:44:40.760 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'multipartResolver' to allow for resolving potential circular references +12-12-2019 11:44:40.762 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'multipartResolver' +12-12-2019 11:44:40.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties' +12-12-2019 11:44:40.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration' +12-12-2019 11:44:40.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'serverProperties' +12-12-2019 11:44:40.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'duplicateServerPropertiesDetector' +12-12-2019 11:44:40.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' +12-12-2019 11:44:40.763 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' +12-12-2019 11:44:40.764 [main] DEBUG o.s.c.LocalVariableTableParameterNameDiscoverer.inspectClass - Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration$$EnhancerBySpringCGLIB$$46d202f5] - unable to determine constructor/method parameter names +12-12-2019 11:44:40.764 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.767 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' +12-12-2019 11:44:40.767 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'restTemplateBuilder' +12-12-2019 11:44:40.767 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'restTemplateBuilder' +12-12-2019 11:44:40.767 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration' +12-12-2019 11:44:40.769 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'messageConverters' +12-12-2019 11:44:40.771 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'restTemplateBuilder' to allow for resolving potential circular references +12-12-2019 11:44:40.773 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'restTemplateBuilder' +12-12-2019 11:44:40.773 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.getSingleton - Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' +12-12-2019 11:44:40.773 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Creating instance of bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' +12-12-2019 11:44:40.774 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doCreateBean - Eagerly caching bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' to allow for resolving potential circular references +12-12-2019 11:44:40.776 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.createBean - Finished creating instance of bean 'org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration' +12-12-2019 11:44:40.776 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' +12-12-2019 11:44:40.860 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup +12-12-2019 11:44:40.861 [main] DEBUG o.s.j.e.a.AnnotationMBeanExporter.registerBeans - Autodetecting user-defined JMX MBeans +12-12-2019 11:44:40.871 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.initLifecycleProcessor - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@77bdb26e] +12-12-2019 11:44:40.872 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'lifecycleProcessor' +12-12-2019 11:44:40.873 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +12-12-2019 11:44:40.873 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +12-12-2019 11:44:40.873 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'mvcResourceUrlProvider' +12-12-2019 11:44:40.884 [main] DEBUG o.s.b.a.l.AutoConfigurationReportLoggingInitializer.logAutoConfigurationReport - + + +========================= +AUTO-CONFIGURATION REPORT +========================= + + +Positive matches: +----------------- + + DispatcherServletAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnWebApplication (required) found StandardServletEnvironment (OnWebApplicationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: + - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: + - @ConditionalOnClass found required class 'javax.servlet.ServletRegistration'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: + - @ConditionalOnBean (names: dispatcherServlet; types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found beans 'dispatcherServlet', 'dispatcherServlet' (OnBeanCondition) + + EmbeddedServletContainerAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found StandardServletEnvironment (OnWebApplicationCondition) + + EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat matched: + - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnWebApplication (required) found StandardServletEnvironment (OnWebApplicationCondition) + + ErrorMvcAutoConfiguration#basicErrorController matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration#errorAttributes matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.DefaultErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: + - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) + - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: + - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) + + GenericCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition) + + HttpEncodingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnWebApplication (required) found StandardServletEnvironment (OnWebApplicationCondition) + - @ConditionalOnProperty (spring.http.encoding.enabled) matched (OnPropertyCondition) + + HttpEncodingAutoConfiguration#characterEncodingFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpMessageConvertersAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + HttpMessageConvertersAutoConfiguration#messageConverters matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnProperty (spring.http.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) + - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + JmxAutoConfiguration#mbeanExporter matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#mbeanServer matched: + - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#objectNamingStrategy matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnProperty (spring.http.multipart.enabled) matched (OnPropertyCondition) + + MultipartAutoConfiguration#multipartConfigElement matched: + - @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration#multipartResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + NoOpCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition) + + PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) + + RedisCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration automatic cache type (CacheCondition) + + ServerPropertiesAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found StandardServletEnvironment (OnWebApplicationCondition) + + ServerPropertiesAutoConfiguration#serverProperties matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ServerProperties; SearchStrategy: current) did not find any beans (OnBeanCondition) + + SimpleCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition) + + SolrAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.solr.client.solrj.impl.HttpSolrClient', 'org.apache.solr.client.solrj.impl.CloudSolrClient'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + SolrAutoConfiguration#solrClient matched: + - @ConditionalOnMissingBean (types: org.apache.solr.client.solrj.SolrClient; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration matched: + - @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnResource found location classpath:META-INF/services/javax.validation.spi.ValidationProvider (OnResourceCondition) + + ValidationAutoConfiguration#defaultValidator matched: + - @ConditionalOnMissingBean (types: javax.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration#methodValidationPostProcessor matched: + - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebClientAutoConfiguration.RestTemplateConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + WebClientAutoConfiguration.RestTemplateConfiguration#restTemplateBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnWebApplication (required) found StandardServletEnvironment (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration#hiddenHttpMethodFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.HiddenHttpMethodFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration#httpPutFormContentFilter matched: + - @ConditionalOnProperty (spring.mvc.formcontent.putfilter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.filter.HttpPutFormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: + - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver; types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration matched: + - @ConditionalOnProperty (spring.mvc.favicon.enabled) matched (OnPropertyCondition) + + WebSocketAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + - @ConditionalOnWebApplication (required) found StandardServletEnvironment (OnWebApplicationCondition) + + WebSocketAutoConfiguration.TomcatWebSocketConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + WebSocketAutoConfiguration.TomcatWebSocketConfiguration#websocketContainerCustomizer matched: + - @ConditionalOnJava (1.7 or newer) found 1.8 (OnJavaCondition) + - @ConditionalOnMissingBean (names: websocketContainerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + +Negative matches: +----------------- + + ActiveMQAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'javax.jms.ConnectionFactory', 'org.apache.activemq.ActiveMQConnectionFactory' (OnClassCondition) + + AopAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.aspectj.lang.annotation.Aspect', 'org.aspectj.lang.reflect.Advice' (OnClassCondition) + + ArtemisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'javax.jms.ConnectionFactory', 'org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory' (OnClassCondition) + + BatchAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.batch.core.launch.JobLauncher', 'org.springframework.jdbc.core.JdbcOperations' (OnClassCondition) + + CacheAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager'; @ConditionalOnMissingClass did not find unwanted class (OnClassCondition) + + CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) + - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + + CaffeineCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) + + CassandraAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition) + + CassandraDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.datastax.driver.core.Cluster', 'org.springframework.data.cassandra.core.CassandraAdminOperations' (OnClassCondition) + + CassandraRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.datastax.driver.core.Session', 'org.springframework.data.cassandra.repository.CassandraRepository' (OnClassCondition) + + CloudAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cloud.config.java.CloudScanConfiguration' (OnClassCondition) + + CouchbaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.couchbase.client.java.CouchbaseBucket', 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.couchbase.client.java.Bucket', 'com.couchbase.client.spring.cache.CouchbaseCacheManager' (OnClassCondition) + + CouchbaseDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.couchbase.client.java.Bucket', 'org.springframework.data.couchbase.repository.CouchbaseRepository' (OnClassCondition) + + CouchbaseRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.couchbase.client.java.Bucket', 'org.springframework.data.couchbase.repository.CouchbaseRepository' (OnClassCondition) + + DataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + DeviceDelegatingViewResolverAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver' (OnClassCondition) + + DeviceResolverAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.mobile.device.DeviceResolverHandlerInterceptor', 'org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver' (OnClassCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: + Did not match: + - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EhCacheCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'net.sf.ehcache.Cache', 'org.springframework.cache.ehcache.EhCacheCacheManager' (OnClassCondition) + + ElasticsearchAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.elasticsearch.client.Client', 'org.springframework.data.elasticsearch.client.TransportClientFactoryBean', 'org.springframework.data.elasticsearch.client.NodeClientFactoryBean' (OnClassCondition) + + ElasticsearchDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.elasticsearch.client.Client', 'org.springframework.data.elasticsearch.core.ElasticsearchTemplate' (OnClassCondition) + + ElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.elasticsearch.client.Client', 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition) + + EmbeddedLdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) + + EmbeddedMongoAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.mongodb.Mongo', 'de.flapdoodle.embed.mongo.MongodStarter' (OnClassCondition) + + EmbeddedServletContainerAutoConfiguration.EmbeddedJetty: + Did not match: + - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition) + + EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow: + Did not match: + - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) + + FacebookAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.social.config.annotation.SocialConfigurerAdapter', 'org.springframework.social.facebook.connect.FacebookConnectionFactory' (OnClassCondition) + + FallbackWebSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) + + FlywayAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FreeMarkerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ui.freemarker.FreeMarkerConfigurationFactory' (OnClassCondition) + + GroovyTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) + + GsonAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + GsonHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + GuavaCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cache.guava.GuavaCacheManager' (OnClassCondition) + + H2ConsoleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.h2.server.web.WebServlet' (OnClassCondition) + + HazelcastAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.hazelcast.core.HazelcastInstance', 'com.hazelcast.spring.cache.HazelcastCacheManager' (OnClassCondition) + + HazelcastJpaDependencyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.hazelcast.core.HazelcastInstance', 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) + + HibernateJpaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'javax.persistence.EntityManager' (OnClassCondition) + + HypermediaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.hateoas.Resource', 'org.springframework.plugin.core.Plugin' (OnClassCondition) + + InfinispanCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.infinispan.spring.provider.SpringEmbeddedCacheManager' (OnClassCondition) + + IntegrationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) + + JCacheCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'javax.cache.Caching', 'org.springframework.cache.jcache.JCacheCacheManager' (OnClassCondition) + + JacksonAutoConfiguration.JodaDateTimeJacksonConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.joda.time.DateTime', 'com.fasterxml.jackson.datatype.joda.ser.DateTimeSerializer', 'com.fasterxml.jackson.datatype.joda.cfg.JacksonJodaDateFormat' (OnClassCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) + + JdbcTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) + + JerseyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) + + JestAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.searchbox.client.JestClient' (OnClassCondition) + + JmsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'javax.jms.Message', 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) + + JndiConnectionFactoryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) + + JndiDataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + JooqAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) + + JpaRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) + + JtaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'javax.transaction.Transaction' (OnClassCondition) + + KafkaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) + + LdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) + + LdapDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) + + LdapRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) + + LinkedInAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.social.config.annotation.SocialConfigurerAdapter', 'org.springframework.social.linkedin.connect.LinkedInConnectionFactory' (OnClassCondition) + + LiquibaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition) + + MailSenderAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'javax.mail.internet.MimeMessage' (OnClassCondition) + + MailSenderValidatorAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mail.test-connection) did not find property 'test-connection' (OnPropertyCondition) + + MessageSourceAutoConfiguration: + Did not match: + - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) + + MongoAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition) + + MongoDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.mongodb.Mongo', 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition) + + MongoRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.mongodb.Mongo', 'org.springframework.data.mongodb.repository.MongoRepository' (OnClassCondition) + + MustacheAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) + + Neo4jDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.neo4j.ogm.session.SessionFactory', 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + Neo4jRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.neo4j.ogm.session.Neo4jSession', 'org.springframework.data.neo4j.repository.GraphRepository' (OnClassCondition) + + OAuth2AutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.common.OAuth2AccessToken' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) + + ProjectInfoAutoConfiguration#buildProperties: + Did not match: + - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) + + ProjectInfoAutoConfiguration#gitProperties: + Did not match: + - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) + + RabbitAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.amqp.rabbit.core.RabbitTemplate', 'com.rabbitmq.client.Channel' (OnClassCondition) + + ReactorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'reactor.spring.context.config.EnableReactor', 'reactor.Environment' (OnClassCondition) + + RedisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.data.redis.connection.jedis.JedisConnection', 'org.springframework.data.redis.core.RedisOperations', 'redis.clients.jedis.Jedis' (OnClassCondition) + + RedisRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'redis.clients.jedis.Jedis', 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) + + RepositoryRestMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) + + SecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.security.authentication.AuthenticationManager', 'org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter' (OnClassCondition) + + SecurityFilterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) + + SendGridAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) + + SessionAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + SitePreferenceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor', 'org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver' (OnClassCondition) + + SocialWebAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.social.connect.web.ConnectController', 'org.springframework.social.config.annotation.SocialConfigurerAdapter' (OnClassCondition) + + SolrRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.solr.repository.SolrRepository' (OnClassCondition) + + SpringApplicationAdminJmxAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + SpringDataWebAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition) + + ThymeleafAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.thymeleaf.spring4.SpringTemplateEngine' (OnClassCondition) + + TransactionAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TwitterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.social.config.annotation.SocialConfigurerAdapter', 'org.springframework.social.twitter.connect.TwitterConnectionFactory' (OnClassCondition) + + WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: + Did not match: + - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found bean 'beanNameViewResolver' (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#dateFormatter: + Did not match: + - @ConditionalOnProperty (spring.mvc.date-format) did not find property 'date-format' (OnPropertyCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#localeResolver: + Did not match: + - @ConditionalOnProperty (spring.mvc.locale) did not find property 'locale' (OnPropertyCondition) + + WebServicesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) + + WebSocketAutoConfiguration.JettyWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition) + + WebSocketAutoConfiguration.UndertowWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) + + WebSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) + + XADataSourceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'javax.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + +Exclusions: +----------- + + None + + +Unconditional classes: +---------------------- + + org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration + + org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration + + org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration + + org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration + + + +12-12-2019 11:44:40.884 [main] DEBUG o.s.w.s.resource.ResourceUrlProvider.detectResourceHandlers - Looking for resource handler mappings +12-12-2019 11:44:40.885 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'resourceHandlerMapping' +12-12-2019 11:44:40.885 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'faviconHandlerMapping' +12-12-2019 11:44:40.885 [main] DEBUG o.s.w.s.resource.ResourceUrlProvider.detectResourceHandlers - Found resource handler mapping: URL pattern="/**/favicon.ico", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], class path resource []], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@77136c8d] +12-12-2019 11:44:40.885 [main] DEBUG o.s.w.s.resource.ResourceUrlProvider.detectResourceHandlers - Found resource handler mapping: URL pattern="/webjars/**", locations=[class path resource [META-INF/resources/webjars/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@1aa7c5e7] +12-12-2019 11:44:40.885 [main] DEBUG o.s.w.s.resource.ResourceUrlProvider.detectResourceHandlers - Found resource handler mapping: URL pattern="/**", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@6341317e] +12-12-2019 11:44:40.886 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver.getProperty - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source +12-12-2019 11:44:40.886 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=Connector,port=8281 +12-12-2019 11:44:40.888 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister Connector[HTTP/1.1-8281] Tomcat:type=Connector,port=8281 +12-12-2019 11:44:40.891 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.coyote.http11.Http11NioProtocol parseBodyMethods=POST) +12-12-2019 11:44:40.892 [main] DEBUG o.a.tomcat.util.IntrospectionUtils.log - IntrospectionUtils: setProperty(class org.apache.tomcat.util.net.NioEndpoint parseBodyMethods=POST) +12-12-2019 11:44:40.892 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=ProtocolHandler,port=8281 +12-12-2019 11:44:40.893 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:40.894 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:40.896 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.net.InetAddress org.apache.coyote.AbstractProtocol.getAddress() +12-12-2019 11:44:40.896 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.util.concurrent.Executor org.apache.coyote.AbstractProtocol.getExecutor() +12-12-2019 11:44:40.897 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.coyote.AbstractProtocol.setAddress(java.net.InetAddress) class java.net.InetAddress +12-12-2019 11:44:40.898 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.coyote.Adapter org.apache.coyote.AbstractProtocol.getAdapter() +12-12-2019 11:44:40.898 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.coyote.AbstractProtocol$AsyncTimeout org.apache.coyote.AbstractProtocol.getAsyncTimeout() +12-12-2019 11:44:40.899 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.coyote.AbstractProtocol.setAdapter(org.apache.coyote.Adapter) interface org.apache.coyote.Adapter +12-12-2019 11:44:40.899 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.coyote.AbstractProtocol.setExecutor(java.util.concurrent.Executor) interface java.util.concurrent.Executor +12-12-2019 11:44:40.899 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute minSpareThreads public int org.apache.coyote.AbstractProtocol.getMinSpareThreads() public void org.apache.coyote.AbstractProtocol.setMinSpareThreads(int) +12-12-2019 11:44:40.900 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCACertificateFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCACertificateFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCACertificateFile(java.lang.String) +12-12-2019 11:44:40.900 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute aprRequired public boolean org.apache.coyote.AbstractProtocol.isAprRequired() null +12-12-2019 11:44:40.900 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute compression public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCompression() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompression(java.lang.String) +12-12-2019 11:44:40.901 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLDisableCompression public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLDisableCompression() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLDisableCompression(boolean) +12-12-2019 11:44:40.901 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute localPort public int org.apache.coyote.AbstractProtocol.getLocalPort() null +12-12-2019 11:44:40.901 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute ciphers public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCiphers() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCiphers(java.lang.String) +12-12-2019 11:44:40.901 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute truststorePass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststorePass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststorePass(java.lang.String) +12-12-2019 11:44:40.902 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute truststoreProvider public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreProvider() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreProvider(java.lang.String) +12-12-2019 11:44:40.902 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute nameIndex public synchronized int org.apache.coyote.AbstractProtocol.getNameIndex() null +12-12-2019 11:44:40.902 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clientCertProvider public java.lang.String org.apache.coyote.AbstractProtocol.getClientCertProvider() public void org.apache.coyote.AbstractProtocol.setClientCertProvider(java.lang.String) +12-12-2019 11:44:40.903 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute soTimeout public int org.apache.coyote.AbstractProtocol.getSoTimeout() public void org.apache.coyote.AbstractProtocol.setSoTimeout(int) +12-12-2019 11:44:40.903 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCertificateKeyFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateKeyFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateKeyFile(java.lang.String) +12-12-2019 11:44:40.903 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keystoreType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreType(java.lang.String) +12-12-2019 11:44:40.903 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute disableUploadTimeout public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getDisableUploadTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setDisableUploadTimeout(boolean) +12-12-2019 11:44:40.904 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute serverRemoveAppProvidedValues public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getServerRemoveAppProvidedValues() public void org.apache.coyote.http11.AbstractHttp11Protocol.setServerRemoveAppProvidedValues(boolean) +12-12-2019 11:44:40.904 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sslImplementationName public java.lang.String org.apache.coyote.http11.AbstractHttp11JsseProtocol.getSslImplementationName() public void org.apache.coyote.http11.AbstractHttp11JsseProtocol.setSslImplementationName(java.lang.String) +12-12-2019 11:44:40.904 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxExtensionSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxExtensionSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxExtensionSize(int) +12-12-2019 11:44:40.905 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute restrictedUserAgents public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getRestrictedUserAgents() public void org.apache.coyote.http11.AbstractHttp11Protocol.setRestrictedUserAgents(java.lang.String) +12-12-2019 11:44:40.905 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxSavePostSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxSavePostSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxSavePostSize(int) +12-12-2019 11:44:40.905 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute server public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getServer() public void org.apache.coyote.http11.AbstractHttp11Protocol.setServer(java.lang.String) +12-12-2019 11:44:40.905 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxSwallowSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxSwallowSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxSwallowSize(int) +12-12-2019 11:44:40.906 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCACertificatePath public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCACertificatePath() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCACertificatePath(java.lang.String) +12-12-2019 11:44:40.906 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keystorePass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystorePass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystorePass(java.lang.String) +12-12-2019 11:44:40.906 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute crlFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCrlFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCrlFile(java.lang.String) +12-12-2019 11:44:40.907 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLHonorCipherOrder public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLHonorCipherOrder() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLHonorCipherOrder(java.lang.String) +12-12-2019 11:44:40.907 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute pollerThreadCount public int org.apache.coyote.http11.Http11NioProtocol.getPollerThreadCount() public void org.apache.coyote.http11.Http11NioProtocol.setPollerThreadCount(int) +12-12-2019 11:44:40.908 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCertificateFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateFile(java.lang.String) +12-12-2019 11:44:40.908 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute processorCache public int org.apache.coyote.AbstractProtocol.getProcessorCache() public void org.apache.coyote.AbstractProtocol.setProcessorCache(int) +12-12-2019 11:44:40.909 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute port public int org.apache.coyote.AbstractProtocol.getPort() public void org.apache.coyote.AbstractProtocol.setPort(int) +12-12-2019 11:44:40.909 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute compressableMimeTypes public java.lang.String[] org.apache.coyote.http11.AbstractHttp11Protocol.getCompressableMimeTypes() null +12-12-2019 11:44:40.909 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute connectionTimeout public int org.apache.coyote.AbstractProtocol.getConnectionTimeout() public void org.apache.coyote.AbstractProtocol.setConnectionTimeout(int) +12-12-2019 11:44:40.910 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxHeaderCount public int org.apache.coyote.AbstractProtocol.getMaxHeaderCount() public void org.apache.coyote.AbstractProtocol.setMaxHeaderCount(int) +12-12-2019 11:44:40.910 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute acceptCount public int org.apache.coyote.AbstractProtocol.getAcceptCount() public void org.apache.coyote.AbstractProtocol.setAcceptCount(int) +12-12-2019 11:44:40.911 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute threadPriority public int org.apache.coyote.AbstractProtocol.getThreadPriority() public void org.apache.coyote.AbstractProtocol.setThreadPriority(int) +12-12-2019 11:44:40.912 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute objectName public javax.management.ObjectName org.apache.coyote.AbstractProtocol.getObjectName() null +12-12-2019 11:44:40.913 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute compressibleMimeType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCompressibleMimeType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompressibleMimeType(java.lang.String) +12-12-2019 11:44:40.915 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute pollerThreadPriority public int org.apache.coyote.http11.Http11NioProtocol.getPollerThreadPriority() public void org.apache.coyote.http11.Http11NioProtocol.setPollerThreadPriority(int) +12-12-2019 11:44:40.915 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLVerifyDepth public int org.apache.coyote.http11.AbstractHttp11Protocol.getSSLVerifyDepth() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLVerifyDepth(int) +12-12-2019 11:44:40.916 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute tcpNoDelay public boolean org.apache.coyote.AbstractProtocol.getTcpNoDelay() public void org.apache.coyote.AbstractProtocol.setTcpNoDelay(boolean) +12-12-2019 11:44:40.916 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute trustMaxCertLength public int org.apache.coyote.http11.AbstractHttp11Protocol.getTrustMaxCertLength() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTrustMaxCertLength(int) +12-12-2019 11:44:40.917 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute acceptorThreadPriority public int org.apache.coyote.AbstractProtocol.getAcceptorThreadPriority() public void org.apache.coyote.AbstractProtocol.setAcceptorThreadPriority(int) +12-12-2019 11:44:40.917 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sslProtocol public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSslProtocol() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSslProtocol(java.lang.String) +12-12-2019 11:44:40.917 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sessionCacheSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getSessionCacheSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSessionCacheSize(int) +12-12-2019 11:44:40.918 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute soLinger public int org.apache.coyote.AbstractProtocol.getSoLinger() public void org.apache.coyote.AbstractProtocol.setSoLinger(int) +12-12-2019 11:44:40.918 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sendfileSupported public boolean org.apache.coyote.AbstractProtocol.isSendfileSupported() null +12-12-2019 11:44:40.918 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute useServerCipherSuitesOrder public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getUseServerCipherSuitesOrder() public void org.apache.coyote.http11.AbstractHttp11Protocol.setUseServerCipherSuitesOrder(java.lang.String) +12-12-2019 11:44:40.919 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sessionTimeout public int org.apache.coyote.http11.AbstractHttp11Protocol.getSessionTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSessionTimeout(int) +12-12-2019 11:44:40.919 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute defaultSSLHostConfigName public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getDefaultSSLHostConfigName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setDefaultSSLHostConfigName(java.lang.String) +12-12-2019 11:44:40.919 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLProtocol public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLProtocol() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLProtocol(java.lang.String) +12-12-2019 11:44:40.920 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute compressableMimeType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getCompressableMimeType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompressableMimeType(java.lang.String) +12-12-2019 11:44:40.920 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute name public java.lang.String org.apache.coyote.AbstractProtocol.getName() null +12-12-2019 11:44:40.920 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute compressibleMimeTypes public java.lang.String[] org.apache.coyote.http11.AbstractHttp11Protocol.getCompressibleMimeTypes() null +12-12-2019 11:44:40.920 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLVerifyClient public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLVerifyClient() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLVerifyClient(java.lang.String) +12-12-2019 11:44:40.921 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute useSendfile public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getUseSendfile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setUseSendfile(boolean) +12-12-2019 11:44:40.921 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keyPass public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeyPass() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeyPass(java.lang.String) +12-12-2019 11:44:40.921 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxThreads public int org.apache.coyote.AbstractProtocol.getMaxThreads() public void org.apache.coyote.AbstractProtocol.setMaxThreads(int) +12-12-2019 11:44:40.921 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute compressionMinSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getCompressionMinSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setCompressionMinSize(int) +12-12-2019 11:44:40.922 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keyAlias public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeyAlias() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeyAlias(java.lang.String) +12-12-2019 11:44:40.922 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sslEnabledProtocols public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSslEnabledProtocols() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSslEnabledProtocols(java.lang.String) +12-12-2019 11:44:40.922 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute noCompressionUserAgents public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getNoCompressionUserAgents() public void org.apache.coyote.http11.AbstractHttp11Protocol.setNoCompressionUserAgents(java.lang.String) +12-12-2019 11:44:40.922 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute selectorTimeout public long org.apache.coyote.http11.Http11NioProtocol.getSelectorTimeout() public void org.apache.coyote.http11.Http11NioProtocol.setSelectorTimeout(long) +12-12-2019 11:44:40.923 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute trustManagerClassName public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTrustManagerClassName() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTrustManagerClassName(java.lang.String) +12-12-2019 11:44:40.923 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCARevocationFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCARevocationFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCARevocationFile(java.lang.String) +12-12-2019 11:44:40.923 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCipherSuite public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCipherSuite() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCipherSuite(java.lang.String) +12-12-2019 11:44:40.923 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute truststoreFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreFile(java.lang.String) +12-12-2019 11:44:40.924 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keepAliveTimeout public int org.apache.coyote.AbstractProtocol.getKeepAliveTimeout() public void org.apache.coyote.AbstractProtocol.setKeepAliveTimeout(int) +12-12-2019 11:44:40.924 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute allowedTrailerHeaders public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getAllowedTrailerHeaders() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAllowedTrailerHeaders(java.lang.String) +12-12-2019 11:44:40.925 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute connectionCount public long org.apache.coyote.AbstractProtocol.getConnectionCount() null +12-12-2019 11:44:40.925 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute secure public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSecure() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSecure(boolean) +12-12-2019 11:44:40.925 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keystoreProvider public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreProvider() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreProvider(java.lang.String) +12-12-2019 11:44:40.926 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute connectionUploadTimeout public int org.apache.coyote.http11.AbstractHttp11Protocol.getConnectionUploadTimeout() public void org.apache.coyote.http11.AbstractHttp11Protocol.setConnectionUploadTimeout(int) +12-12-2019 11:44:40.926 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sendReasonPhrase public boolean org.apache.coyote.AbstractProtocol.getSendReasonPhrase() public void org.apache.coyote.AbstractProtocol.setSendReasonPhrase(boolean) +12-12-2019 11:44:40.926 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLPassword public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLPassword() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLPassword(java.lang.String) +12-12-2019 11:44:40.927 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute truststoreAlgorithm public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreAlgorithm() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreAlgorithm(java.lang.String) +12-12-2019 11:44:40.927 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute domain public java.lang.String org.apache.coyote.AbstractProtocol.getDomain() null +12-12-2019 11:44:40.927 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute acceptorThreadCount public int org.apache.coyote.AbstractProtocol.getAcceptorThreadCount() public void org.apache.coyote.AbstractProtocol.setAcceptorThreadCount(int) +12-12-2019 11:44:40.927 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxKeepAliveRequests public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxKeepAliveRequests() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxKeepAliveRequests(int) +12-12-2019 11:44:40.928 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute backlog public int org.apache.coyote.AbstractProtocol.getBacklog() public void org.apache.coyote.AbstractProtocol.setBacklog(int) +12-12-2019 11:44:40.928 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCertificateChainFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCertificateChainFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCertificateChainFile(java.lang.String) +12-12-2019 11:44:40.928 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sniParseLimit public int org.apache.coyote.http11.AbstractHttp11JsseProtocol.getSniParseLimit() public void org.apache.coyote.http11.AbstractHttp11JsseProtocol.setSniParseLimit(int) +12-12-2019 11:44:40.928 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute clientAuth public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getClientAuth() public void org.apache.coyote.http11.AbstractHttp11Protocol.setClientAuth(java.lang.String) +12-12-2019 11:44:40.929 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLCARevocationPath public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getSSLCARevocationPath() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLCARevocationPath(java.lang.String) +12-12-2019 11:44:40.929 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute algorithm public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getAlgorithm() public void org.apache.coyote.http11.AbstractHttp11Protocol.setAlgorithm(java.lang.String) +12-12-2019 11:44:40.929 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keystoreFile public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getKeystoreFile() public void org.apache.coyote.http11.AbstractHttp11Protocol.setKeystoreFile(java.lang.String) +12-12-2019 11:44:40.930 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxHttpHeaderSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxHttpHeaderSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxHttpHeaderSize(int) +12-12-2019 11:44:40.930 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute connectionLinger public int org.apache.coyote.AbstractProtocol.getConnectionLinger() public void org.apache.coyote.AbstractProtocol.setConnectionLinger(int) +12-12-2019 11:44:40.930 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLDisableSessionTickets public boolean org.apache.coyote.http11.AbstractHttp11Protocol.getSSLDisableSessionTickets() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLDisableSessionTickets(boolean) +12-12-2019 11:44:40.930 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxTrailerSize public int org.apache.coyote.http11.AbstractHttp11Protocol.getMaxTrailerSize() public void org.apache.coyote.http11.AbstractHttp11Protocol.setMaxTrailerSize(int) +12-12-2019 11:44:40.931 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute truststoreType public java.lang.String org.apache.coyote.http11.AbstractHttp11Protocol.getTruststoreType() public void org.apache.coyote.http11.AbstractHttp11Protocol.setTruststoreType(java.lang.String) +12-12-2019 11:44:40.931 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxConnections public int org.apache.coyote.AbstractProtocol.getMaxConnections() public void org.apache.coyote.AbstractProtocol.setMaxConnections(int) +12-12-2019 11:44:40.931 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLEnabled public boolean org.apache.coyote.http11.AbstractHttp11Protocol.isSSLEnabled() public void org.apache.coyote.http11.AbstractHttp11Protocol.setSSLEnabled(boolean) +12-12-2019 11:44:40.931 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.apache.coyote.http11.Http11NioProtocol +12-12-2019 11:44:40.932 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.coyote.http11.Http11NioProtocol@136cd530 Tomcat:type=ProtocolHandler,port=8281 +12-12-2019 11:44:40.933 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=ThreadPool,name="http-nio-8281" +12-12-2019 11:44:40.933 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:40.935 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:40.937 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.tomcat.util.net.NioEndpoint$Poller org.apache.tomcat.util.net.NioEndpoint.getPoller0() +12-12-2019 11:44:40.939 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.net.InetAddress org.apache.tomcat.util.net.AbstractEndpoint.getAddress() +12-12-2019 11:44:40.940 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public org.apache.tomcat.util.net.AbstractEndpoint$Handler org.apache.tomcat.util.net.AbstractEndpoint.getHandler() +12-12-2019 11:44:40.940 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public java.util.concurrent.Executor org.apache.tomcat.util.net.AbstractEndpoint.getExecutor() +12-12-2019 11:44:40.940 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.tomcat.util.net.AbstractEndpoint.setAddress(java.net.InetAddress) class java.net.InetAddress +12-12-2019 11:44:40.941 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.tomcat.util.net.AbstractEndpoint.setExecutor(java.util.concurrent.Executor) interface java.util.concurrent.Executor +12-12-2019 11:44:40.941 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Unsupported type public void org.apache.tomcat.util.net.AbstractEndpoint.setHandler(org.apache.tomcat.util.net.AbstractEndpoint$Handler) interface org.apache.tomcat.util.net.AbstractEndpoint$Handler +12-12-2019 11:44:40.942 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute currentThreadsBusy public int org.apache.tomcat.util.net.AbstractEndpoint.getCurrentThreadsBusy() null +12-12-2019 11:44:40.943 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute localPort public final int org.apache.tomcat.util.net.AbstractEndpoint.getLocalPort() null +12-12-2019 11:44:40.943 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sslImplementationName public java.lang.String org.apache.tomcat.util.net.AbstractJsseEndpoint.getSslImplementationName() public void org.apache.tomcat.util.net.AbstractJsseEndpoint.setSslImplementationName(java.lang.String) +12-12-2019 11:44:40.943 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute socketProperties public org.apache.tomcat.util.net.SocketProperties org.apache.tomcat.util.net.AbstractEndpoint.getSocketProperties() public void org.apache.tomcat.util.net.NioEndpoint.setSocketProperties(org.apache.tomcat.util.net.SocketProperties) +12-12-2019 11:44:40.944 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute pollerThreadPriority public int org.apache.tomcat.util.net.NioEndpoint.getPollerThreadPriority() public void org.apache.tomcat.util.net.NioEndpoint.setPollerThreadPriority(int) +12-12-2019 11:44:40.944 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute pollerThreadCount public int org.apache.tomcat.util.net.NioEndpoint.getPollerThreadCount() public void org.apache.tomcat.util.net.NioEndpoint.setPollerThreadCount(int) +12-12-2019 11:44:40.944 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sniParseLimit public int org.apache.tomcat.util.net.AbstractJsseEndpoint.getSniParseLimit() public void org.apache.tomcat.util.net.AbstractJsseEndpoint.setSniParseLimit(int) +12-12-2019 11:44:40.946 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxKeepAliveRequests public int org.apache.tomcat.util.net.AbstractEndpoint.getMaxKeepAliveRequests() public void org.apache.tomcat.util.net.AbstractEndpoint.setMaxKeepAliveRequests(int) +12-12-2019 11:44:40.947 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute acceptorThreadPriority public int org.apache.tomcat.util.net.AbstractEndpoint.getAcceptorThreadPriority() public void org.apache.tomcat.util.net.AbstractEndpoint.setAcceptorThreadPriority(int) +12-12-2019 11:44:40.947 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute selectorPool public org.apache.tomcat.util.net.NioSelectorPool org.apache.tomcat.util.net.NioEndpoint.getSelectorPool() public void org.apache.tomcat.util.net.NioEndpoint.setSelectorPool(org.apache.tomcat.util.net.NioSelectorPool) +12-12-2019 11:44:40.948 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute name public java.lang.String org.apache.tomcat.util.net.AbstractEndpoint.getName() public void org.apache.tomcat.util.net.AbstractEndpoint.setName(java.lang.String) +12-12-2019 11:44:40.948 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute currentThreadCount public int org.apache.tomcat.util.net.AbstractEndpoint.getCurrentThreadCount() null +12-12-2019 11:44:40.948 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sSLEnabled public boolean org.apache.tomcat.util.net.AbstractEndpoint.isSSLEnabled() public void org.apache.tomcat.util.net.AbstractEndpoint.setSSLEnabled(boolean) +12-12-2019 11:44:40.949 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute backlog public int org.apache.tomcat.util.net.AbstractEndpoint.getBacklog() public void org.apache.tomcat.util.net.AbstractEndpoint.setBacklog(int) +12-12-2019 11:44:40.949 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute bindOnInit public boolean org.apache.tomcat.util.net.AbstractEndpoint.getBindOnInit() public void org.apache.tomcat.util.net.AbstractEndpoint.setBindOnInit(boolean) +12-12-2019 11:44:40.950 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute connectionLinger public int org.apache.tomcat.util.net.AbstractEndpoint.getConnectionLinger() public void org.apache.tomcat.util.net.AbstractEndpoint.setConnectionLinger(int) +12-12-2019 11:44:40.950 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxHeaderCount public int org.apache.tomcat.util.net.AbstractEndpoint.getMaxHeaderCount() public void org.apache.tomcat.util.net.AbstractEndpoint.setMaxHeaderCount(int) +12-12-2019 11:44:40.950 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute sslImplementation public org.apache.tomcat.util.net.SSLImplementation org.apache.tomcat.util.net.AbstractJsseEndpoint.getSslImplementation() null +12-12-2019 11:44:40.950 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxThreads public int org.apache.tomcat.util.net.AbstractEndpoint.getMaxThreads() public void org.apache.tomcat.util.net.AbstractEndpoint.setMaxThreads(int) +12-12-2019 11:44:40.951 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute selectorTimeout public long org.apache.tomcat.util.net.NioEndpoint.getSelectorTimeout() public void org.apache.tomcat.util.net.NioEndpoint.setSelectorTimeout(long) +12-12-2019 11:44:40.951 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute soTimeout public int org.apache.tomcat.util.net.AbstractEndpoint.getSoTimeout() public void org.apache.tomcat.util.net.AbstractEndpoint.setSoTimeout(int) +12-12-2019 11:44:40.951 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute connectionTimeout public int org.apache.tomcat.util.net.AbstractEndpoint.getConnectionTimeout() public void org.apache.tomcat.util.net.AbstractEndpoint.setConnectionTimeout(int) +12-12-2019 11:44:40.952 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute executorTerminationTimeoutMillis public long org.apache.tomcat.util.net.AbstractEndpoint.getExecutorTerminationTimeoutMillis() public void org.apache.tomcat.util.net.AbstractEndpoint.setExecutorTerminationTimeoutMillis(long) +12-12-2019 11:44:40.952 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute alpnSupported public boolean org.apache.tomcat.util.net.AbstractJsseEndpoint.isAlpnSupported() null +12-12-2019 11:44:40.952 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute daemon public boolean org.apache.tomcat.util.net.AbstractEndpoint.getDaemon() public void org.apache.tomcat.util.net.AbstractEndpoint.setDaemon(boolean) +12-12-2019 11:44:40.952 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute useSendfile public boolean org.apache.tomcat.util.net.AbstractEndpoint.getUseSendfile() public void org.apache.tomcat.util.net.AbstractEndpoint.setUseSendfile(boolean) +12-12-2019 11:44:40.953 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute readBufSize public int org.apache.tomcat.util.net.NioEndpoint.getReadBufSize() null +12-12-2019 11:44:40.953 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute running public boolean org.apache.tomcat.util.net.AbstractEndpoint.isRunning() null +12-12-2019 11:44:40.954 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute threadPriority public int org.apache.tomcat.util.net.AbstractEndpoint.getThreadPriority() public void org.apache.tomcat.util.net.AbstractEndpoint.setThreadPriority(int) +12-12-2019 11:44:40.954 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxConnections public int org.apache.tomcat.util.net.AbstractEndpoint.getMaxConnections() public void org.apache.tomcat.util.net.AbstractEndpoint.setMaxConnections(int) +12-12-2019 11:44:40.954 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute minSpareThreads public int org.apache.tomcat.util.net.AbstractEndpoint.getMinSpareThreads() public void org.apache.tomcat.util.net.AbstractEndpoint.setMinSpareThreads(int) +12-12-2019 11:44:40.954 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute port public int org.apache.tomcat.util.net.AbstractEndpoint.getPort() public void org.apache.tomcat.util.net.AbstractEndpoint.setPort(int) +12-12-2019 11:44:40.954 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute writeBufSize public int org.apache.tomcat.util.net.NioEndpoint.getWriteBufSize() null +12-12-2019 11:44:40.954 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keepAliveTimeout public int org.apache.tomcat.util.net.AbstractEndpoint.getKeepAliveTimeout() public void org.apache.tomcat.util.net.AbstractEndpoint.setKeepAliveTimeout(int) +12-12-2019 11:44:40.955 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute acceptCount public int org.apache.tomcat.util.net.AbstractEndpoint.getAcceptCount() public void org.apache.tomcat.util.net.AbstractEndpoint.setAcceptCount(int) +12-12-2019 11:44:40.955 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute connectionCount public long org.apache.tomcat.util.net.AbstractEndpoint.getConnectionCount() null +12-12-2019 11:44:40.955 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute defaultSSLHostConfigName public java.lang.String org.apache.tomcat.util.net.AbstractEndpoint.getDefaultSSLHostConfigName() public void org.apache.tomcat.util.net.AbstractEndpoint.setDefaultSSLHostConfigName(java.lang.String) +12-12-2019 11:44:40.955 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute soLinger public int org.apache.tomcat.util.net.AbstractEndpoint.getSoLinger() public void org.apache.tomcat.util.net.AbstractEndpoint.setSoLinger(int) +12-12-2019 11:44:40.955 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute keepAliveCount public int org.apache.tomcat.util.net.NioEndpoint.getKeepAliveCount() null +12-12-2019 11:44:40.956 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute acceptorThreadCount public int org.apache.tomcat.util.net.AbstractEndpoint.getAcceptorThreadCount() public void org.apache.tomcat.util.net.AbstractEndpoint.setAcceptorThreadCount(int) +12-12-2019 11:44:40.956 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute tcpNoDelay public boolean org.apache.tomcat.util.net.AbstractEndpoint.getTcpNoDelay() public void org.apache.tomcat.util.net.AbstractEndpoint.setTcpNoDelay(boolean) +12-12-2019 11:44:40.956 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute deferAccept public boolean org.apache.tomcat.util.net.NioEndpoint.getDeferAccept() null +12-12-2019 11:44:40.956 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute paused public boolean org.apache.tomcat.util.net.AbstractEndpoint.isPaused() null +12-12-2019 11:44:40.957 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.apache.tomcat.util.net.NioEndpoint +12-12-2019 11:44:40.957 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.tomcat.util.net.NioEndpoint@3ce14c5f Tomcat:type=ThreadPool,name="http-nio-8281" +12-12-2019 11:44:40.958 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Managed= Tomcat:type=GlobalRequestProcessor,name="http-nio-8281" +12-12-2019 11:44:40.958 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Looking for descriptor +12-12-2019 11:44:40.959 [main] DEBUG o.a.tomcat.util.modeler.Registry.log - Introspecting +12-12-2019 11:44:40.963 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute requestCount public synchronized int org.apache.coyote.RequestGroupInfo.getRequestCount() public synchronized void org.apache.coyote.RequestGroupInfo.setRequestCount(int) +12-12-2019 11:44:40.963 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute maxTime public synchronized long org.apache.coyote.RequestGroupInfo.getMaxTime() public synchronized void org.apache.coyote.RequestGroupInfo.setMaxTime(long) +12-12-2019 11:44:40.963 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute bytesSent public synchronized long org.apache.coyote.RequestGroupInfo.getBytesSent() public synchronized void org.apache.coyote.RequestGroupInfo.setBytesSent(long) +12-12-2019 11:44:40.964 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute bytesReceived public synchronized long org.apache.coyote.RequestGroupInfo.getBytesReceived() public synchronized void org.apache.coyote.RequestGroupInfo.setBytesReceived(long) +12-12-2019 11:44:40.964 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute processingTime public synchronized long org.apache.coyote.RequestGroupInfo.getProcessingTime() public synchronized void org.apache.coyote.RequestGroupInfo.setProcessingTime(long) +12-12-2019 11:44:40.965 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Introspected attribute errorCount public synchronized int org.apache.coyote.RequestGroupInfo.getErrorCount() public synchronized void org.apache.coyote.RequestGroupInfo.setErrorCount(int) +12-12-2019 11:44:40.965 [main] DEBUG o.a.t.u.m.m.MbeansDescriptorsIntrospectionSource.log - Setting name: org.apache.coyote.RequestGroupInfo +12-12-2019 11:44:40.966 [main] DEBUG o.a.t.util.modeler.BaseModelMBean.log - preRegister org.apache.coyote.RequestGroupInfo@50ffaf88 Tomcat:type=GlobalRequestProcessor,name="http-nio-8281" +12-12-2019 11:44:41.014 [http-nio-8281-Acceptor-0] DEBUG o.a.tomcat.util.threads.LimitLatch.log - Counting up[http-nio-8281-Acceptor-0] latch=0 +12-12-2019 11:44:41.023 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) +12-12-2019 11:44:41.024 [main] DEBUG o.s.w.c.s.StandardServletEnvironment.addFirst - Adding [server.ports] PropertySource with highest search precedence +12-12-2019 11:44:41.029 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 11.202 seconds (JVM running for 14.923) +12-12-2019 11:44:41.434 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 82 +12-12-2019 11:44:41.435 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:41.435 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[Ljava.rmi.server.ObjID;", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.436 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.server.ObjID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.436 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.server.UID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.437 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "java.rmi.dgc.VMID", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.437 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(1)-146.48.87.140: name = "[B", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.439 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(2)-146.48.87.140: accepted socket from [146.48.87.140:51385] +12-12-2019 11:44:41.440 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(2)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:41.441 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "java.rmi.MarshalledObject", codebase = "" +12-12-2019 11:44:41.442 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "[B", codebase = "" +12-12-2019 11:44:41.442 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.OrQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.442 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.QueryEval", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.443 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.InstanceOfQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:41.443 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.StringValueExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:46.472 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(2)-146.48.87.140: (port 51383) op = 82 +12-12-2019 11:44:46.473 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(2)-146.48.87.140: (port 51383) op = 80 +12-12-2019 11:44:46.474 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "java.rmi.MarshalledObject", codebase = "" +12-12-2019 11:44:46.475 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "[B", codebase = "" +12-12-2019 11:44:46.476 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.OrQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:46.476 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.QueryEval", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:46.477 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.InstanceOfQueryExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:44:46.477 [RMI TCP Connection(2)-146.48.87.140] DEBUG sun.rmi.loader.log - RMI TCP Connection(2)-146.48.87.140: name = "javax.management.StringValueExp", codebase = "", defaultLoader = sun.misc.Launcher$ExtClassLoader@75aaa771 +12-12-2019 11:45:01.337 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: (port 51383) connection closed +12-12-2019 11:45:01.337 [RMI TCP Connection(1)-146.48.87.140] DEBUG sun.rmi.transport.tcp.log - RMI TCP Connection(1)-146.48.87.140: close connection +12-12-2019 11:45:09.298 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6faac613: startup date [Thu Dec 12 11:44:30 CET 2019]; root of context hierarchy +12-12-2019 11:45:09.303 [Thread-5] DEBUG o.s.b.f.s.DefaultListableBeanFactory.doGetBean - Returning cached instance of singleton bean 'lifecycleProcessor' +12-12-2019 11:45:09.304 [Thread-5] DEBUG o.s.b.f.s.DefaultListableBeanFactory.destroySingletons - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1abfa847: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,ariadnePlusPublisherApplication,org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory,appConfig,graphDBClientFactory,ariadnePlusPublisherController,ariadnePlusPublisherHelper,saxonHelper,recordParserHelper,jrrRestTemplate,freemarkerConfig,org.springframework.boot.autoconfigure.AutoConfigurationPackages,org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration,org.springframework.boot.autoconfigure.condition.BeanTypeRegistry,propertySourcesPlaceholderConfigurer,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration,standardJacksonObjectMapperBuilderCustomizer,spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor,org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration,jacksonObjectMapperBuilder,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration,jacksonObjectMapper,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration,jsonComponentModule,org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration,websocketContainerCustomizer,org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration,org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration$EmbeddedTomcat,tomcatEmbeddedServletContainerFactory,org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration,embeddedServletContainerCustomizerBeanPostProcessor,errorPageRegistrarBeanPostProcessor,org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration,dispatcherServlet,spring.mvc-org.springframework.boot.autoconfigure.web.WebMvcProperties,org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration,dispatcherServletRegistration,org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration,org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration,defaultValidator,methodValidationPostProcessor,org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration,error,beanNameViewResolver,org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration,conventionErrorViewResolver,org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration,errorAttributes,basicErrorController,errorPageCustomizer,preserveErrorControllerTargetClassPostProcessor,spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration,requestMappingHandlerAdapter,requestMappingHandlerMapping,mvcValidator,mvcContentNegotiationManager,mvcPathMatcher,mvcUrlPathHelper,viewControllerHandlerMapping,beanNameHandlerMapping,resourceHandlerMapping,mvcResourceUrlProvider,defaultServletHandlerMapping,mvcConversionService,mvcUriComponentsContributor,httpRequestHandlerAdapter,simpleControllerHandlerAdapter,handlerExceptionResolver,mvcViewResolver,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration,faviconHandlerMapping,faviconRequestHandler,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter,defaultViewResolver,viewResolver,welcomePageHandlerMapping,requestContextFilter,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration,hiddenHttpMethodFilter,httpPutFormContentFilter,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration,mbeanExporter,objectNamingStrategy,mbeanServer,org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration,org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration,stringHttpMessageConverter,spring.http.encoding-org.springframework.boot.autoconfigure.web.HttpEncodingProperties,org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration,mappingJackson2HttpMessageConverter,org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration,org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration,messageConverters,org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration,spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties,org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration,solrClient,spring.data.solr-org.springframework.boot.autoconfigure.solr.SolrProperties,org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration,characterEncodingFilter,localeCharsetMappingsCustomizer,org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration,multipartConfigElement,multipartResolver,spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties,org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration,serverProperties,duplicateServerPropertiesDetector,org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration$RestTemplateConfiguration,restTemplateBuilder,org.springframework.boot.autoconfigure.web.WebClientAutoConfiguration]; root of factory hierarchy +12-12-2019 11:45:09.304 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.invokeCustomDestroyMethod - Invoking destroy method 'close' on bean with name 'solrClient' +12-12-2019 11:45:09.308 [Thread-5] DEBUG o.a.h.i.c.PoolingClientConnectionManager.shutdown - Connection manager is shutting down +12-12-2019 11:45:09.308 [Thread-5] DEBUG o.a.h.i.c.PoolingClientConnectionManager.shutdown - Connection manager shut down +12-12-2019 11:45:09.309 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'mbeanExporter' +12-12-2019 11:45:09.309 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown +12-12-2019 11:45:09.309 [Thread-5] DEBUG o.s.b.f.s.DefaultListableBeanFactory.destroyBean - Retrieved dependent beans for bean 'mvcResourceUrlProvider': [requestMappingHandlerMapping, resourceHandlerMapping] +12-12-2019 11:45:09.310 [Thread-5] DEBUG o.s.b.f.s.DefaultListableBeanFactory.destroyBean - Retrieved dependent beans for bean 'mvcValidator': [requestMappingHandlerAdapter] +12-12-2019 11:45:09.310 [Thread-5] DEBUG o.s.b.f.s.DefaultListableBeanFactory.destroyBean - Retrieved dependent beans for bean 'requestMappingHandlerAdapter': [mvcUriComponentsContributor] +12-12-2019 11:45:09.310 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'mvcValidator' +12-12-2019 11:45:09.310 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'characterEncodingFilter' +12-12-2019 11:45:09.310 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'httpPutFormContentFilter' +12-12-2019 11:45:09.310 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'hiddenHttpMethodFilter' +12-12-2019 11:45:09.311 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'requestContextFilter' +12-12-2019 11:45:09.311 [Thread-5] DEBUG o.s.b.f.s.DefaultListableBeanFactory.destroyBean - Retrieved dependent beans for bean 'defaultValidator': [methodValidationPostProcessor] +12-12-2019 11:45:09.311 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'defaultValidator' +12-12-2019 11:45:09.311 [Thread-5] DEBUG o.s.b.f.s.DisposableBeanAdapter.destroy - Invoking destroy() on bean with name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +12-12-2019 11:45:09.311 [Thread-5] DEBUG o.s.b.f.s.DefaultListableBeanFactory.destroyBean - Retrieved dependent beans for bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory': [org.springframework.context.annotation.internalConfigurationAnnotationProcessor] +12-12-2019 11:45:20.604 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1348 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) +12-12-2019 11:45:20.609 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE +12-12-2019 11:45:20.610 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default +12-12-2019 11:45:20.668 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@10cb07e1: startup date [Thu Dec 12 11:45:20 CET 2019]; root of context hierarchy +12-12-2019 11:45:22.216 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) +12-12-2019 11:45:22.231 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] +12-12-2019 11:45:22.234 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 +12-12-2019 11:45:22.326 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Initializing Spring embedded WebApplicationContext +12-12-2019 11:45:22.328 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 1660 ms +12-12-2019 11:45:22.485 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] +12-12-2019 11:45:22.489 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] +12-12-2019 11:45:22.490 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] +12-12-2019 11:45:22.490 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] +12-12-2019 11:45:22.490 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] +12-12-2019 11:45:23.340 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@10cb07e1: startup date [Thu Dec 12 11:45:20 CET 2019]; root of context hierarchy +12-12-2019 11:45:23.418 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:45:23.419 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:45:23.420 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 11:45:23.423 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) +12-12-2019 11:45:23.423 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - 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) +12-12-2019 11:45:23.465 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:45:23.465 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:45:23.515 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 11:45:23.764 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup +12-12-2019 11:45:23.844 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) +12-12-2019 11:45:23.851 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 3.614 seconds (JVM running for 7.5) +12-12-2019 11:49:41.936 [http-nio-8281-exec-7] INFO o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Initializing Spring FrameworkServlet 'dispatcherServlet' +12-12-2019 11:49:41.937 [http-nio-8281-exec-7] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization started +12-12-2019 11:49:41.968 [http-nio-8281-exec-7] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization completed in 31 ms +12-12-2019 11:50:09.290 [http-nio-8281-exec-1] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +12-12-2019 11:50:09.290 [http-nio-8281-exec-10] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +12-12-2019 11:50:09.292 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +12-12-2019 11:50:09.291 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +12-12-2019 11:50:09.360 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ +12-12-2019 11:50:09.360 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection on http://localhost:7200/ +12-12-2019 11:50:09.387 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +12-12-2019 11:50:09.387 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +12-12-2019 11:50:09.602 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +12-12-2019 11:50:09.604 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +12-12-2019 11:50:09.636 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with baseUri http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 into context api_________::ariadne_plus::ads::1 +12-12-2019 11:50:09.654 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with baseUri http://localhost:7200/api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 into context api_________::ariadne_plus::ads::1 +12-12-2019 11:50:09.669 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::aaa81a6d56f3141c7af0791c31bc7f73 +12-12-2019 11:50:09.672 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::9a7a2fa70c5b1ff0c4237d7af88933d9 +12-12-2019 11:50:09.894 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +12-12-2019 11:50:09.902 [http-nio-8281-exec-10] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +12-12-2019 11:50:09.973 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +12-12-2019 11:50:09.975 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +12-12-2019 12:40:43.009 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@10cb07e1: startup date [Thu Dec 12 11:45:20 CET 2019]; root of context hierarchy +12-12-2019 12:40:43.017 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown +12-12-2019 12:41:02.645 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarting - Starting AriadnePlusPublisherApplication on mb-ottonello.isti.cnr.it with PID 1534 (/Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher/target/classes started by enrico.ottonello in /Users/enrico.ottonello/develop/AriadnePlus/dnet-ariadneplus-graphdb-publisher) +12-12-2019 12:41:02.650 [main] DEBUG e.d.a.AriadnePlusPublisherApplication.logStarting - Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE +12-12-2019 12:41:02.652 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStartupProfileInfo - No active profile set, falling back to default profiles: default +12-12-2019 12:41:02.723 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.prepareRefresh - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5dfd1620: startup date [Thu Dec 12 12:41:02 CET 2019]; root of context hierarchy +12-12-2019 12:41:04.167 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.initialize - Tomcat initialized with port(s): 8281 (http) +12-12-2019 12:41:04.182 [main] INFO o.a.catalina.core.StandardService.log - Starting service [Tomcat] +12-12-2019 12:41:04.185 [main] INFO o.a.catalina.core.StandardEngine.log - Starting Servlet Engine: Apache Tomcat/8.5.16 +12-12-2019 12:41:04.282 [localhost-startStop-1] INFO o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Initializing Spring embedded WebApplicationContext +12-12-2019 12:41:04.285 [localhost-startStop-1] INFO o.s.web.context.ContextLoader.prepareEmbeddedWebApplicationContext - Root WebApplicationContext: initialization completed in 1561 ms +12-12-2019 12:41:04.448 [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean.onStartup - Mapping servlet: 'dispatcherServlet' to [/] +12-12-2019 12:41:04.452 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'characterEncodingFilter' to: [/*] +12-12-2019 12:41:04.453 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] +12-12-2019 12:41:04.453 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'httpPutFormContentFilter' to: [/*] +12-12-2019 12:41:04.453 [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean.configure - Mapping filter: 'requestContextFilter' to: [/*] +12-12-2019 12:41:05.350 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter.initControllerAdviceCache - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5dfd1620: startup date [Thu Dec 12 12:41:02 CET 2019]; root of context hierarchy +12-12-2019 12:41:05.441 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/version],methods=[GET]}" onto public java.lang.String eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.version() throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 12:41:05.443 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/publish],methods=[POST]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.publish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 12:41:05.444 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/unpublish],methods=[GET]}" onto public void eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherController.unpublish(java.lang.String,java.lang.String) throws eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException +12-12-2019 12:41:05.448 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) +12-12-2019 12:41:05.449 [main] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping.register - 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) +12-12-2019 12:41:05.501 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 12:41:05.501 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 12:41:05.553 [main] INFO o.s.w.s.h.SimpleUrlHandlerMapping.registerHandler - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] +12-12-2019 12:41:05.772 [main] INFO o.s.j.e.a.AnnotationMBeanExporter.afterSingletonsInstantiated - Registering beans for JMX exposure on startup +12-12-2019 12:41:05.845 [main] INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer.start - Tomcat started on port(s): 8281 (http) +12-12-2019 12:41:05.851 [main] INFO e.d.a.AriadnePlusPublisherApplication.logStarted - Started AriadnePlusPublisherApplication in 3.597 seconds (JVM running for 7.652) +12-12-2019 12:41:59.477 [http-nio-8281-exec-2] INFO o.a.c.c.C.[.[.[/ariadneplus-graphdb].log - Initializing Spring FrameworkServlet 'dispatcherServlet' +12-12-2019 12:41:59.483 [http-nio-8281-exec-2] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization started +12-12-2019 12:41:59.515 [http-nio-8281-exec-2] INFO o.s.web.servlet.DispatcherServlet.initServletBean - FrameworkServlet 'dispatcherServlet': initialization completed in 32 ms +12-12-2019 12:41:59.565 [http-nio-8281-exec-2] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +12-12-2019 12:41:59.566 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +12-12-2019 12:41:59.568 [http-nio-8281-exec-1] DEBUG e.d.a.p.AriadnePlusPublisherHelper.publishGraphDB - Publishing on graphdb +12-12-2019 12:41:59.568 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClientFactory.getGraphDBClient - Creating GraphDBClient for http://localhost:7200/ +12-12-2019 12:41:59.642 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection to graphDBServerUrl http://localhost:7200/ +12-12-2019 12:41:59.643 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - init connection to graphDBServerUrl http://localhost:7200/ +12-12-2019 12:41:59.657 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +12-12-2019 12:41:59.665 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager init +12-12-2019 12:41:59.912 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +12-12-2019 12:41:59.912 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - connection established +12-12-2019 12:41:59.933 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with recordURI /api_________::ariadne_plus::ads::1/ads_________::9a7a2fa70c5b1ff0c4237d7af88933d9 into graph api_________::ariadne_plus::ads::1 +12-12-2019 12:41:59.934 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - Trying to adding record with recordURI /api_________::ariadne_plus::ads::1/ads_________::aaa81a6d56f3141c7af0791c31bc7f73 into graph api_________::ariadne_plus::ads::1 +12-12-2019 12:41:59.941 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::9a7a2fa70c5b1ff0c4237d7af88933d9 +12-12-2019 12:41:59.960 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.getRDFBlock - ads_________::aaa81a6d56f3141c7af0791c31bc7f73 +12-12-2019 12:42:00.054 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +12-12-2019 12:42:00.074 [http-nio-8281-exec-1] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +12-12-2019 12:42:00.076 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - statement added +12-12-2019 12:42:00.081 [http-nio-8281-exec-2] DEBUG e.d.a.graphdb.GraphDBClient.feed - manager shutDown +12-12-2019 12:49:37.808 [Thread-5] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext.doClose - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5dfd1620: startup date [Thu Dec 12 12:41:02 CET 2019]; root of context hierarchy +12-12-2019 12:49:37.814 [Thread-5] INFO o.s.j.e.a.AnnotationMBeanExporter.destroy - Unregistering JMX-exposed beans on shutdown diff --git a/dnet-ariadneplus-graphdb-publisher/pom.xml b/dnet-ariadneplus-graphdb-publisher/pom.xml new file mode 100644 index 0000000..8ca3baf --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/pom.xml @@ -0,0 +1,134 @@ + + + + org.springframework.boot + spring-boot-starter-parent + 1.5.6.RELEASE + + + + 4.0.0 + eu.dnetlib + dnet-ariadneplus-graphdb-publisher + jar + 3.0.0-SNAPSHOT + + scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-ariadneplus-graphdb-publisher/trunk + https://github.com/spring-projects/spring-boot/spring-boot-starter-parent/dnet-ariadneplus-graphdb-publisher + + + jenkins + https://jenkins-dnet.d4science.org/view/DNet50/job/DSL50_dnet-ariadneplus-graphdb-publisher/ + + + + dnet5-releases + D-Net 5 Releases + http://maven.research-infrastructures.eu/nexus/content/repositories/dnet5-releases + default + + + + + + + + dnet-deps + dnet-dependencies + http://maven.research-infrastructures.eu/nexus/content/repositories/dnet-deps + default + + + dnet5-releases + D-Net 5 Releases + http://maven.research-infrastructures.eu/nexus/content/repositories/dnet5-releases + default + + false + + + + dnet5-snapshots + D-Net 5 Snapshots + http://maven.research-infrastructures.eu/nexus/content/repositories/dnet5-snapshots + default + + true + + + + + + + junit + junit + ${junit.version} + + + net.sf.saxon + Saxon-HE + 9.5.1-5 + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework.boot + spring-boot + + + org.springframework.boot + spring-boot-starter-web + + + com.google.guava + guava + 23.3-jre + + + org.freemarker + freemarker + 2.3.27-incubating + + + com.ontotext.graphdb + graphdb-free-runtime + 9.0.0 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + + + 1.8 + false + + + + + java8-doclint-disabled + + [1.8,) + + + -Xdoclint:none + + + + \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/AppConfig.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/AppConfig.java new file mode 100644 index 0000000..4a21928 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/AppConfig.java @@ -0,0 +1,44 @@ +package eu.dnetlib.ariadneplus; + +import org.springframework.boot.web.client.RestTemplateBuilder; +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; +import org.springframework.web.client.RestTemplate; + +import freemarker.cache.ClassTemplateLoader; +import freemarker.template.TemplateExceptionHandler; + +/** + * @author enrico.ottonello + * + */ + +@Configuration +public class AppConfig { + + @Bean + public RestTemplate jrrRestTemplate(){ + //TODO: move configuration here from CatalogueRegistrator? + return new RestTemplateBuilder().build(); + } + + + @Bean + public freemarker.template.Configuration freemarkerConfig(){ + freemarker.template.Configuration config = new freemarker.template.Configuration(freemarker.template.Configuration.VERSION_2_3_27); + ClassTemplateLoader ctl = new ClassTemplateLoader(getClass(), "/eu/dnetlib/ariadneplus/sparql"); + config.setTemplateLoader(ctl); + config.setDefaultEncoding("UTF-8"); + // Sets how errors will appear. + // During web page *development* TemplateExceptionHandler.HTML_DEBUG_HANDLER is better. + config.setTemplateExceptionHandler(TemplateExceptionHandler.RETHROW_HANDLER); + + // Don't log exceptions inside FreeMarker that it will thrown at you anyway: + config.setLogTemplateExceptions(false); + + // Wrap unchecked exceptions thrown during template processing into TemplateException-s. + config.setWrapUncheckedExceptions(true); + + return config; + } +} \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/AriadnePlusPublisherApplication.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/AriadnePlusPublisherApplication.java new file mode 100644 index 0000000..6a8e074 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/AriadnePlusPublisherApplication.java @@ -0,0 +1,18 @@ +package eu.dnetlib.ariadneplus; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; + +/** + * @author enrico.ottonello + * + */ + +@SpringBootApplication +public class AriadnePlusPublisherApplication { + + public static void main(String[] args) { + SpringApplication.run(AriadnePlusPublisherApplication.class, args); + } + +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/graphdb/GraphDBClient.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/graphdb/GraphDBClient.java new file mode 100644 index 0000000..b89cbfc --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/graphdb/GraphDBClient.java @@ -0,0 +1,222 @@ +package eu.dnetlib.ariadneplus.graphdb; + +import org.apache.commons.io.IOUtils; +import org.apache.commons.lang3.StringUtils; +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.eclipse.rdf4j.RDF4JException; +import org.eclipse.rdf4j.model.IRI; +import org.eclipse.rdf4j.model.ValueFactory; +import org.eclipse.rdf4j.repository.Repository; +import org.eclipse.rdf4j.repository.RepositoryConnection; +import org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager; +import org.eclipse.rdf4j.rio.RDFFormat; + +import eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherException; +import eu.dnetlib.ariadneplus.rdf.RecordParserHelper; +import net.sf.saxon.s9api.SaxonApiException; + +/** + * @author enrico.ottonello + * + */ + +public class GraphDBClient { + + private static final Log log = LogFactory.getLog(GraphDBClient.class); + + private RecordParserHelper recordParserHelper; + + private String graphDBServerUrl; + + protected GraphDBClient(final RecordParserHelper recordParserHelper, + final String graphDBServerUrl) { + this.recordParserHelper = recordParserHelper; + this.graphDBServerUrl = graphDBServerUrl; + } + + public long feed(final String record) throws AriadnePlusPublisherException{ + try { + String objIdentifier = recordParserHelper.getObjIdentifier(record); + if (StringUtils.isBlank(objIdentifier)) { + log.warn("Got record with no objIdentifier -- skipping"); + return 0; + } + log.debug("init connection to graphDBServerUrl " + this.graphDBServerUrl); + RemoteRepositoryManager manager = new RemoteRepositoryManager(this.graphDBServerUrl); + manager.init(); + manager.setUsernameAndPassword("writer", "writer01"); + log.debug("manager init"); + Repository repository = manager.getRepository("ariadneprova"); + ValueFactory factory = repository.getValueFactory(); + String dsInterface = recordParserHelper.getDatasourceApi(record); + IRI graph = factory.createIRI(dsInterface); + try (RepositoryConnection con = repository.getConnection()) { + log.debug("connection established"); + con.begin(); + String recordURI = getRecordURI(objIdentifier, dsInterface); + log.debug("Trying to adding record with recordURI " + recordURI + " into graph " + graph); + con.add(IOUtils.toInputStream(getRDFBlock(record), "UTF-8"), recordURI, RDFFormat.RDFXML, graph); + con.commit(); + log.debug("statement added"); + con.close(); + } + catch (RDF4JException e) { + log.error("error adding statement ...", e); + } + repository.shutDown(); + manager.shutDown(); + log.debug("manager shutDown"); + return 1; + }catch(Throwable e){ + log.error(e); + throw new AriadnePlusPublisherException(e); + } + } + +// +// long feedProvenance(final String namedGraphURI, final String collectionDate, final String transformationDate, final String datasource, final String api) { +// Model md = null; +// Resource rApi = ResourceFactory.createResource(defaultBaseURI + api); +// Resource r = ResourceFactory.createResource(namedGraphURI); +// Statement stmApi = +// ResourceFactory.createStatement(rApi, IS_API_OF, ResourceFactory.createPlainLiteral(datasource)); +// Statement stmCollFrom = +// ResourceFactory.createStatement(r, COLL_FROM, rApi); +// Statement stmCollDate = ResourceFactory +// .createStatement(r, COLL_IN_DATE, ResourceFactory.createTypedLiteral(collectionDate, XSDDatatype.XSDdateTime)); +// Statement stmTransDate = ResourceFactory +// .createStatement(r, TRANS_IN_DATE, ResourceFactory.createTypedLiteral(transformationDate, XSDDatatype.XSDdateTime)); +// +// //let's remove previous provenance statements for this resource: +// md.removeAll(r, null, null); +// //and add the new ones +// md.add(stmApi).add(stmCollFrom).add(stmCollDate).add(stmTransDate); +// md.close(); +// return 3; +// } + + /** + * Delete all triples in named graphs collected from the given api + * @param api the id of the API + * @return the number of triples deleted from the named graphs associated to the given api + */ + public long drop(final String api){ +// Model prov = null; +// //look for all named graphs associated to the api +// Resource rApi = ResourceFactory.createResource(defaultBaseURI + api); +// long deletedTriples = 0; +// final ResIterator resIterator = prov.listSubjectsWithProperty(COLL_FROM, rApi); +// while (resIterator.hasNext()) { +// Resource namedGraphURI = resIterator.nextResource(); +// //delete all triples belonging to the r named graph +// deletedTriples += dropNamedGraph(namedGraphURI.getURI()); +// //delete the named graph from the provenance graph +// prov.removeAll(namedGraphURI, null, null); +// } +// //delete the api from the provenance graph +// prov.removeAll(null, null, rApi); +// prov.removeAll(rApi, null, null); +// prov.close(); +// return deletedTriples; + return 0; + } + + private long dropNamedGraph(String namedGraphURI){ +// Model namedGraph = null; +// long deletedTriples = namedGraph.size(); +// namedGraph.removeAll(); +// namedGraph.close(); +// return deletedTriples; + return 0; + } + + private String getRecordURI(final String objIdentifier, final String datasourceApi) { + return "/" + datasourceApi + "/" + objIdentifier; + } + + public RecordParserHelper getRecordParserHelper() { + return recordParserHelper; + } + + public void setRecordParserHelper(final RecordParserHelper recordParserHelper) { + this.recordParserHelper = recordParserHelper; + } + + public void setDefaultBaseURI(final String defaultBaseURI) { + this.graphDBServerUrl = defaultBaseURI; + } + + public String getRDFBlock(final String record) throws SaxonApiException{ + recordParserHelper.init(); + try { + if (StringUtils.isBlank(record)) { + log.warn("Got empty record"); + return ""; + } + String objIdentifier = recordParserHelper.getObjIdentifier(record); + if (StringUtils.isBlank(objIdentifier)) { + log.warn("Got record with no objIdentifier -- skipping"); + return ""; + } + log.debug(objIdentifier); + String rdfBlock = recordParserHelper.getRDF(record); + if (StringUtils.isBlank(rdfBlock)) { + log.warn("Missing rdf:RDF in record with objIdentifier " + objIdentifier); + } + return rdfBlock; + }catch(Throwable e){ + log.error(e); + throw e; + } + } +} + +// +// strQuery = +// "SELECT ?name FROM DEFAULT WHERE {" + +// "?s ?name .}"; +// } + + +// +// public void queryTest(){ +// RemoteRepositoryManager manager = new RemoteRepositoryManager(GRAPHDB_SERVER_URL); +// manager.init(); +// logger.debug("manager init"); +// Repository repository = manager.getRepository("PersonData"); +// try (RepositoryConnection con = repository.getConnection()) { +// logger.debug("connection established"); +// query(con); +// logger.debug("query success"); +// } +// catch (RDF4JException e) { +// logger.error("error adding statement ...", e); +// } +// manager.shutDown(); +// logger.debug("manager shutDown"); +// } +// +// private void query(RepositoryConnection repositoryConnection) { +// TupleQuery tupleQuery = repositoryConnection.prepareTupleQuery(QueryLanguage.SPARQL, strQuery); +// TupleQueryResult result = null; +// try { +// result = tupleQuery.evaluate(); +// int count = 0; +// while (result.hasNext()) { +// BindingSet bindingSet = result.next(); +// +// SimpleLiteral name = (SimpleLiteral)bindingSet.getValue("name"); +// logger.info("name = " + name.stringValue()); +// count++; +// } +// logger.info("Entries found: ", count); +// } +// catch (QueryEvaluationException qee) { +// logger.error(WTF_MARKER, qee.getStackTrace().toString(), qee); +// } finally { +// result.close(); +// } +// } + + diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/graphdb/GraphDBClientFactory.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/graphdb/GraphDBClientFactory.java new file mode 100644 index 0000000..93cfda9 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/graphdb/GraphDBClientFactory.java @@ -0,0 +1,48 @@ +package eu.dnetlib.ariadneplus.graphdb; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Component; + +import eu.dnetlib.ariadneplus.rdf.RecordParserHelper; + +/** + * @author enrico.ottonello + * + */ + +@Component +public class GraphDBClientFactory { + + private static final Log log = LogFactory.getLog(GraphDBClientFactory.class); + @Value("${graphdb.serverUrl}") + private String graphDBServerUrl; + + @Autowired + private RecordParserHelper recordParserHelper; + + public GraphDBClient getGraphDBClient() { + log.debug("Creating GraphDBClient for "+graphDBServerUrl); + return new GraphDBClient(recordParserHelper, graphDBServerUrl); + } + + public RecordParserHelper getRecordParserHelper() { + return recordParserHelper; + } + + public void setRecordParserHelper(final RecordParserHelper recordParserHelper) { + this.recordParserHelper = recordParserHelper; + } + + + public String getGraphDBServerUrl() { + return graphDBServerUrl; + } + + + public void setGraphDBServerUrl(String graphDBServerUrl) { + this.graphDBServerUrl = graphDBServerUrl; + } +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherController.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherController.java new file mode 100644 index 0000000..2f26e85 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherController.java @@ -0,0 +1,58 @@ +package eu.dnetlib.ariadneplus.publisher; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; +import org.springframework.web.bind.annotation.RequestParam; +import org.springframework.web.bind.annotation.RestController; + +import eu.dnetlib.ariadneplus.publisher.AriadnePlusPublisherHelper.AriadnePlusTargets; + +/** + * @author enrico.ottonello + * + */ + +@RestController +public class AriadnePlusPublisherController { + + private static final Log log = LogFactory.getLog(AriadnePlusPublisherController.class); + + private static final String DEFAULT_TARGET_ENDPOINT = "GRAPHDB"; + + @Autowired + private AriadnePlusPublisherHelper ariadneplusPublisherHelper; + + @RequestMapping(value = "/version", method = RequestMethod.GET) + public String version() throws AriadnePlusPublisherException { + return "3.0.0-SNAPSHOT"; + } + + @RequestMapping(value = "/publish", method = RequestMethod.POST) + public void publish(@RequestParam final String record, @RequestParam(required = false) String ariadneplusTarget) throws AriadnePlusPublisherException { + if (ariadneplusTarget==null) { + ariadneplusTarget = DEFAULT_TARGET_ENDPOINT; + } + getAriadnePlusPublisherHelper().publish(record, getTarget(ariadneplusTarget)); + } + + + @RequestMapping(value = "/unpublish", method = RequestMethod.GET) + public void unpublish(@RequestParam final String datasourceApi, @RequestParam(required = false) String ariadneplusTarget) throws AriadnePlusPublisherException { + getAriadnePlusPublisherHelper().unpublish(datasourceApi, getTarget(ariadneplusTarget)); + } + + private AriadnePlusTargets getTarget(String value) { + return AriadnePlusTargets.valueOf(value); + } + + public AriadnePlusPublisherHelper getAriadnePlusPublisherHelper() { + return ariadneplusPublisherHelper; + } + + public void setAriadnePlusPublisherHelper(final AriadnePlusPublisherHelper ariadneplusPublisherHelper) { + this.ariadneplusPublisherHelper = ariadneplusPublisherHelper; + } +} \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherException.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherException.java new file mode 100644 index 0000000..b451cb9 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherException.java @@ -0,0 +1,28 @@ +package eu.dnetlib.ariadneplus.publisher; + +/** + * @author enrico.ottonello + * + */ + +public class AriadnePlusPublisherException extends Exception{ + + public AriadnePlusPublisherException() { + } + + public AriadnePlusPublisherException(final String message) { + super(message); + } + + public AriadnePlusPublisherException(final String message, final Throwable cause) { + super(message, cause); + } + + public AriadnePlusPublisherException(final Throwable cause) { + super(cause); + } + + public AriadnePlusPublisherException(final String message, final Throwable cause, final boolean enableSuppression, final boolean writableStackTrace) { + super(message, cause, enableSuppression, writableStackTrace); + } +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherHelper.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherHelper.java new file mode 100644 index 0000000..3fbec73 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/AriadnePlusPublisherHelper.java @@ -0,0 +1,62 @@ +package eu.dnetlib.ariadneplus.publisher; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Component; + +import eu.dnetlib.ariadneplus.graphdb.GraphDBClient; +import eu.dnetlib.ariadneplus.graphdb.GraphDBClientFactory; + +/** + * @author enrico.ottonello + * + */ + +@Component +public class AriadnePlusPublisherHelper { + + private static final Log log = LogFactory.getLog(AriadnePlusPublisherHelper.class); + + public enum AriadnePlusTargets{ + GRAPHDB + } + + @Autowired + private GraphDBClientFactory graphdbClientFactory; + + public void publish(final String record, final AriadnePlusTargets target) throws AriadnePlusPublisherException { + switch(target){ + case GRAPHDB: + publishGraphDB(record); + break; + default: throw new AriadnePlusPublisherException("Target "+target+" not supported yet"); + } + + } + + public long unpublish(final String datasourceInterface, final AriadnePlusTargets target) throws AriadnePlusPublisherException { + long res = 0; + switch(target){ + case GRAPHDB: + res = unpublishGraphDB(datasourceInterface); + break; + default: throw new AriadnePlusPublisherException("Target "+target+" not supported yet"); + } + return res; + } + + private void publishGraphDB(final String record) throws AriadnePlusPublisherException { + log.debug("Publishing on graphdb"); + GraphDBClient graphDBClient = this.graphdbClientFactory.getGraphDBClient(); + graphDBClient.feed(record); + } + + private long unpublishGraphDB(final String datasourceInterface) { + log.info("Unpublishing from graphdb "+datasourceInterface); + GraphDBClient graphDBClient = this.graphdbClientFactory.getGraphDBClient(); + long deletedTriples = graphDBClient.drop(datasourceInterface); + log.info("# triples deleted for "+datasourceInterface+": "+deletedTriples); + return deletedTriples; + } +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/SaxonHelper.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/SaxonHelper.java new file mode 100644 index 0000000..120f913 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/publisher/SaxonHelper.java @@ -0,0 +1,180 @@ +package eu.dnetlib.ariadneplus.publisher; + +import java.io.StringReader; +import java.util.Map; +import java.util.Map.Entry; +import javax.xml.transform.sax.SAXSource; + +import com.google.common.collect.Maps; +import net.sf.saxon.s9api.*; +import net.sf.saxon.s9api.Serializer.Property; +import org.springframework.stereotype.Component; +import org.xml.sax.InputSource; + +/** + * @author enrico.ottonello + * + */ + +@Component +public class SaxonHelper { + + private Processor xmlProcessor = new Processor(false); + + + public Helper help(){ + return new Helper(); + } + + public class Helper{ + private Serializer serializer; + + Helper() { + this.serializer = xmlProcessor.newSerializer(); + serializer.setOutputProperty(Property.METHOD, "xml"); + serializer.setOutputProperty(Property.INDENT, "yes"); + } + + public Helper setSerializerProperty(Property p, String value){ + serializer.setOutputProperty(p, value); + return this; + } + + public XdmNode parseXML(final String xmlSource) throws SaxonApiException { + SAXSource source = new SAXSource(new InputSource(new StringReader(xmlSource))); + DocumentBuilder docBuilder = xmlProcessor.newDocumentBuilder(); + return docBuilder.build(source); + } + + /** + * Evaluate the given xpath on the given XML source. + * + * @param xmlSource XML source string + * @param xpath the xpath to evaluate + * @param namespaces the map of namespaces to be declared to evaluate the xpath + * @return an XdmItem resulting from the evaluation of the xpath. Returns null if nothing matches. + */ + public XdmItem evaluateSingle(final String xmlSource, final String xpath, final Map namespaces) throws SaxonApiException { + XPathSelector xpathSelector = prepareXPathSelector(xpath, namespaces); + return evaluateSingle(xmlSource, xpathSelector); + } + + /** + * Applies the given xpath selector on the given XML source. + * + * @param xmlSource XML source string + * @param xpathSelector the configured xpath selector to apply + * @return an XdmItem resulting from the evaluation of the xpath. Returns null if nothing matches. + */ + public XdmItem evaluateSingle(final String xmlSource, final XPathSelector xpathSelector) throws SaxonApiException { + XdmNode xdmNode = parseXML(xmlSource); + xpathSelector.setContextItem(xdmNode); + return xpathSelector.evaluateSingle(); + } + + /** + * Get an XPathSelector for the given xpath and namespaces. + * @param xpath the xpath + * @param namespaces the map of namespaces to be declared to evaluate the xpath + * @return XPathSelector + * @throws SaxonApiException + */ + public XPathSelector prepareXPathSelector(final String xpath,final Map namespaces) throws SaxonApiException { + XPathCompiler compiler = xmlProcessor.newXPathCompiler(); + for (Entry ns : namespaces.entrySet()) { + compiler.declareNamespace(ns.getKey(), ns.getValue()); + } + XPathExecutable xpathExecutable = compiler.compile(xpath); + XPathSelector xpathSelector = xpathExecutable.load(); + return xpathSelector; + } + + /** + * Get an XPathSelector for the given xpath and namespaces. + * @param xpath the xpath + * @param nsPrefix namespace prefix + * @param ns namespace URI + * @return XPathSelector + * @throws SaxonApiException + */ + public XPathSelector prepareXPathSelector(final String xpath,final String nsPrefix, final String ns) throws SaxonApiException { + Map map = Maps.newHashMap(); + map.put(nsPrefix, ns); + return prepareXPathSelector(xpath, map); + } + + /** + * Evaluate the given xpath on the given XML source. + * @param xmlSource XML source string + * @param xpath the xpath to evaluate + * @param nsPrefix namespace prefix + * @param ns namespace URI + * @return an XdmItem resulting from the evaluation of the xpath. Returns null if nothing matches. + * @throws SaxonApiException + * + */ + public XdmItem evaluateSingle(final String xmlSource, final String xpath, final String nsPrefix, final String ns) throws SaxonApiException { + Map map = Maps.newHashMap(); + map.put(nsPrefix, ns); + return evaluateSingle(xmlSource, xpath, map); + } + /** + * Evaluate the given xpath on the given XML source. + * + * @param xmlSource XML source string + * @param xpath the xpath to evaluate. xpath must evaluate to an xdmNode + * @param namespaces the map of namespaces to be declared to evaluate the xpath + * @return the XML serialization as string of the XdmItem resulting from the evaluation of the xpath. Returns null if nothing matches. + * @throws ClassCastException if xpath is not evaluated to a node. + */ + public String evaluateSingleAsString(final String xmlSource, final String xpath, final Map namespaces) throws SaxonApiException { + XdmItem item = evaluateSingle(xmlSource, xpath, namespaces); + if(item != null){ + XdmNode node = (XdmNode) item; + return serializer.serializeNodeToString(node); + } + else return null; + } + + + /** + * Applies the given xpath selector on the given XML source. + * + * @param xmlSource XML source string + * @param xpathSelector the configured xpath selector to apply + * @return the XML serialization as string of the XdmItem resulting from the evaluation of the xpath. Returns null if nothing matches. + * @throws ClassCastException if xpath is not evaluated to a node. + */ + public String evaluateSingleAsString(final String xmlSource, final XPathSelector xpathSelector) throws SaxonApiException { + XdmItem item = evaluateSingle(xmlSource, xpathSelector); + if(item != null){ + XdmNode node = (XdmNode) item; + return serializer.serializeNodeToString(node); + } + else return null; + } + + /** + * Evaluate the given xpath on the given XML source. + * + * @param xmlSource XML source string + * @param xpath the xpath to evaluate. xpath must evaluate to an xdmNode + * @param nsPrefix namespace prefix + * @param ns namespace URI + * @return the XML serialization as string of the XdmItem resulting from the evaluation of the xpath. Returns null if nothing matches. + * @throws ClassCastException if xpath is not evaluated to a node. + */ + public String evaluateSingleAsString(final String xmlSource, final String xpath, final String nsPrefix, final String ns) throws SaxonApiException { + Map map = Maps.newHashMap(); + map.put(nsPrefix, ns); + return evaluateSingleAsString(xmlSource, xpath, map); + } + + + } + + + + + +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/rdf/RecordParserHelper.java b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/rdf/RecordParserHelper.java new file mode 100644 index 0000000..b61b573 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/java/eu/dnetlib/ariadneplus/rdf/RecordParserHelper.java @@ -0,0 +1,101 @@ +package eu.dnetlib.ariadneplus.rdf; + +import java.util.Map; + +import javax.annotation.PostConstruct; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Component; + +import com.google.common.collect.Maps; + +import eu.dnetlib.ariadneplus.publisher.SaxonHelper; +import net.sf.saxon.s9api.SaxonApiException; +import net.sf.saxon.s9api.Serializer; +import net.sf.saxon.s9api.XPathSelector; + +/** + * @author enrico.ottonello + * + */ + +@Component +public class RecordParserHelper { + + private static final Log log = LogFactory.getLog(RecordParserHelper.class); + + public static final String OAI_NAMESPACE_URI = "http://www.openarchives.org/OAI/2.0/"; + public static final String DRI_NAMESPACE_URI = "http://www.driver-repository.eu/namespace/dri"; + public static final String RDF_NAMESPACE_URI = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"; + + @Autowired + private SaxonHelper saxonHelper; + + private XPathSelector xpathSelectorObjIdentifier; + private XPathSelector xpathSelectorCollectionDate; + private XPathSelector xpathSelectorTransformationDate; + private XPathSelector xpathSelectorDatasourceName; + private XPathSelector xpathSelectorDatasourceApi; + private XPathSelector xpathSelectorRDF; + + @PostConstruct + public void init() throws SaxonApiException { + prepareXpathSelectors(); + } + + public String getCollectionDate(final String record) { + return extractFromRecord(record, xpathSelectorCollectionDate); + } + + public String getTransformationDate(final String record) { + return extractFromRecord(record, xpathSelectorTransformationDate); + } + + public String getDatasourceName(final String record) { + return extractFromRecord(record, xpathSelectorDatasourceName); + } + + public String getDatasourceApi(final String record) { + return extractFromRecord(record, xpathSelectorDatasourceApi); + } + + public String getObjIdentifier(final String record) { + return extractFromRecord(record, xpathSelectorObjIdentifier); + } + + public String getRDF(final String record) { + return extractFromRecord(record, xpathSelectorRDF); + } + + private String extractFromRecord(final String record, final XPathSelector xPathSelector) { + try { + return this.saxonHelper.help().setSerializerProperty(Serializer.Property.OMIT_XML_DECLARATION, "yes").evaluateSingleAsString(record, xPathSelector); + } catch (SaxonApiException e) { + log.error(e); + throw new RuntimeException("Cannot extract content from path "+ xPathSelector.toString(), e); + } + } + + private void prepareXpathSelectors() throws SaxonApiException { + Map namespaces = Maps.newHashMap(); + namespaces.put("oai", OAI_NAMESPACE_URI); + namespaces.put("dri", DRI_NAMESPACE_URI); + namespaces.put("rdf", RDF_NAMESPACE_URI); + xpathSelectorObjIdentifier = this.saxonHelper.help().prepareXPathSelector("//oai:header/dri:objIdentifier/text()", namespaces); + xpathSelectorCollectionDate = this.saxonHelper.help().prepareXPathSelector("//oai:header/dri:dateOfCollection/text()", namespaces); + xpathSelectorTransformationDate = this.saxonHelper.help().prepareXPathSelector("//oai:header/dri:dateOfTransformation/text()", namespaces); + xpathSelectorDatasourceName = this.saxonHelper.help().prepareXPathSelector("//oai:header/dri:datasourcename/text()", namespaces); + xpathSelectorDatasourceApi = this.saxonHelper.help().prepareXPathSelector("//oai:header/dri:datasourceapi/text()", namespaces); + xpathSelectorRDF = this.saxonHelper.help().prepareXPathSelector("//oai:metadata/rdf:RDF", namespaces); + } + + public SaxonHelper getSaxonHelper() { + return saxonHelper; + } + + public void setSaxonHelper(final SaxonHelper saxonHelper) { + this.saxonHelper = saxonHelper; + } +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties b/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties new file mode 100644 index 0000000..58f0e6a --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/application.properties @@ -0,0 +1,5 @@ +server.contextPath=/ariadneplus-graphdb +server.port=8281 + +graphdb.serverUrl=http://localhost:7200/ +graphdb.sparqlUrl = http://localhost:7200/sparql diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/D14_Software.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/D14_Software.sparql new file mode 100644 index 0000000..f8fa1bd --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/D14_Software.sparql @@ -0,0 +1,106 @@ +DEFINE input:inference 'ariadneplus_rules' + +CONSTRUCT { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + + <${subjectURL}> crm:P102_has_title ?title . + <${subjectURL}> crm:P3_has_note ?description . + <${subjectURL}> a ?type . + <${subjectURL}> rdfs:label ?label . + + <${subjectURL}> crm:P129_is_about ?about . + ?about a ?aboutType . + ?about rdfs:label ?aboutLabel . + + <${subjectURL}> crm:P2_has_type ?e55TypeLabel . + + <${subjectURL}> crmpe:PP7i_is_software_object_hosted_by ?host . + <${subjectURL}> crmpe:PP32i_is_curated_by ?curatingService . + + <${subjectURL}> crmpe:PP17_has_snapshot ?snapshot1 . + <${subjectURL}> crmpe:PP17i_is_snapshot_of ?snapshot2 . + + <${subjectURL}> crmpe:PP21_has_software_part ?sw1 . + <${subjectURL}> crmpe:PP21i_is_software_part_of ?sw2 . + <${subjectURL}> crmpe:PP22_has_release ?sw3 . + <${subjectURL}> crmpe:PP22i_is_release_of ?sw4 . + + <${subjectURL}> ?adopter . + <${subjectURL}> ?creationtime . +} +WHERE { + <${subjectURL}> a crmdig:D14_Software . + <${subjectURL}> a ?type . + { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + } + UNION +{ + <${subjectURL}> crm:P1_is_identified_by ?titleRes . + ?titleRes a crm:E41_Appellation . + ?titleRes rdfs:label ?title . +} +UNION{ + <${subjectURL}> crm:P3_has_note ?description . +} +UNION{ + <${subjectURL}> rdfs:label ?label . +} +UNION { + <${subjectURL}> crm:P2_has_type ?e55Type . + ?e55Type rdfs:label ?e55TypeLabel . +} + UNION{ + <${subjectURL}> crm:P129_is_about ?about . + ?about a ?aboutType . + ?about rdfs:label ?aboutLabel . + } + UNION{<${subjectURL}> crmpe:PP7i_is_software_object_hosted_by ?host . } + UNION{?host crmpe:PP7_hosts_software_object <${subjectURL}> . } + UNION{<${subjectURL}> crmpe:PP32i_is_curated_by ?curatingService .} + UNION{?curatingService crmpe:PP32_curates <${subjectURL}> .} + UNION{ + <${subjectURL}> crmpe:PP32i_is_curated_by ?curatingService . + ?curatingService crmpe:PP31_uses_curation_plan ?curationplan . + } +UNION{ + ?curatingService crmpe:PP32_curates <${subjectURL}> . + ?curatingService crmpe:PP31_uses_curation_plan ?curationplan . +} + UNION{<${subjectURL}> crmpe:PP17_has_snapshot ?snapshot1 .} + UNION{ ?snapshot1 crmpe:PP17i_is_snapshot_of <${subjectURL}> .} + UNION{<${subjectURL}> crmpe:PP17i_is_snapshot_of ?snapshot2 .} + UNION{ ?snapshot2 crmpe:PP17_has_snapshot <${subjectURL}> .} + + UNION{<${subjectURL}> crmpe:PP21_has_software_part ?sw1 .} + UNION{?sw1 crmpe:PP21i_is_software_part_of <${subjectURL}>.} + + UNION{ ?sw2 crmpe:PP21_has_software_part <${subjectURL}> .} + UNION{<${subjectURL}> crmpe:PP21i_is_software_part_of ?sw2 .} + + UNION{<${subjectURL}> crmpe:PP22_has_release ?sw3 .} + UNION{?sw3 crmpe:PP22i_is_release_of <${subjectURL}> .} + + UNION{<${subjectURL}> crmpe:PP22i_is_release_of ?sw4 .} + UNION{?sw4 crmpe:PP22_has_release <${subjectURL}> .} + + UNION{ + ?adopter crm:P94i_was_created_by ?event . + ?event crmdig:L23_used_software_or_firmware <${subjectURL}> . + } + UNION { + <${subjectURL}> crmdig:L23i_was_software_or_firmware_used_by ?event . + ?adopter crm:P94i_was_created_by ?event . + } + UNION{ + <${subjectURL}> crm:P94i_was_created_by ?event1 . + ?event1 crm:P2_has_type . + ?event1 crm:P4_has_time-span ?timespan . + ?timespan crm:P81_ongoing_throughout ?creationtime . + } +} +LIMIT 1000 \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E29_Design_or_Procedure.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E29_Design_or_Procedure.sparql new file mode 100644 index 0000000..5ef1d16 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E29_Design_or_Procedure.sparql @@ -0,0 +1,51 @@ +DEFINE input:inference 'ariadneplus_rules' + +CONSTRUCT { +<${subjectURL}> crm:P1_is_identified_by ?IDRes . +?IDRes a crm:E42_Identifier . +?IDRes rdfs:label ?ID_label . + +<${subjectURL}> crm:P102_has_title ?title . +<${subjectURL}> crm:P3_has_note ?description . +<${subjectURL}> a ?type . +<${subjectURL}> rdfs:label ?label . + +<${subjectURL}> crm:P2_has_type ?e55TypeLabel . + +<${subjectURL}> ?adopter . +<${subjectURL}> ?creationtime . +} +WHERE { + <${subjectURL}> a crm:E29_Design_or_Procedure . + <${subjectURL}> a ?type . + { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + } + UNION +{ + <${subjectURL}> crm:P1_is_identified_by ?titleRes . + ?titleRes a crm:E41_Appellation . + ?titleRes rdfs:label ?title . +} +UNION{ + <${subjectURL}> crm:P3_has_note ?description . +} +UNION{ + <${subjectURL}> rdfs:label ?label . +} +UNION { + <${subjectURL}> crm:P2_has_type ?e55Type . + ?e55Type rdfs:label ?e55TypeLabel . +} +UNION { + ?adopter crmpe:PP31_uses_curation_plan <${subjectURL}> . +} +UNION{ + <${subjectURL}> crm:P94i_was_created_by ?event1 . + ?event1 crm:P2_has_type . + ?event1 crm:P4_has_time-span ?timespan . + ?timespan crm:P81_ongoing_throughout ?creationtime . +} +} \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E39_Actor.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E39_Actor.sparql new file mode 100644 index 0000000..dfbad19 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E39_Actor.sparql @@ -0,0 +1,68 @@ +DEFINE input:inference 'ariadneplus_rules' + +CONSTRUCT { +<${subjectURL}> rdfs:label ?label . +<${subjectURL}> a ?type . +<${subjectURL}> crm:P2_has_type ?e55TypeLabel . + +<${subjectURL}> crm:P1_is_identified_by ?IDRes . +?IDRes a crm:E42_Identifier . +?IDRes rdfs:label ?ID_label . + +<${subjectURL}> crm:P102_has_title ?title . +<${subjectURL}> crm:P3_has_note ?description . + +<${subjectURL}> crm:P76_has_contact_point ?contactpoint . +?contactpoint crm:P2_has_type ?contactpointType . +?contactpoint rdfs:label ?contactpointLabel . +?contactpointType rdfs:label ?contactpointTypeLabel . + +<${subjectURL}> crm:P107_has_current_or_former_member ?member1 . +<${subjectURL}> crm:P107i_is_current_or_former_member_of ?team . +<${subjectURL}> crmpe:PP2i_provides ?service . + +<${subjectURL}> crmpe:PP44i_is_maintaining_team_of ?maintained . +} +WHERE { + <${subjectURL}> a crm:E39_Actor . + <${subjectURL}> a ?type . + { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + } + UNION +{ + <${subjectURL}> crm:P1_is_identified_by ?titleRes . + ?titleRes a crm:E41_Appellation . + ?titleRes rdfs:label ?title . +} +UNION{ <${subjectURL}> crm:P3_has_note ?description .} +UNION{ <${subjectURL}> rdfs:label ?label .} +UNION { + <${subjectURL}> crm:P2_has_type ?e55Type . + ?e55Type rdfs:label ?e55TypeLabel . +} +UNION{ + <${subjectURL}> crm:P76_has_contact_point ?contactpoint . +} + UNION{ + <${subjectURL}> crm:P76_has_contact_point ?contactpoint . + ?contactpoint rdfs:label ?contactpointLabel . +} +UNION{ + <${subjectURL}> crm:P76_has_contact_point ?contactpoint . + ?contactpoint crm:P2_has_type ?contactpointType . + ?contactpointType rdfs:label ?contactpointTypeLabel . + } + UNION{ <${subjectURL}> crm:P107_has_current_or_former_member ?member1 .} + UNION{ ?member1 crm:P107_has_current_or_former_member <${subjectURL}> .} + UNION{ <${subjectURL}> crm:P107i_is_current_or_former_member_of ?team .} + UNION{ ?team crm:P107_has_current_or_former_member <${subjectURL}> .} + + UNION{ <${subjectURL}> crmpe:PP2i_provides ?service .} + UNION{ ?service crmpe:PP2_provided_by <${subjectURL}> .} + + UNION{ <${subjectURL}> crmpe:PP44i_is_maintaining_team_of ?maintained .} + UNION{ ?maintained crmpe:PP44_has_maintaining_team <${subjectURL}> .} +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E78_Collection.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E78_Collection.sparql new file mode 100644 index 0000000..98dd6ae --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/E78_Collection.sparql @@ -0,0 +1,73 @@ +DEFINE input:inference 'ariadneplus_rules' + +CONSTRUCT { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + + <${subjectURL}> crm:P102_has_title ?title . + <${subjectURL}> crm:P3_has_note ?description . + <${subjectURL}> a ?type . + <${subjectURL}> rdfs:label ?label . + + <${subjectURL}> crm:P129_is_about ?about . + ?about a ?aboutType . + ?about rdfs:label ?aboutLabel . + + <${subjectURL}> crm:P2_has_type ?e55TypeLabel . + + <${subjectURL}> crm:P46_is_composed_of ?Col_Part . + + <${subjectURL}> crmpe:PP4i_is_object_hosted_by ?host_serv . + <${subjectURL}> crmpe:PP32i_is_curated_by ?curator . + <${subjectURL}> ?creator . + + <${subjectURL}> crm:P72_has_language ?languageLabel . +} +WHERE { + <${subjectURL}> a crm:E78_Collection . + <${subjectURL}> a ?type . + { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + } + UNION +{ + <${subjectURL}> crm:P1_is_identified_by ?titleRes . + ?titleRes a crm:E41_Appellation . + ?titleRes rdfs:label ?title . +} +UNION{ + <${subjectURL}> crm:P3_has_note ?description . +} +UNION{ + <${subjectURL}> rdfs:label ?label . +} +UNION{ +<${subjectURL}> crm:P129_is_about ?about . +?about a ?aboutType . +?about rdfs:label ?aboutLabel . +} +UNION { +<${subjectURL}> crm:P2_has_type ?e55Type . +?e55Type rdfs:label ?e55TypeLabel . +} +UNION{ <${subjectURL}> crm:P46_is_composed_of ?Col_Part .} +UNION{ ?Col_Part crm:P46i_forms_part_of <${subjectURL}> .} + +UNION{ <${subjectURL}> crmpe:PP4i_is_object_hosted_by ?host_serv .} +UNION{ <${subjectURL}> crmpe:PP32i_is_curated_by ?curator .} +UNION{ ?host_serv crmpe:PP4_hosts_object <${subjectURL}> .} +UNION{ ?curator crmpe:PP32_curates <${subjectURL}> .} + +UNION { + <${subjectURL}> crm:P94i_was_created_by ?Creation_event . + ?Creation_event crm:P14_carried_out_by ?creator . +} +UNION { + <${subjectURL}> crm:P72_has_language ?language . + ?language rdfs:label ?languageLabel . +} + +} LIMIT 30000 \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE18_Dataset.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE18_Dataset.sparql new file mode 100644 index 0000000..1012e27 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE18_Dataset.sparql @@ -0,0 +1,138 @@ +DEFINE input:inference 'ariadneplus_rules' + +CONSTRUCT { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + + <${subjectURL}> crm:P102_has_title ?title . + <${subjectURL}> crm:P3_has_note ?description . + <${subjectURL}> a ?type . + <${subjectURL}> rdfs:label ?label . + + <${subjectURL}> crm:P129_is_about ?about . + ?about a ?aboutType . + ?about rdfs:label ?aboutLabel . + + <${subjectURL}> crm:P2_has_type ?e55TypeLabel . + + <${subjectURL}> crmpe:PP8i_is_dataset_hosted_by ?host . + <${subjectURL}> crmpe:PP32i_is_curated_by ?curator . + + <${subjectURL}> crm:P106i_forms_part_of ?container . + <${subjectURL}> crm:P106_is_composed_of ?d3 . + + <${subjectURL}> crmpe:PP39_is_metadata_for ?anotherdataset . + <${subjectURL}> crmpe:PP39i_has_metadata ?metadata . + + <${subjectURL}> crmpe:PP17i_is_snapshot_of ?snapshotted . + <${subjectURL}> crmpe:PP17_has_snapshot ?snapshot . + + <${subjectURL}> ?encoding_label . + <${subjectURL}> ?sw . + <${subjectURL}> ?creator . + <${subjectURL}> ?creationtime . + <${subjectURL}> ?updatetime . + <${subjectURL}> ?custodytime . + <${subjectURL}> ?custodialhistoryNote . + <${subjectURL}> ?curationtime . + <${subjectURL}> crm:P72_has_language ?languageLabel . +} +WHERE { + <${subjectURL}> a crmpe:PE18_Dataset . + <${subjectURL}> a ?type . + { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + } + UNION +{ + <${subjectURL}> crm:P1_is_identified_by ?titleRes . + ?titleRes a crm:E41_Appellation . + ?titleRes rdfs:label ?title . +} +UNION{ + <${subjectURL}> crm:P3_has_note ?description . +} +UNION{ + <${subjectURL}> rdfs:label ?label . +} + UNION{ + <${subjectURL}> crm:P129_is_about ?about . + ?about a ?aboutType . + ?about rdfs:label ?aboutLabel . + } + UNION { + <${subjectURL}> crm:P2_has_type ?e55Type . + ?e55Type rdfs:label ?e55TypeLabel . + } + UNION{ <${subjectURL}> crmpe:PP8i_is_dataset_hosted_by ?host . } + UNION{ ?host crmpe:PP8_hosts_dataset <${subjectURL}> . } + UNION{ <${subjectURL}> crmpe:PP32i_is_curated_by ?curator .} + UNION{ ?curator crmpe:PP32_curates <${subjectURL}> .} + UNION{ <${subjectURL}> crmpe:PP32i_is_curated_by ?curator .} + UNION{ ?curator crmpe:PP32_curates <${subjectURL}> .} + UNION{ <${subjectURL}> crmpe:PP31_uses_curation_plan ?curationplan .} + UNION{ <${subjectURL}> crm:P106i_forms_part_of ?container .} + UNION{ ?container crm:P106_is_composed_of <${subjectURL}> .} + UNION{ <${subjectURL}> crm:P106_is_composed_of ?d3 .} + UNION{ ?d3 crm:P106i_forms_part_of <${subjectURL}> .} + UNION{ <${subjectURL}> crmpe:PP39_is_metadata_for ?anotherdataset .} + UNION{ ?anotherdataset crmpe:PP39i_has_metadata <${subjectURL}> .} + UNION{ <${subjectURL}> crmpe:PP39i_has_metadata ?metadata .} + UNION{ ?metadata crmpe:PP39_is_metadata_for <${subjectURL}> .} + UNION{ <${subjectURL}> crmpe:PP17_has_snapshot ?snapshot .} + UNION{ ?snapshot crmpe:PP17i_is_snapshot_of <${subjectURL}> .} + UNION{ <${subjectURL}> crmpe:PP17i_is_snapshot_of ?snapshotted .} + UNION{ ?snapshotted crmpe:PP17_has_snapshot <${subjectURL}> .} + UNION{ + <${subjectURL}> crm:P94i_was_created_by ?Creation_event . + ?Creation_event crm:P33_used_specific_technique ?technique . + ?technique crm:P2_has_type ?techniquetype . + ?techniquetype rdfs:label ?encoding_label . + } +UNION{ + <${subjectURL}> crm:P94i_was_created_by ?Creation_event . + ?Creation_event crm:P2_has_type . + ?Creation_event crmdig:L23_used_software_or_firmware ?sw . +} +UNION{ + <${subjectURL}> crm:P94i_was_created_by ?Creation_event . + ?Creation_event crm:P2_has_type . + ?Creation_event crm:P14_carried_out_by ?creator . + } +UNION{ + <${subjectURL}> crm:P94i_was_created_by ?event1 . + ?event1 crm:P2_has_type . + ?event1 crm:P4_has_time-span ?timespan . + ?timespan crm:P81_ongoing_throughout ?creationtime . + } +UNION{ + <${subjectURL}> crm:P94i_was_created_by ?updateEvent . + ?updateEvent crm:P2_has_type . + ?updateEvent crm:P4_has_time-span ?timespanUpdate . + ?timespanUpdate crm:P82_at_some_time_within ?updatetime . +} +UNION{ + <${subjectURL}> crm:P94i_was_created_by ?custodialhistory . + ?custodialhistory crm:P2_has_type . + ?custodialhistory crm:P3_has_note ?custodialhistoryNote . +} +UNION{ + <${subjectURL}> crm:P94i_was_created_by ?custodialhistory . + ?custodialhistory crm:P2_has_type . + ?custodialhistory crm:P4_has_time-span ?timespanCustody . + ?timespanCustody crm:P82_at_some_time_within ?custodytime . +} +UNION { + <${subjectURL}> ?hasCurationActivity ?curationActivity . + ?curationActivity a crm:E87_Curation_Activity . + ?curationActivity crm:P4_has_time-span ?curationActivitytimespan . + ?curationActivitytimespan crm:P82_at_some_time_within ?curationtime . +} +UNION { + <${subjectURL}> crm:P72_has_language ?language . + ?language rdfs:label ?languageLabel . +} +} \ No newline at end of file diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE1_Service.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE1_Service.sparql new file mode 100644 index 0000000..873ea06 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE1_Service.sparql @@ -0,0 +1,148 @@ +DEFINE input:inference 'ariadneplus_rules' + +CONSTRUCT { +<${subjectURL}> crm:P1_is_identified_by ?IDRes . +?IDRes a crm:E42_Identifier . +?IDRes rdfs:label ?ID_label . + +<${subjectURL}> crm:P102_has_title ?title . +<${subjectURL}> crm:P3_has_note ?description . +<${subjectURL}> rdfs:label ?label . +<${subjectURL}> a ?type . +<${subjectURL}> crm:P2_has_type ?atypeLabel . + +<${subjectURL}> crmpe:PP2_provided_by ?provider . +?provider crm:P1_is_identified_by ?providerTitle . +?provider rdfs:label ?providerLabel . +?provider crm:P3_has_note ?providerDescr . +?provider crm:P76_has_contact_point ?contactpoint . +?contactpoint crm:P2_has_type ?contactpointType . +?contactpoint rdfs:label ?contactpointLabel . +?contactpointType rdfs:label ?contactpointTypeLabel . + +<${subjectURL}> crmpe:PP4_hosts_object ?object . + +<${subjectURL}> crmpe:PP28_has_designated_access_point ?accesspoint . +<${subjectURL}> crmpe:PP1i_is_currently_offered_by ?offerer . +<${subjectURL}> crmpe:PP45_has_competency ?competenceLabel . + +<${subjectURL}> crmpe:PP31_uses_curation_plan ?curationplan . + +<${subjectURL}> crmpe:PP29_uses_access_protocol ?protocol . +?protocol rdfs:label ?protocolLabel . + +<${subjectURL}> crmpe:PP32_curates ?object2 . + +<${subjectURL}> crmpe:PP15_delivers_on_request ?delivered . +<${subjectURL}> crmpe:PP14_runs_on_request ?ran . + +<${subjectURL}> crmpe:PP42_has_declarative_time ?declTime . + +<${subjectURL}> ?availabilityLabel . +<${subjectURL}> ?activitytypeLabel . + + <${subjectURL}> crm:P16_used_specific_object ?Conditions_of_Use . + ?Conditions_of_Use a crm:E30_Right . + ?Conditions_of_Use crm:P3_has_note ?Conditions_of_Use_Note . + ?Conditions_of_Use crm:P2_has_type ?Conditions_of_Use_Type . + ?Conditions_of_Use_Type rdfs:label ?Conditions_of_Use_Type_label . + +} +WHERE { + <${subjectURL}> a crmpe:PE1_Service . + <${subjectURL}> a ?type . + { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + } + UNION +{ + <${subjectURL}> crm:P1_is_identified_by ?titleRes . + ?titleRes a crm:E41_Appellation . + ?titleRes rdfs:label ?title . + FILTER NOT EXISTS { ?titleRes a crm:E51_Contact_Point } +} +UNION{ + <${subjectURL}> crm:P3_has_note ?description . +} +UNION{ + <${subjectURL}> rdfs:label ?label . +} + UNION{ + <${subjectURL}> crm:P2_has_type ?atype . + ?atype rdfs:label ?atypeLabel . +} +UNION{ + <${subjectURL}> crm:P2_has_type ?availability . + ?availability rdfs:label ?availabilityLabel . + FILTER(STRSTARTS(STR(?availability), "http://ariadneplus.d4science.org/handle/AriadnePlus/REG/Concept/availabilitytype")) +} +UNION{ + <${subjectURL}> crm:P2_has_type ?activitytype . + ?activitytype rdfs:label ?activitytypeLabel . + FILTER(STRSTARTS(STR(?activitytype), "http://ariadneplus.d4science.org/handle/AriadnePlus/REG/Concept/activitytype")) +} +UNION { +<${subjectURL}> crmpe:PP2_provided_by ?provider . + ?provider crm:P1_is_identified_by ?providerTitleRes . + ?providerTitleRes rdfs:label ?providerTitle . +} +UNION { +<${subjectURL}> crmpe:PP2_provided_by ?provider . + ?provider crm:P3_has_note ?providerDescr . +} +UNION { +<${subjectURL}> crmpe:PP2_provided_by ?provider . + ?provider rdfs:label ?providerLabel . +} +UNION { +<${subjectURL}> crmpe:PP2_provided_by ?provider . + ?provider crm:P76_has_contact_point ?contactpoint . +?contactpoint rdfs:label ?contactpointLabel . +} +UNION { +<${subjectURL}> crmpe:PP2_provided_by ?provider . + ?provider crm:P76_has_contact_point ?contactpoint . + ?contactpoint crm:P2_has_type ?contactpointType . + ?contactpointType rdfs:label ?contactpointTypeLabel .} +UNION { <${subjectURL}> crmpe:PP28_has_designated_access_point ?accesspoint .} +UNION { ?accesspoint crmpe:PP28i_is_designated_access_point_of <${subjectURL}> .} +UNION { <${subjectURL}> crmpe:PP1i_is_currently_offered_by ?offerer .} +UNION { ?offerer crmpe:PP1_currently_offers <${subjectURL}> .} +UNION { + <${subjectURL}> crmpe:PP45_has_competency ?competence . + ?competence rdfs:label ?competenceLabel .} +UNION { <${subjectURL}> crmpe:PP4_hosts_object ?object .} +UNION { ?object crmpe:PP4i_is_object_hosted_by <${subjectURL}> .} + +UNION {<${subjectURL}> crmpe:PP31_uses_curation_plan ?curationplan .} +UNION { ?curationplan crmpe:PP31i_is_curation_plan_used_by <${subjectURL}> .} +UNION { + <${subjectURL}> crmpe:PP29_uses_access_protocol ?protocol . + ?protocol rdfs:label ?protocolLabel .} +UNION { + ?protocol crmpe:PP29i_is_access_protocol_used_by <${subjectURL}> . + ?protocol rdfs:label ?protocolLabel .} +UNION { <${subjectURL}> crmpe:PP32_curates ?object2 .} +UNION { ?object2 crmpe:PP32i_is_curated_by <${subjectURL}> .} +UNION { <${subjectURL}> crmpe:PP15_delivers_on_request ?delivered .} +UNION { ?delivered crmpe:PP15i_is_delivered_by <${subjectURL}>.} +UNION { <${subjectURL}> crmpe:PP14_runs_on_request ?ran .} +UNION { ?ran crmpe:PP14i_is_run_by <${subjectURL}>.} + UNION { + <${subjectURL}> crmpe:PP42_has_declarative_time ?declTime .} +UNION { + <${subjectURL}> crm:P16_used_specific_object ?Conditions_of_Use . + ?Conditions_of_Use a crm:E30_Right . + ?Conditions_of_Use crm:P3_has_note ?Conditions_of_Use_Note . +} +UNION { + <${subjectURL}> crm:P16_used_specific_object ?Conditions_of_Use . + ?Conditions_of_Use a crm:E30_Right . + ?Conditions_of_Use crm:P2_has_type ?Conditions_of_Use_Type . + ?Conditions_of_Use_Type rdfs:label ?Conditions_of_Use_Type_label . +} + +} + diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE35_Project.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE35_Project.sparql new file mode 100644 index 0000000..3695c2a --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/PE35_Project.sparql @@ -0,0 +1,62 @@ +DEFINE input:inference 'ariadneplus_rules' + +CONSTRUCT { + <${subjectURL}> rdfs:label ?label . + +<${subjectURL}> crm:P1_is_identified_by ?IDRes . +?IDRes a crm:E42_Identifier . +?IDRes rdfs:label ?ID_label . + +<${subjectURL}> crm:P102_has_title ?title . + + <${subjectURL}> crm:P3_has_note ?description . + + <${subjectURL}> a ?type . + + <${subjectURL}> crmpe:PP1_currently_offers ?offeredservice . + +<${subjectURL}> crmpe:PP44_has_maintaining_team ?team . + ?team crm:P76_has_contact_point ?contactpoint . + ?contactpoint crm:P2_has_type ?contactpointType . + ?contactpoint rdfs:label ?contactpointLabel . + ?contactpointType rdfs:label ?contactpointTypeLabel . + + <${subjectURL}> crm:P4_has_time-span ?time_span . + ?time_span crm:P82a_begin_of_the_begin ?time_actual . +} +WHERE { + <${subjectURL}> a crmpe:PE35_Project . + <${subjectURL}> a ?type . + { + <${subjectURL}> crm:P1_is_identified_by ?IDRes . + ?IDRes a crm:E42_Identifier . + ?IDRes rdfs:label ?ID_label . + } + UNION + { + <${subjectURL}> crm:P1_is_identified_by ?titleRes . + ?titleRes a crm:E41_Appellation . + ?titleRes rdfs:label ?title . + } +UNION{ <${subjectURL}> crm:P3_has_note ?description .} +UNION{ <${subjectURL}> rdfs:label ?label .} + +UNION{ + <${subjectURL}> crmpe:PP1_currently_offers ?offeredservice . +} +UNION{ + <${subjectURL}> crmpe:PP44_has_maintaining_team ?team . + } + UNION{ + <${subjectURL}> crmpe:PP44_has_maintaining_team ?team . + ?team crm:P76_has_contact_point ?contactpoint . + ?contactpoint crm:P2_has_type ?contactpointType . + ?contactpoint rdfs:label ?contactpointLabel . + ?contactpointType rdfs:label ?contactpointTypeLabel . + } +UNION { + <${subjectURL}> crm:P4_has_time-span ?time_span . + ?time_span crm:P82a_begin_of_the_begin ?time_actual . + } + +} diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/rdfs_rule_set_isql.txt b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/rdfs_rule_set_isql.txt new file mode 100644 index 0000000..e505fd8 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/parthenos/sparql/rdfs_rule_set_isql.txt @@ -0,0 +1,76 @@ +To check available rules: SELECT * from DB.DBA.SYS_RDF_SCHEMA; + +#### ARIADNEPLUS RULES #### + +### ORIGINAL WITH OFFICIALLY PUBLISHED SCHEMAS + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('ariadneplus_rules', 'http://www.cidoc-crm.org/cidoc-crm/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('ariadneplus_rules', 'http://www.ics.forth.gr/isl/CRMext/CRMdig.rdfs/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('ariadneplus_rules', 'http://ariadneplus.d4science.org/CRMext/CRMpe.rdfs/') ; + + +### USING SCHEMAS AVAILABLE FROM THE WORKSPACE + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('ariadneplus_rules', 'http://www.cidoc-crm.org/cidoc-crm/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('ariadneplus_rules', 'http://www.ics.forth.gr/isl/CRMext/CRMdig.rdfs/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('ariadneplus_rules', 'http://ariadneplus.d4science.org/CRMext/CRMpe.rdfs/') ; + +#### EXTENDED RULES #### + +# CRMext4SKOSandLabel_v1.4___23-03-2016180729___3031___20-09-2016163145___12893.rdfs +sparql load into ; +# CRMpc_v1.1.1.rdfs +sparql load into ; + +rdfs_rule_set ('extended_rules', 'http://www.cidoc-crm.org/cidoc-crm/') ; +rdfs_rule_set ('extended_rules', 'http://www.ics.forth.gr/isl/CRMext/CRMdig.rdfs/') ; +rdfs_rule_set ('extended_rules', 'http://ariadneplus.d4science.org/CRMext/CRMpe.rdfs/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('extended_rules', 'https://vocabs.dariah.eu/bbt/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('extended_rules', 'http://www.cidoc-crm.org/cidoc-crm/CRMarchaeo/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('extended_rules', 'http://www.cidoc-crm.org/cidoc-crm/CRMgeo/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('extended_rules', 'http://www.cidoc-crm.org/cidoc-crm/CRMsci/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('extended_rules', 'http://iflastandards.info/ns/fr/frbr/frbroo/') ; + +SPARQL CLEAR GRAPH ; +sparql load into ; +rdfs_rule_set ('extended_rules', 'http://www.w3.org/2004/02/skos/core#') ; + + + + + + + + + diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/logback-spring.xml b/dnet-ariadneplus-graphdb-publisher/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..2d1b990 --- /dev/null +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/logback-spring.xml @@ -0,0 +1,27 @@ + + + + + + %d{dd-MM-yyyy HH:mm:ss.SSS} [%thread] %-5level %logger{36}.%M - %msg%n + + + log_%d{dd-MM-yyyy}_%i.log + 10MB + 10 + 100MB + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishAbstractJobNode.java b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishGraphDBJobNode.java similarity index 81% rename from dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishAbstractJobNode.java rename to dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishGraphDBJobNode.java index 2e015b4..4c7f1b8 100644 --- a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishAbstractJobNode.java +++ b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishGraphDBJobNode.java @@ -1,6 +1,7 @@ package eu.dnetlib.ariadneplus.workflows.nodes; import java.io.IOException; +import java.net.ConnectException; import java.util.List; import java.util.Map; import java.util.concurrent.ExecutorService; @@ -28,16 +29,12 @@ import org.apache.http.impl.client.HttpClients; import org.apache.http.message.BasicNameValuePair; import org.springframework.beans.factory.annotation.Autowired; -/** - * Created by Alessia Bardi on 09/10/2017. - * - * @author Alessia Bardi - */ -public abstract class PublishAbstractJobNode extends AsyncJobNode { - private static final Log log = LogFactory.getLog(PublishAbstractJobNode.class); +public class PublishGraphDBJobNode extends AsyncJobNode { - private String inputEprParam; + private static final Log log = LogFactory.getLog(PublishGraphDBJobNode.class); + + private String eprParam; @Autowired private ResultSetClient resultSetClient; @@ -52,8 +49,8 @@ public abstract class PublishAbstractJobNode extends AsyncJobNode { @Override protected String execute(final Env env) throws Exception { - final ResultSet rsIn = env.getAttribute(getInputEprParam(), ResultSet.class); - if ((rsIn == null)) { throw new MSROException("InputEprParam (" + getInputEprParam() + ") not found in ENV"); } + final ResultSet rsIn = env.getAttribute(getEprParam(), ResultSet.class); + if ((rsIn == null)) { throw new MSROException("EprParam (" + getEprParam() + ") not found in ENV"); } int countAll = 0; int countOk = 0; @@ -67,7 +64,6 @@ public abstract class PublishAbstractJobNode extends AsyncJobNode { HttpPost post = new HttpPost(getPublisherEndpoint()); List params = Lists.newArrayList(); params.add(new BasicNameValuePair("record", record)); - params.add(new BasicNameValuePair("ariadneplusTarget", getTarget())); UrlEncodedFormEntity ent = new UrlEncodedFormEntity(params, "UTF-8"); post.setEntity(ent); HttpClient client = HttpClients.createDefault(); @@ -82,7 +78,10 @@ public abstract class PublishAbstractJobNode extends AsyncJobNode { errors.merge(statusCode, 1, Integer::sum); return statusCode; } - } catch (IOException e) { + } catch (ConnectException ce) { + throw new MSROException("unable to connect to Publisher endpoint" + getPublisherEndpoint()); + } + catch (IOException e) { e.printStackTrace(); errors.merge(-1, 1, Integer::sum); } @@ -105,22 +104,12 @@ public abstract class PublishAbstractJobNode extends AsyncJobNode { log.info("publishing completed"); if (!errors.isEmpty()) { - log.warn("Problems in publishing on "+getTarget()+": "+countOk+"/"+countAll+" see error maps for details"); + log.warn("Problems in publishing: "+countOk+"/"+countAll+" see error maps for details"); } if(countAll == 0) log.warn("0 resources to publish"); return Arc.DEFAULT_ARC; } - public abstract String getTarget(); - - public String getInputEprParam() { - return this.inputEprParam; - } - - public void setInputEprParam(final String inputEprParam) { - this.inputEprParam = inputEprParam; - } - public String getPublisherEndpoint() { return publisherEndpoint; } @@ -137,4 +126,12 @@ public abstract class PublishAbstractJobNode extends AsyncJobNode { this.resultSetClient = resultSetClient; } + public String getEprParam() { + return eprParam; + } + + public void setEprParam(String eprParam) { + this.eprParam = eprParam; + } + } diff --git a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishJRRJobNode.java b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishJRRJobNode.java deleted file mode 100644 index 338b6ed..0000000 --- a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishJRRJobNode.java +++ /dev/null @@ -1,10 +0,0 @@ -package eu.dnetlib.ariadneplus.workflows.nodes; - -public class PublishJRRJobNode extends PublishAbstractJobNode { - - @Override - public String getTarget() { - return "JRR"; - } - -} diff --git a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishVirtuosoJobNode.java b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishVirtuosoJobNode.java deleted file mode 100644 index 2759d49..0000000 --- a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/PublishVirtuosoJobNode.java +++ /dev/null @@ -1,10 +0,0 @@ -package eu.dnetlib.ariadneplus.workflows.nodes; - -public class PublishVirtuosoJobNode extends PublishAbstractJobNode { - - @Override - public String getTarget() { - return "VIRTUOSO"; - } - -} diff --git a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/UnpublishVirtuosoJobNode.java b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/UnpublishGraphDBJobNode.java similarity index 81% rename from dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/UnpublishVirtuosoJobNode.java rename to dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/UnpublishGraphDBJobNode.java index a083b10..557b618 100644 --- a/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/UnpublishVirtuosoJobNode.java +++ b/dnet-ariadneplus/src/main/java/eu/dnetlib/ariadneplus/workflows/nodes/UnpublishGraphDBJobNode.java @@ -14,21 +14,21 @@ import org.apache.http.client.utils.URIBuilder; import org.apache.http.impl.client.HttpClients; import org.apache.http.util.EntityUtils; -public class UnpublishVirtuosoJobNode extends AsyncJobNode { +public class UnpublishGraphDBJobNode extends AsyncJobNode { - private static final Log log = LogFactory.getLog(UnpublishVirtuosoJobNode.class); + private static final Log log = LogFactory.getLog(UnpublishGraphDBJobNode.class); private String datasourceInterface; private String publisherEndpoint; @Override protected String execute(final Env env) throws Exception { - URI getURI = new URIBuilder(getPublisherEndpoint()).addParameter("datasourceApi", getDatasourceInterface()).addParameter("ariadneplusTarget", "VIRTUOSO").build(); + URI getURI = new URIBuilder(getPublisherEndpoint()).addParameter("datasourceApi", getDatasourceInterface()).build(); HttpClient c = HttpClients.createDefault(); HttpResponse res = c.execute(new HttpGet(getURI)); String nTriples = EntityUtils.toString(res.getEntity()); - log.info("Deleted " + nTriples + " triples in Virtuoso server"); + log.info("Deleted " + nTriples + " triples in GraphDB server"); env.setAttribute("triples", nTriples); return Arc.DEFAULT_ARC; diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/nodes/applicationContext-ariadneplus-msro-nodes.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/nodes/applicationContext-ariadneplus-msro-nodes.xml index 7adecc6..34caa3e 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/nodes/applicationContext-ariadneplus-msro-nodes.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/nodes/applicationContext-ariadneplus-msro-nodes.xml @@ -5,28 +5,18 @@ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd"> - + - + - - - - - - + + + + diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/NEW_publish_wf.xml.st b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/NEW_publish_wf.xml.st index ce3f244..2747394 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/NEW_publish_wf.xml.st +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/NEW_publish_wf.xml.st @@ -21,7 +21,7 @@ public REFRESH - http://beta-ariadneplus.d4science.org:8080/ariadneplus/publish + http://localhost:8080/ariadneplus/publish diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/unpublish_wf.xml.st b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/unpublish_wf.xml.st index 4740940..6b06990 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/unpublish_wf.xml.st +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/unpublish_wf.xml.st @@ -16,11 +16,11 @@ - http://beta-ariadneplus.d4science.org:8080/ariadneplus/unpublish + http://localhost:8080/ariadneplus/unpublish - - Drop from Virtuoso + + Drop from GraphDB @@ -29,7 +29,6 @@ - diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/x3m_aggregation_wf.xml.st b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/x3m_aggregation_wf.xml.st index b8f3ceb..fb3ef67 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/x3m_aggregation_wf.xml.st +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/ariadneplus/workflows/repo-hi/x3m_aggregation_wf.xml.st @@ -32,7 +32,8 @@ transformed REFRESH - + http://localhost:8080/ariadneplus/publish + Collect metadata @@ -94,6 +95,23 @@ + + + + + + Publish records to GraphDB + + + + + + + + + + + diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml index 99073e4..0bce237 100644 --- a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/RepositoryServiceResourceType/ads.xml @@ -33,7 +33,7 @@ julian.richards@york.ac.uk - ads + ads file:///var/lib/dnet/ariadne/import/ads/398 2019-10-23T12:01:42+02:00 b18609ed-f5a7-4402-9d57-f85e04780f20_TURTdG9yZURTUmVzb3VyY2VzL01EU3RvcmVEU1Jlc291cmNlVHlwZQ== @@ -44,7 +44,7 @@ 354801 - ads + ads file:///var/lib/dnet/ariadne/test2 2019-10-29T17:07:16+01:00 6eb3b104-f374-4e4a-9c92-2cde0192c8a7_TURTdG9yZURTUmVzb3VyY2VzL01EU3RvcmVEU1Jlc291cmNlVHlwZQ== diff --git a/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/graphdb_template.xml b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/graphdb_template.xml new file mode 100644 index 0000000..d85aaae --- /dev/null +++ b/dnet-ariadneplus/src/main/resources/eu/dnetlib/bootstrap/profiles/workflows/graphdb_template.xml @@ -0,0 +1,41 @@ + +
+ + + + + +
+ + + + + + + http://localhost:8080/ariadneplus/publish + + + + Fetch records from MDStore + + + + + + + + + + Feed records to GraphDB + + + + + + + + + + + +
\ No newline at end of file