[2018-02-23 17:34:45.514][da-report_1.0.0][localhost-startStop-16] INFO com.docapostagility.dareport.DaReportApplication - Starting DaReportApplication on integration2 with PID 571 (/var/lib/tomcat8/webapps/da-report/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-02-23 17:34:45.570][da-report_1.0.0][localhost-startStop-16] INFO com.docapostagility.dareport.DaReportApplication - No active profile set, falling back to default profiles: default [2018-02-23 17:34:45.801][da-report_1.0.0][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-02-23 17:34:45.996][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@697462e2: startup date [Fri Feb 23 17:34:45 CET 2018]; root of context hierarchy [2018-02-23 17:34:47.789][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'httpRequestHandlerAdapter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]] [2018-02-23 17:34:48.508][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring [2018-02-23 17:34:49.094][da-report_1.0.0][localhost-startStop-16] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 3099 ms [2018-02-23 17:34:49.392][da-report_1.0.0][localhost-startStop-16] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-02-23 17:34:51.543][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/csvs],methods=[POST],consumes=[application/json;charset=UTF-8],produces=[text/csv]}" onto public org.springframework.http.ResponseEntity com.docapostagility.dareport.controller.CSVController.getCsv(com.docapostagility.dareport.resource.CsvResource,javax.servlet.http.HttpServletRequest) [2018-02-23 17:34:51.547][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/emails/{templateName}],methods=[POST]}" onto public org.springframework.http.ResponseEntity com.docapostagility.dareport.controller.EmailController.sendEmail(com.docapostagility.dareport.resource.EmailReportResource,java.lang.String,javax.servlet.http.HttpServletRequest) [2018-02-23 17:34:51.552][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) [2018-02-23 17:34:51.553][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) [2018-02-23 17:34:51.705][da-report_1.0.0][localhost-startStop-16] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-23 17:34:51.705][da-report_1.0.0][localhost-startStop-16] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-23 17:34:51.764][da-report_1.0.0][localhost-startStop-16] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-23 17:34:51.848][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/emails/{templateName}],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity com.docapostagility.dareport.controller.EmailController.sendEmail(com.docapostagility.dareport.resource.EmailReportResource,java.lang.String,javax.servlet.http.HttpServletRequest) [2018-02-23 17:34:51.858][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception [2018-02-23 17:34:51.859][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception [2018-02-23 17:34:51.859][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}/{property}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String) throws java.lang.Exception [2018-02-23 17:34:51.859][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReferenceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception [2018-02-23 17:34:51.860][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}/{property}],methods=[PATCH || PUT || POST],consumes=[application/json || application/x-spring-data-compact+json || text/uri-list],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.createPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpMethod,org.springframework.hateoas.Resources,java.io.Serializable,java.lang.String) throws java.lang.Exception [2018-02-23 17:34:51.860][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReferenceId(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String) throws java.lang.Exception [2018-02-23 17:34:51.862][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/ || ],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.RepositoryController.listRepositories() [2018-02-23 17:34:51.863][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/ || ],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.RepositoryController.optionsForRepositories() [2018-02-23 17:34:51.863][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/ || ],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryController.headForRepositories() [2018-02-23 17:34:51.872][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.hateoas.Resources org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResourceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.873][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.postCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.873][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation) [2018-02-23 17:34:51.874][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.headForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.874][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositoryEntityController.getItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.http.HttpHeaders) throws org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.874][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}],methods=[PUT],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.putItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.875][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.patchItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException,org.springframework.data.rest.webmvc.ResourceNotFoundException [2018-02-23 17:34:51.875][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/{id}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.deleteItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.support.ETag) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.875][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation) [2018-02-23 17:34:51.876][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositoryEntityController.headCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable) throws org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.876][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.hateoas.Resources org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException [2018-02-23 17:34:51.879][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/search],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearches(org.springframework.data.rest.webmvc.RootResourceInformation) [2018-02-23 17:34:51.879][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/search],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.RepositorySearchController.headForSearches(org.springframework.data.rest.webmvc.RootResourceInformation) [2018-02-23 17:34:51.880][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/search],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.data.rest.webmvc.RepositorySearchesResource org.springframework.data.rest.webmvc.RepositorySearchController.listSearches(org.springframework.data.rest.webmvc.RootResourceInformation) [2018-02-23 17:34:51.880][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositorySearchController.executeSearch(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.util.MultiValueMap,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.http.HttpHeaders) [2018-02-23 17:34:51.880][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/x-spring-data-compact+json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.data.rest.webmvc.RepositorySearchController.executeSearchCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpHeaders,org.springframework.util.MultiValueMap,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) [2018-02-23 17:34:51.881][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/search/{search}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String) [2018-02-23 17:34:51.881][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/{repository}/search/{search}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.data.rest.webmvc.RepositorySearchController.headForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String) [2018-02-23 17:34:51.889][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile/{repository}],methods=[OPTIONS],produces=[application/alps+json]}" onto org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.alps.AlpsController.alpsOptions() [2018-02-23 17:34:51.889][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile/{repository}],methods=[GET],produces=[application/alps+json || */*]}" onto org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.alps.AlpsController.descriptor(org.springframework.data.rest.webmvc.RootResourceInformation) [2018-02-23 17:34:51.890][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile/{repository}],methods=[GET],produces=[application/schema+json]}" onto public org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.RepositorySchemaController.schema(org.springframework.data.rest.webmvc.RootResourceInformation) [2018-02-23 17:34:51.891][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile],methods=[OPTIONS]}" onto public org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.ProfileController.profileOptions() [2018-02-23 17:34:51.891][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile],methods=[GET]}" onto org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.ProfileController.listAllFormsOfMetadata() [2018-02-23 17:34:52.726][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [2018-02-23 17:34:52.727][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [2018-02-23 17:34:52.728][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto private java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest) [2018-02-23 17:34:52.868][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-02-23 17:34:52.868][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-02-23 17:34:52.868][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-02-23 17:34:52.868][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-02-23 17:34:52.868][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-02-23 17:34:52.868][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-02-23 17:34:52.869][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-02-23 17:34:52.869][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-02-23 17:34:52.869][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCORSFilter' to: [/*] [2018-02-23 17:34:52.869][da-report_1.0.0][localhost-startStop-16] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-02-23 17:34:53.298][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.servlet.view.freemarker.FreeMarkerConfigurer - ClassTemplateLoader for Spring macros added to FreeMarker configuration [2018-02-23 17:34:54.168][da-report_1.0.0][localhost-startStop-16] INFO o.s.b.a.s.AuthenticationManagerConfiguration - Using default security password: c9d7a574-47b7-4c0e-a96c-cb65513b3642 [2018-02-23 17:34:54.845][da-report_1.0.0][localhost-startStop-16] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/application/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@160ccde9, org.springframework.security.web.context.SecurityContextPersistenceFilter@5d615c99, org.springframework.security.web.header.HeaderWriterFilter@33ea949b, org.springframework.security.web.authentication.logout.LogoutFilter@68fa1426, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@312e8074, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@24f6732, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7f183b4a, org.springframework.security.web.session.SessionManagementFilter@3d3b118c, org.springframework.security.web.access.ExceptionTranslationFilter@371e4d59, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@31ee7de2] [2018-02-23 17:34:54.851][da-report_1.0.0][localhost-startStop-16] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@77798b1b, org.springframework.security.web.context.SecurityContextPersistenceFilter@4350cb45, org.springframework.security.web.header.HeaderWriterFilter@2c9b6b6c, org.springframework.security.web.authentication.logout.LogoutFilter@4e440969, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@21463f16, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@56f1f059, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67c42864, org.springframework.security.web.session.SessionManagementFilter@7adc5e30, org.springframework.security.web.access.ExceptionTranslationFilter@4a751021, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7b989153] [2018-02-23 17:34:55.133][da-report_1.0.0][localhost-startStop-16] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-02-23 17:34:55.548][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@697462e2: startup date [Fri Feb 23 17:34:45 CET 2018]; root of context hierarchy [2018-02-23 17:34:55.646][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in docapostAgilityReportExceptionHandler [2018-02-23 17:34:55.647][da-report_1.0.0][localhost-startStop-16] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in repositoryRestExceptionHandler [2018-02-23 17:34:56.515][da-report_1.0.0][localhost-startStop-16] INFO o.s.data.rest.webmvc.RepositoryRestHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@697462e2: startup date [Fri Feb 23 17:34:45 CET 2018]; root of context hierarchy [2018-02-23 17:34:57.240][da-report_1.0.0][localhost-startStop-16] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup [2018-02-23 17:34:57.267][da-report_1.0.0][localhost-startStop-16] INFO com.docapostagility.dareport.DaReportApplication - Started DaReportApplication in 12.269 seconds (JVM running for 86172.398) [2018-02-23 17:34:58.295][da-report_1.0.0][http-nio-8080-exec-284] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started [2018-02-23 17:34:58.329][da-report_1.0.0][http-nio-8080-exec-284] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 34 ms