[2018-02-22 17:39:21.532][da-search_1.0.0][localhost-startStop-1] INFO com.docapostagility.dasearch.DaSearchApplication - Starting DaSearchApplication on integration2 with PID 571 (/var/lib/tomcat8/webapps/da-search/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-02-22 17:39:21.558][da-search_1.0.0][localhost-startStop-1] INFO com.docapostagility.dasearch.DaSearchApplication - No active profile set, falling back to default profiles: default [2018-02-22 17:39:21.692][da-search_1.0.0][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-02-22 17:39:21.838][da-search_1.0.0][localhost-startStop-1] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3cc53f1: startup date [Thu Feb 22 17:39:21 CET 2018]; root of context hierarchy [2018-02-22 17:39:23.080][da-search_1.0.0][localhost-startStop-1] INFO o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'corsConfigurer' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=CORSConfiguration; factoryMethodName=corsConfigurer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/docapostagility/dasearch/security/CORSConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=daSearchApplication; factoryMethodName=corsConfigurer; initMethodName=null; destroyMethodName=(inferred); defined in com.docapostagility.dasearch.DaSearchApplication] [2018-02-22 17:39:23.402][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:24.222][da-search_1.0.0][localhost-startStop-1] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2384 ms [2018-02-22 17:39:24.474][da-search_1.0.0][localhost-startStop-1] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-02-22 17:39:25.797][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/categories],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.CategoriesController.getAllCategories(java.lang.Long,java.lang.Long,java.util.List,java.util.List) [2018-02-22 17:39:25.802][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/nodes/root/children],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.NodeController.searchRootNodesByOwnerId(java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.804][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/nodes/{id}/children],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.NodeController.searchNodeContentByOwnerId(java.lang.Long,java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.805][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/nodes],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.NodeController.searchNodeByName(java.lang.String,java.lang.Long,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.805][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/nodes/unread],methods=[GET]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.NodeController.countUnread(javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.808][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/providers],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.ProvidersController.getProvidersByCategories(java.lang.String,java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.809][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/trash],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.TrashController.getTrashChildren(java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.813][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/users/name],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchUserByName(java.lang.String,java.lang.Long,java.lang.Long) [2018-02-22 17:39:25.815][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/users/me/connections],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchMyConnection(java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.815][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/users/{userId}/connections],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchUserConnection(java.lang.Long,java.lang.Long,java.lang.Long,java.util.List,java.util.List) [2018-02-22 17:39:25.815][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/users/email],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchUsersByEmail(java.lang.String,java.lang.Long,java.lang.Long) [2018-02-22 17:39:25.820][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v2/api-docs],methods=[GET],produces=[application/json || application/hal+json]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.824][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/ui]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() [2018-02-22 17:39:25.824][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/security]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() [2018-02-22 17:39:25.825][da-search_1.0.0][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() [2018-02-22 17:39:25.832][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:25.832][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:25.912][da-search_1.0.0][localhost-startStop-1] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-22 17:39:25.913][da-search_1.0.0][localhost-startStop-1] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-22 17:39:25.951][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:25.993][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/categories],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.CategoriesController.getAllCategories(java.lang.Long,java.lang.Long,java.util.List,java.util.List) [2018-02-22 17:39:25.995][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/nodes/root/children],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.NodeController.searchRootNodesByOwnerId(java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:25.999][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/nodes/{id}/children],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.NodeController.searchNodeContentByOwnerId(java.lang.Long,java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:26.000][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/nodes],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.NodeController.searchNodeByName(java.lang.String,java.lang.Long,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:26.000][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/nodes/unread],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.NodeController.countUnread(javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:26.000][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/providers],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.ProvidersController.getProvidersByCategories(java.lang.String,java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:26.001][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/trash],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.TrashController.getTrashChildren(java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:26.002][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/users/name],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchUserByName(java.lang.String,java.lang.Long,java.lang.Long) [2018-02-22 17:39:26.002][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/users/me/connections],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchMyConnection(java.lang.Long,java.lang.Long,java.util.List,java.util.List,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:26.002][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/users/{userId}/connections],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchUserConnection(java.lang.Long,java.lang.Long,java.lang.Long,java.util.List,java.util.List) [2018-02-22 17:39:26.002][da-search_1.0.0][localhost-startStop-1] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/users/email],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.UserController.searchUsersByEmail(java.lang.String,java.lang.Long,java.lang.Long) [2018-02-22 17:39:26.011][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.012][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.012][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.013][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.013][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.013][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.014][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.014][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.015][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.020][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.021][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.021][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.021][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.022][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.022][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.022][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.023][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.023][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.023][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.023][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.026][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.026][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.026][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.026][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.027][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.027][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.027][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.033][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.034][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.034][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.035][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.035][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.598][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.598][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.599][da-search_1.0.0][localhost-startStop-1] 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-22 17:39:26.713][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-02-22 17:39:26.713][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-02-22 17:39:26.713][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-02-22 17:39:26.714][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-02-22 17:39:26.714][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-02-22 17:39:26.714][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-02-22 17:39:26.714][da-search_1.0.0][localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-02-22 17:39:26.714][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-02-22 17:39:26.715][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter JWTAuthenticationFilter was not registered (disabled) [2018-02-22 17:39:26.715][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCORSFilter' to: [/*] [2018-02-22 17:39:26.715][da-search_1.0.0][localhost-startStop-1] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-02-22 17:39:26.932][da-search_1.0.0][localhost-startStop-1] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ESConfig': Unsatisfied dependency expressed through field 'esProperty'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ESProperty': Could not bind properties to 'ESProperty': prefix=es, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'es' to com.docapostagility.dasearch.property.ESProperty [2018-02-22 17:39:26.941][da-search_1.0.0][localhost-startStop-1] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. [2018-02-22 17:39:26.944][da-search_1.0.0][localhost-startStop-1] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter - *************************** APPLICATION FAILED TO START *************************** Description: Binding to target org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'es' to com.docapostagility.dasearch.property.ESProperty failed: Property: es.indexConnections Value: null Reason: ne peut pas ĂȘtre vide Action: Update your application's configuration