[2018-05-29 10:11:06.012][da-report_1.0.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@2edfc324: startup date [Mon May 28 09:41:19 CEST 2018]; root of context hierarchy [2018-05-29 10:11:06.027][da-report_1.0.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown [2018-05-29 10:11:23.104][da-report_1.2.0][localhost-startStop-3] INFO com.docapostagility.dareport.DaReportApplication - Starting DaReportApplication on integration2 with PID 1066 (/var/lib/tomcat8/webapps/da-report/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-05-29 10:11:23.136][da-report_1.2.0][localhost-startStop-3] INFO com.docapostagility.dareport.DaReportApplication - No active profile set, falling back to default profiles: default [2018-05-29 10:11:23.358][da-report_1.2.0][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-05-29 10:11:23.641][da-report_1.2.0][localhost-startStop-3] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4ed47a12: startup date [Tue May 29 10:11:23 CEST 2018]; root of context hierarchy [2018-05-29 10:11:26.053][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:26.972][da-report_1.2.0][localhost-startStop-3] INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring [2018-05-29 10:11:27.594][da-report_1.2.0][localhost-startStop-3] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 3954 ms [2018-05-29 10:11:28.069][da-report_1.2.0][localhost-startStop-3] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-05-29 10:11:30.648][da-report_1.2.0][localhost-startStop-3] 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.application.AppCsvController.getCsv(com.docapostagility.dareport.resource.CsvResource) [2018-05-29 10:11:30.658][da-report_1.2.0][localhost-startStop-3] 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.application.AppEmailController.sendEmail(com.docapostagility.dareport.resource.EmailReportResource,java.lang.String) [2018-05-29 10:11:30.663][da-report_1.2.0][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/invoices],methods=[POST],consumes=[application/json;charset=UTF-8],produces=[application/octet-stream]}" onto public org.springframework.http.HttpEntity com.docapostagility.dareport.controller.application.AppInvoiceController.createInvoice(com.docapostagility.dareport.resource.invoice.InvoiceResource) [2018-05-29 10:11:30.683][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:30.683][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:30.859][da-report_1.2.0][localhost-startStop-3] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-05-29 10:11:30.859][da-report_1.2.0][localhost-startStop-3] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-05-29 10:11:30.942][da-report_1.2.0][localhost-startStop-3] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-05-29 10:11:31.009][da-report_1.2.0][localhost-startStop-3] 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.application.AppEmailController.sendEmail(com.docapostagility.dareport.resource.EmailReportResource,java.lang.String) [2018-05-29 10:11:31.023][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.025][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.026][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.026][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.027][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.028][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.032][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.033][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.033][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.043][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.044][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.047][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.048][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.048][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.048][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.049][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.049][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.049][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.050][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.050][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.054][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.055][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.055][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.056][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.056][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.057][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.058][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.067][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.067][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.067][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.070][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:31.070][da-report_1.2.0][localhost-startStop-3] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile],methods=[GET]}" onto org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.ProfileController.listAllFormsOfMetadata() [2018-05-29 10:11:32.205][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:32.206][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:32.207][da-report_1.2.0][localhost-startStop-3] 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-05-29 10:11:32.418][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-05-29 10:11:32.419][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-05-29 10:11:32.419][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-05-29 10:11:32.419][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-05-29 10:11:32.419][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-05-29 10:11:32.419][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-05-29 10:11:32.420][da-report_1.2.0][localhost-startStop-3] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-05-29 10:11:32.420][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-05-29 10:11:32.420][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter applicationJwtFilter was not registered (disabled) [2018-05-29 10:11:32.421][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCORSFilter' to: [/*] [2018-05-29 10:11:32.421][da-report_1.2.0][localhost-startStop-3] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-05-29 10:11:32.909][da-report_1.2.0][localhost-startStop-3] INFO o.s.w.servlet.view.freemarker.FreeMarkerConfigurer - ClassTemplateLoader for Spring macros added to FreeMarker configuration [2018-05-29 10:11:34.044][da-report_1.2.0][localhost-startStop-3] INFO o.s.b.a.s.AuthenticationManagerConfiguration - Using default security password: e9be2dee-7167-4e9f-836a-927ce16d65cd [2018-05-29 10:11:34.955][da-report_1.2.0][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/application/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2386abf4, org.springframework.security.web.context.SecurityContextPersistenceFilter@1ea887b2, org.springframework.security.web.header.HeaderWriterFilter@6c749033, org.springframework.security.web.authentication.logout.LogoutFilter@703135bf, com.docapostagility.dalibcommons.security.ApplicationJwtFilter@10885403, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@68b34eb1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@40cb4f65, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@55e59779, org.springframework.security.web.session.SessionManagementFilter@3aa3de8b, org.springframework.security.web.access.ExceptionTranslationFilter@4595898d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@684630eb] [2018-05-29 10:11:34.961][da-report_1.2.0][localhost-startStop-3] 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@3cf9f36e, org.springframework.security.web.context.SecurityContextPersistenceFilter@a7fd8e6, org.springframework.security.web.header.HeaderWriterFilter@62294b52, org.springframework.security.web.authentication.logout.LogoutFilter@7e5115f2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7eddd842, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@56866f10, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@51133efa, org.springframework.security.web.session.SessionManagementFilter@3f42f7ad, org.springframework.security.web.access.ExceptionTranslationFilter@9efa72c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@663eaa42] [2018-05-29 10:11:35.298][da-report_1.2.0][localhost-startStop-3] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-05-29 10:11:35.657][da-report_1.2.0][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4ed47a12: startup date [Tue May 29 10:11:23 CEST 2018]; root of context hierarchy [2018-05-29 10:11:35.816][da-report_1.2.0][localhost-startStop-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in docapostAgilityReportExceptionHandler [2018-05-29 10:11:35.816][da-report_1.2.0][localhost-startStop-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in repositoryRestExceptionHandler [2018-05-29 10:11:36.759][da-report_1.2.0][localhost-startStop-3] INFO o.s.data.rest.webmvc.RepositoryRestHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4ed47a12: startup date [Tue May 29 10:11:23 CEST 2018]; root of context hierarchy [2018-05-29 10:11:37.672][da-report_1.2.0][localhost-startStop-3] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup [2018-05-29 10:11:37.729][da-report_1.2.0][localhost-startStop-3] INFO com.docapostagility.dareport.DaReportApplication - Started DaReportApplication in 15.208 seconds (JVM running for 88278.474) [2018-05-29 10:11:38.512][da-report_1.2.0][http-nio-8080-exec-100] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started [2018-05-29 10:11:38.624][da-report_1.2.0][http-nio-8080-exec-100] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 112 ms