[2018-02-23 17:37:02.743][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:02.766][da-search_1.0.0][localhost-startStop-17] INFO com.docapostagility.dasearch.DaSearchApplication - No active profile set, falling back to default profiles: default [2018-02-23 17:37:03.028][da-search_1.0.0][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-02-23 17:37:03.250][da-search_1.0.0][localhost-startStop-17] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3466848e: startup date [Fri Feb 23 17:37:03 CET 2018]; root of context hierarchy [2018-02-23 17:37:05.131][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:05.589][da-search_1.0.0][localhost-startStop-17] 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:37:07.087][da-search_1.0.0][localhost-startStop-17] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 3838 ms [2018-02-23 17:37:07.460][da-search_1.0.0][localhost-startStop-17] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-02-23 17:37:09.645][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.649][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.649][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.675][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.675][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.678][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.679][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.683][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.683][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.684][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.684][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.688][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.691][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.692][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.693][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:09.701][da-search_1.0.0][localhost-startStop-17] 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:37:09.701][da-search_1.0.0][localhost-startStop-17] 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:37:09.863][da-search_1.0.0][localhost-startStop-17] 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:37:09.863][da-search_1.0.0][localhost-startStop-17] 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:37:09.938][da-search_1.0.0][localhost-startStop-17] 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:37:10.041][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.046][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.046][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.047][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.047][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.048][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.049][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.051][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.052][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.052][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.053][da-search_1.0.0][localhost-startStop-17] 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-23 17:37:10.069][da-search_1.0.0][localhost-startStop-17] 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:37:10.070][da-search_1.0.0][localhost-startStop-17] 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:37:10.071][da-search_1.0.0][localhost-startStop-17] 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:37:10.071][da-search_1.0.0][localhost-startStop-17] 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:37:10.072][da-search_1.0.0][localhost-startStop-17] 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:37:10.073][da-search_1.0.0][localhost-startStop-17] 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:37:10.075][da-search_1.0.0][localhost-startStop-17] 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:37:10.075][da-search_1.0.0][localhost-startStop-17] 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:37:10.075][da-search_1.0.0][localhost-startStop-17] 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:37:10.089][da-search_1.0.0][localhost-startStop-17] 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:37:10.089][da-search_1.0.0][localhost-startStop-17] 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:37:10.090][da-search_1.0.0][localhost-startStop-17] 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:37:10.090][da-search_1.0.0][localhost-startStop-17] 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:37:10.091][da-search_1.0.0][localhost-startStop-17] 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:37:10.091][da-search_1.0.0][localhost-startStop-17] 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:37:10.092][da-search_1.0.0][localhost-startStop-17] 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:37:10.093][da-search_1.0.0][localhost-startStop-17] 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:37:10.093][da-search_1.0.0][localhost-startStop-17] 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:37:10.093][da-search_1.0.0][localhost-startStop-17] 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:37:10.094][da-search_1.0.0][localhost-startStop-17] 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:37:10.098][da-search_1.0.0][localhost-startStop-17] 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:37:10.099][da-search_1.0.0][localhost-startStop-17] 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:37:10.100][da-search_1.0.0][localhost-startStop-17] 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:37:10.100][da-search_1.0.0][localhost-startStop-17] 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:37:10.101][da-search_1.0.0][localhost-startStop-17] 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:37:10.102][da-search_1.0.0][localhost-startStop-17] 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:37:10.102][da-search_1.0.0][localhost-startStop-17] 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:37:10.116][da-search_1.0.0][localhost-startStop-17] 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:37:10.116][da-search_1.0.0][localhost-startStop-17] 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:37:10.117][da-search_1.0.0][localhost-startStop-17] 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:37:10.118][da-search_1.0.0][localhost-startStop-17] 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:37:10.118][da-search_1.0.0][localhost-startStop-17] 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:37:11.101][da-search_1.0.0][localhost-startStop-17] 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:37:11.101][da-search_1.0.0][localhost-startStop-17] 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:37:11.102][da-search_1.0.0][localhost-startStop-17] 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:37:11.303][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-02-23 17:37:11.303][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-02-23 17:37:11.303][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-02-23 17:37:11.303][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-02-23 17:37:11.304][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-02-23 17:37:11.304][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-02-23 17:37:11.304][da-search_1.0.0][localhost-startStop-17] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-02-23 17:37:11.304][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-02-23 17:37:11.305][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter JWTAuthenticationFilter was not registered (disabled) [2018-02-23 17:37:11.305][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCORSFilter' to: [/*] [2018-02-23 17:37:11.305][da-search_1.0.0][localhost-startStop-17] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-02-23 17:37:11.634][da-search_1.0.0][localhost-startStop-17] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-02-23 17:37:13.595][da-search_1.0.0][localhost-startStop-17] INFO o.s.b.a.s.AuthenticationManagerConfiguration - Using default security password: dfeec0fd-cc18-435b-8152-8193dfbe2b7e [2018-02-23 17:37:14.121][da-search_1.0.0][localhost-startStop-17] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/api/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@74f93fae, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e8457b0, org.springframework.security.web.header.HeaderWriterFilter@648b4db1, org.springframework.security.web.authentication.logout.LogoutFilter@76912b1e, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@179a4493, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@67808623, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5f8253cf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@73f7eb45, org.springframework.security.web.session.SessionManagementFilter@2327cec8, org.springframework.security.web.access.ExceptionTranslationFilter@4878fb29, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2c2a8557] [2018-02-23 17:37:14.126][da-search_1.0.0][localhost-startStop-17] 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@421c2752, org.springframework.security.web.context.SecurityContextPersistenceFilter@4b9ee729, org.springframework.security.web.header.HeaderWriterFilter@3c9a96fd, org.springframework.security.web.authentication.logout.LogoutFilter@24991194, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@274b7af0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4f0e2d9a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6be0fa4c, org.springframework.security.web.session.SessionManagementFilter@60b179a6, org.springframework.security.web.access.ExceptionTranslationFilter@64110517, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@64659183] [2018-02-23 17:37:14.141][da-search_1.0.0][localhost-startStop-17] 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@7c73e439, org.springframework.security.web.context.SecurityContextPersistenceFilter@7bbffb19, org.springframework.security.web.header.HeaderWriterFilter@7340d7a3, org.springframework.security.web.authentication.logout.LogoutFilter@5fb33e4f, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@33e633f7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@e37e504, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7b3fc6ae, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6f760a69, org.springframework.security.web.session.SessionManagementFilter@34921759, org.springframework.security.web.access.ExceptionTranslationFilter@1f9d5c06, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@dfadcdb] [2018-02-23 17:37:14.800][da-search_1.0.0][localhost-startStop-17] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3466848e: startup date [Fri Feb 23 17:37:03 CET 2018]; root of context hierarchy [2018-02-23 17:37:14.905][da-search_1.0.0][localhost-startStop-17] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in docapostAgilitySearchExceptionHandler [2018-02-23 17:37:14.906][da-search_1.0.0][localhost-startStop-17] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in repositoryRestExceptionHandler [2018-02-23 17:37:15.687][da-search_1.0.0][localhost-startStop-17] INFO o.s.data.rest.webmvc.RepositoryRestHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@3466848e: startup date [Fri Feb 23 17:37:03 CET 2018]; root of context hierarchy [2018-02-23 17:37:16.590][da-search_1.0.0][localhost-startStop-17] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup [2018-02-23 17:37:16.611][da-search_1.0.0][localhost-startStop-17] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed [2018-02-23 17:37:16.635][da-search_1.0.0][localhost-startStop-17] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) [2018-02-23 17:37:16.649][da-search_1.0.0][localhost-startStop-17] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references [2018-02-23 17:37:16.957][da-search_1.0.0][localhost-startStop-17] WARN s.d.s.r.operation.OperationImplicitParameterReader - Coercing to be of type string. This may not even be a scalar type in actuality [2018-02-23 17:37:17.126][da-search_1.0.0][localhost-startStop-17] INFO com.docapostagility.dasearch.DaSearchApplication - Started DaSearchApplication in 14.967 seconds (JVM running for 86312.257) [2018-02-23 17:37:18.490][da-search_1.0.0][http-nio-8080-exec-310] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started [2018-02-23 17:37:18.538][da-search_1.0.0][http-nio-8080-exec-310] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 45 ms