[2018-04-10 11:35:48.185][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@66558deb: startup date [Mon Apr 09 17:35:37 CEST 2018]; root of context hierarchy [2018-04-10 11:35:48.213][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown [2018-04-10 11:35:48.215][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans [2018-04-10 11:35:48.233][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' [2018-04-10 11:35:48.236][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown initiated... [2018-04-10 11:35:48.244][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown completed. [2018-04-10 11:35:54.019][da-search_1.1.0][localhost-startStop-31] INFO com.docapostagility.dasearch.DaSearchApplication - Starting DaSearchApplication on integration2 with PID 989 (/var/lib/tomcat8/webapps/da-search/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-04-10 11:35:54.064][da-search_1.1.0][localhost-startStop-31] INFO com.docapostagility.dasearch.DaSearchApplication - No active profile set, falling back to default profiles: default [2018-04-10 11:35:54.580][da-search_1.1.0][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-04-10 11:35:54.718][da-search_1.1.0][localhost-startStop-31] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4e2a09b2: startup date [Tue Apr 10 11:35:54 CEST 2018]; root of context hierarchy [2018-04-10 11:35:57.383][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:35:57.604][da-search_1.1.0][localhost-startStop-31] INFO o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'dataSource' 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.jdbc.DataSourceConfiguration$Tomcat; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] [2018-04-10 11:35:58.334][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:35:59.887][da-search_1.1.0][localhost-startStop-31] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$67a5362] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-04-10 11:36:00.374][da-search_1.1.0][localhost-startStop-31] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 5656 ms [2018-04-10 11:36:00.786][da-search_1.1.0][localhost-startStop-31] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-04-10 11:36:03.596][da-search_1.1.0][localhost-startStop-31] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning [2018-04-10 11:36:04.104][da-search_1.1.0][localhost-startStop-31] INFO com.zaxxer.hikari.HikariDataSource - testdb - Starting... [2018-04-10 11:36:04.648][da-search_1.1.0][localhost-startStop-31] INFO com.zaxxer.hikari.HikariDataSource - testdb - Start completed. [2018-04-10 11:36:04.849][da-search_1.1.0][localhost-startStop-31] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' [2018-04-10 11:36:04.880][da-search_1.1.0][localhost-startStop-31] INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [ name: default ...] [2018-04-10 11:36:05.125][da-search_1.1.0][localhost-startStop-31] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.12.Final} [2018-04-10 11:36:05.129][da-search_1.1.0][localhost-startStop-31] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found [2018-04-10 11:36:05.237][da-search_1.1.0][localhost-startStop-31] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} [2018-04-10 11:36:05.554][da-search_1.1.0][localhost-startStop-31] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect [2018-04-10 11:36:06.288][da-search_1.1.0][localhost-startStop-31] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-04-10 11:36:06.878][da-search_1.1.0][localhost-startStop-31] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' [2018-04-10 11:36:08.996][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.006][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/connections],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.ConnectionsController.searchMyConnection(java.lang.Long,java.lang.Long,java.util.List,java.util.List,java.lang.Long) [2018-04-10 11:36:09.010][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.010][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.011][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.011][da-search_1.1.0][localhost-startStop-31] 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(java.lang.Long) [2018-04-10 11:36:09.016][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.017][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.018][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long) [2018-04-10 11:36:09.033][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.034][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.034][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.034][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.034][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.035][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.038][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.038][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.039][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.039][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.039][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.039][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.044][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.045][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.046][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.046][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.046][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.047][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.059][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.060][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.061][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.061][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.061][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.063][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.065][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/job/index/correctIndexes],methods=[GET]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.job.IndexJobController.refreshAll(javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.071][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.076][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/ui]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() [2018-04-10 11:36:09.078][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() [2018-04-10 11:36:09.079][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/security]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() [2018-04-10 11:36:09.086][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.087][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.279][da-search_1.1.0][localhost-startStop-31] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-04-10 11:36:09.279][da-search_1.1.0][localhost-startStop-31] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-04-10 11:36:09.373][da-search_1.1.0][localhost-startStop-31] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-04-10 11:36:09.494][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.495][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/connections],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.ConnectionsController.searchMyConnection(java.lang.Long,java.lang.Long,java.util.List,java.util.List,java.lang.Long) [2018-04-10 11:36:09.496][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.497][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.497][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.497][da-search_1.1.0][localhost-startStop-31] 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(java.lang.Long) [2018-04-10 11:36:09.497][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.498][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:36:09.499][da-search_1.1.0][localhost-startStop-31] 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,java.lang.Long) [2018-04-10 11:36:09.501][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.501][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.501][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.502][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.502][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.502][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.511][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.511][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.512][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.512][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.512][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.512][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.514][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.515][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.515][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.515][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.515][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.516][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.518][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:36:09.519][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:36:09.519][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:36:09.519][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:36:09.519][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:36:09.520][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:36:09.536][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.537][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.537][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.537][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.538][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.538][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.540][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.541][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.541][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.551][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.551][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.551][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.552][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.552][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.552][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.553][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.553][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.553][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.553][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.554][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.558][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.558][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.559][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.559][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.559][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.560][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.560][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.573][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.574][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.576][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:09.577][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile],methods=[GET]}" onto org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.ProfileController.listAllFormsOfMetadata() [2018-04-10 11:36:09.579][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:10.938][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:10.939][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:10.940][da-search_1.1.0][localhost-startStop-31] 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-04-10 11:36:11.125][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-04-10 11:36:11.125][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-04-10 11:36:11.125][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-04-10 11:36:11.125][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-04-10 11:36:11.125][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-04-10 11:36:11.126][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-04-10 11:36:11.126][da-search_1.1.0][localhost-startStop-31] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-04-10 11:36:11.126][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-04-10 11:36:11.127][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter JWTAuthenticationFilter was not registered (disabled) [2018-04-10 11:36:11.127][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter searchJwtFilter was not registered (disabled) [2018-04-10 11:36:11.127][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCORSFilter' to: [/*] [2018-04-10 11:36:11.127][da-search_1.1.0][localhost-startStop-31] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-04-10 11:36:11.444][da-search_1.1.0][localhost-startStop-31] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-04-10 11:36:14.795][da-search_1.1.0][localhost-startStop-31] INFO o.s.b.a.s.AuthenticationManagerConfiguration - Using default security password: 24290051-c09d-4aad-ba25-aefe9b4013c7 [2018-04-10 11:36:15.551][da-search_1.1.0][localhost-startStop-31] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/api/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1657e6ce, org.springframework.security.web.context.SecurityContextPersistenceFilter@7947b88e, org.springframework.security.web.header.HeaderWriterFilter@42d84be0, org.springframework.security.web.authentication.logout.LogoutFilter@5bbd8596, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@f0a2f18, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@103b8ce1, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5e9ba70c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@10a19194, org.springframework.security.web.session.SessionManagementFilter@63745f0d, org.springframework.security.web.access.ExceptionTranslationFilter@48ccfe94, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@23fd825] [2018-04-10 11:36:15.559][da-search_1.1.0][localhost-startStop-31] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/application/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f1b82c6, org.springframework.security.web.context.SecurityContextPersistenceFilter@41212a93, org.springframework.security.web.header.HeaderWriterFilter@2f982c85, org.springframework.security.web.authentication.logout.LogoutFilter@58d940ab, com.docapostagility.dalibcommons.security.SearchJwtFilter@730a4862, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2a480927, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@44dae4ef, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@48679658, org.springframework.security.web.session.SessionManagementFilter@3e04437c, org.springframework.security.web.access.ExceptionTranslationFilter@108f71a9, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7baf0936] [2018-04-10 11:36:15.566][da-search_1.1.0][localhost-startStop-31] 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@2fe08700, org.springframework.security.web.context.SecurityContextPersistenceFilter@2566fd05, org.springframework.security.web.header.HeaderWriterFilter@43492ac6, org.springframework.security.web.authentication.logout.LogoutFilter@7d97d605, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1adf90d9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@104a865e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@642d379e, org.springframework.security.web.session.SessionManagementFilter@6221e230, org.springframework.security.web.access.ExceptionTranslationFilter@4bbe971f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4821f9c0] [2018-04-10 11:36:15.622][da-search_1.1.0][localhost-startStop-31] 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@7f7fda50, org.springframework.security.web.context.SecurityContextPersistenceFilter@1675333d, org.springframework.security.web.header.HeaderWriterFilter@3fa1104, org.springframework.security.web.authentication.logout.LogoutFilter@1db44973, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@6ba059e5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@9f8dcd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@533eceeb, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2586f34c, org.springframework.security.web.session.SessionManagementFilter@58969a6, org.springframework.security.web.access.ExceptionTranslationFilter@4b7ba0ee, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@402b22b3] [2018-04-10 11:36:16.863][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4e2a09b2: startup date [Tue Apr 10 11:35:54 CEST 2018]; root of context hierarchy [2018-04-10 11:36:17.063][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in docapostAgilitySearchExceptionHandler [2018-04-10 11:36:17.064][da-search_1.1.0][localhost-startStop-31] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in repositoryRestExceptionHandler [2018-04-10 11:36:18.182][da-search_1.1.0][localhost-startStop-31] INFO o.s.data.rest.webmvc.RepositoryRestHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4e2a09b2: startup date [Tue Apr 10 11:35:54 CEST 2018]; root of context hierarchy [2018-04-10 11:36:19.150][da-search_1.1.0][localhost-startStop-31] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup [2018-04-10 11:36:19.154][da-search_1.1.0][localhost-startStop-31] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure [2018-04-10 11:36:19.167][da-search_1.1.0][localhost-startStop-31] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [search:name=dataSource,type=HikariDataSource] [2018-04-10 11:36:19.189][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed [2018-04-10 11:36:19.225][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) [2018-04-10 11:36:19.245][da-search_1.1.0][localhost-startStop-31] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references [2018-04-10 11:36:19.617][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkPostDocumentsUsingPOST_1 [2018-04-10 11:36:19.621][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkUpdateUsingPATCH_1 [2018-04-10 11:36:19.642][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: patchDocumentsUsingPATCH_1 [2018-04-10 11:36:19.647][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: postDocumentsUsingPOST_1 [2018-04-10 11:36:19.649][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: reIndexUsingPOST_1 [2018-04-10 11:36:19.654][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: rebuildIndexUsingPOST_1 [2018-04-10 11:36:19.698][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkPostDocumentsUsingPOST_2 [2018-04-10 11:36:19.702][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkUpdateUsingPATCH_2 [2018-04-10 11:36:19.723][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: patchDocumentsUsingPATCH_2 [2018-04-10 11:36:19.727][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: postDocumentsUsingPOST_2 [2018-04-10 11:36:19.731][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: reIndexUsingPOST_2 [2018-04-10 11:36:19.736][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: rebuildIndexUsingPOST_2 [2018-04-10 11:36:19.786][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkPostDocumentsUsingPOST_3 [2018-04-10 11:36:19.791][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkUpdateUsingPATCH_3 [2018-04-10 11:36:19.808][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: patchDocumentsUsingPATCH_3 [2018-04-10 11:36:19.812][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: postDocumentsUsingPOST_3 [2018-04-10 11:36:19.814][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: reIndexUsingPOST_3 [2018-04-10 11:36:19.818][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: rebuildIndexUsingPOST_3 [2018-04-10 11:36:19.832][da-search_1.1.0][localhost-startStop-31] WARN s.d.s.r.operation.OperationImplicitParameterReader - Coercing to be of type string. This may not even be a scalar type in actuality [2018-04-10 11:36:19.847][da-search_1.1.0][localhost-startStop-31] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: searchMyConnectionUsingGET_1 [2018-04-10 11:36:19.880][da-search_1.1.0][localhost-startStop-31] INFO com.docapostagility.dasearch.DaSearchApplication - Started DaSearchApplication in 26.522 seconds (JVM running for 2914119.712) [2018-04-10 11:36:20.595][da-search_1.1.0][http-nio-8080-exec-1150] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started [2018-04-10 11:36:20.689][da-search_1.1.0][http-nio-8080-exec-1150] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 94 ms [2018-04-10 11:56:30.118][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@4e2a09b2: startup date [Tue Apr 10 11:35:54 CEST 2018]; root of context hierarchy [2018-04-10 11:56:30.127][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown [2018-04-10 11:56:30.129][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans [2018-04-10 11:56:30.137][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' [2018-04-10 11:56:30.140][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown initiated... [2018-04-10 11:56:30.200][da-search_1.1.0][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown completed. [2018-04-10 11:56:37.112][da-search_1.1.0][localhost-startStop-32] INFO com.docapostagility.dasearch.DaSearchApplication - Starting DaSearchApplication on integration2 with PID 989 (/var/lib/tomcat8/webapps/da-search/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-04-10 11:56:37.112][da-search_1.1.0][localhost-startStop-32] INFO com.docapostagility.dasearch.DaSearchApplication - Starting DaSearchApplication on integration2 with PID 989 (/var/lib/tomcat8/webapps/da-search/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-04-10 11:56:37.188][da-search_1.1.0][localhost-startStop-32] INFO com.docapostagility.dasearch.DaSearchApplication - No active profile set, falling back to default profiles: default [2018-04-10 11:56:37.188][da-search_1.1.0][localhost-startStop-32] INFO com.docapostagility.dasearch.DaSearchApplication - No active profile set, falling back to default profiles: default [2018-04-10 11:56:38.065][da-search_1.1.0][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-04-10 11:56:38.404][da-search_1.1.0][localhost-startStop-32] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@44069b45: startup date [Tue Apr 10 11:56:38 CEST 2018]; root of context hierarchy [2018-04-10 11:56:41.338][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:41.591][da-search_1.1.0][localhost-startStop-32] INFO o.s.b.factory.support.DefaultListableBeanFactory - Overriding bean definition for bean 'dataSource' 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.jdbc.DataSourceConfiguration$Tomcat; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] [2018-04-10 11:56:42.307][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:44.123][da-search_1.1.0][localhost-startStop-32] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3a9d7184] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-04-10 11:56:44.614][da-search_1.1.0][localhost-startStop-32] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 6211 ms [2018-04-10 11:56:45.063][da-search_1.1.0][localhost-startStop-32] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-04-10 11:56:47.968][da-search_1.1.0][localhost-startStop-32] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning [2018-04-10 11:56:48.469][da-search_1.1.0][localhost-startStop-32] INFO com.zaxxer.hikari.HikariDataSource - testdb - Starting... [2018-04-10 11:56:48.792][da-search_1.1.0][localhost-startStop-32] INFO com.zaxxer.hikari.HikariDataSource - testdb - Start completed. [2018-04-10 11:56:49.067][da-search_1.1.0][localhost-startStop-32] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' [2018-04-10 11:56:49.112][da-search_1.1.0][localhost-startStop-32] INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [ name: default ...] [2018-04-10 11:56:49.415][da-search_1.1.0][localhost-startStop-32] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.12.Final} [2018-04-10 11:56:49.421][da-search_1.1.0][localhost-startStop-32] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found [2018-04-10 11:56:49.606][da-search_1.1.0][localhost-startStop-32] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} [2018-04-10 11:56:50.010][da-search_1.1.0][localhost-startStop-32] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect [2018-04-10 11:56:50.736][da-search_1.1.0][localhost-startStop-32] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-04-10 11:56:51.316][da-search_1.1.0][localhost-startStop-32] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' [2018-04-10 11:56:53.189][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.200][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/connections],methods=[GET]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.ConnectionsController.searchMyConnection(java.lang.Long,java.lang.Long,java.util.List,java.util.List,java.lang.Long) [2018-04-10 11:56:53.204][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.205][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.205][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.205][da-search_1.1.0][localhost-startStop-32] 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(java.lang.Long) [2018-04-10 11:56:53.211][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.212][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.213][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long) [2018-04-10 11:56:53.226][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.227][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.227][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.228][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.228][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.228][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/categories/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.232][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.233][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.233][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.233][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.234][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.234][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/connections/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.238][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.239][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.239][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.239][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.240][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.240][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/nodes/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.249][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.250][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.250][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/bulk],methods=[POST]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.251][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/bulk],methods=[PATCH]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.251][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/reindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.253][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/providers/rebuildindex],methods=[POST]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.255][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/job/index/correctIndexes],methods=[GET]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.job.IndexJobController.refreshAll(javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.261][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.264][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/ui]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() [2018-04-10 11:56:53.265][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() [2018-04-10 11:56:53.267][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/security]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() [2018-04-10 11:56:53.274][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.275][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.447][da-search_1.1.0][localhost-startStop-32] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-04-10 11:56:53.447][da-search_1.1.0][localhost-startStop-32] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-04-10 11:56:53.567][da-search_1.1.0][localhost-startStop-32] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-04-10 11:56:53.683][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.685][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/api/connections],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.ConnectionsController.searchMyConnection(java.lang.Long,java.lang.Long,java.util.List,java.util.List,java.lang.Long) [2018-04-10 11:56:53.687][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.687][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.688][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.688][da-search_1.1.0][localhost-startStop-32] 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(java.lang.Long) [2018-04-10 11:56:53.688][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.689][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long,javax.servlet.http.HttpServletRequest) [2018-04-10 11:56:53.690][da-search_1.1.0][localhost-startStop-32] 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,java.lang.Long) [2018-04-10 11:56:53.692][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.693][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.693][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.693][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.694][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.694][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/categories/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.704][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.704][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.704][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.704][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.705][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.705][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/connections/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.707][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.708][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.708][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.708][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.708][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.709][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/nodes/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.711][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.postDocuments(G) [2018-04-10 11:56:53.711][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.patchDocuments(G) [2018-04-10 11:56:53.712][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/bulk],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> com.docapostagility.dasearch.controller.application.AbstractAppController.bulkPostDocuments(java.util.List) [2018-04-10 11:56:53.712][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/bulk],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.bulkUpdate(java.util.List) [2018-04-10 11:56:53.712][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/reindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.reIndex() [2018-04-10 11:56:53.712][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerMapping - Mapped "{[/application/providers/rebuildindex],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity com.docapostagility.dasearch.controller.application.AbstractAppController.rebuildIndex(java.util.List) [2018-04-10 11:56:53.730][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.731][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.731][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.732][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.732][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.733][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.735][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.735][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.735][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.746][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.746][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.746][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.747][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.747][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.747][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.748][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.748][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.748][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.749][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.749][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.753][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.753][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.754][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.755][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.755][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.756][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.756][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.766][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.767][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.767][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:53.768][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.BasePathAwareHandlerMapping - Mapped "{[/profile],methods=[GET]}" onto org.springframework.http.HttpEntity org.springframework.data.rest.webmvc.ProfileController.listAllFormsOfMetadata() [2018-04-10 11:56:53.768][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:55.185][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:55.187][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:55.189][da-search_1.1.0][localhost-startStop-32] 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-04-10 11:56:55.421][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-04-10 11:56:55.421][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-04-10 11:56:55.421][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-04-10 11:56:55.421][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-04-10 11:56:55.421][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-04-10 11:56:55.421][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-04-10 11:56:55.422][da-search_1.1.0][localhost-startStop-32] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-04-10 11:56:55.423][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-04-10 11:56:55.423][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter JWTAuthenticationFilter was not registered (disabled) [2018-04-10 11:56:55.423][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter searchJwtFilter was not registered (disabled) [2018-04-10 11:56:55.423][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCORSFilter' to: [/*] [2018-04-10 11:56:55.424][da-search_1.1.0][localhost-startStop-32] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-04-10 11:56:55.714][da-search_1.1.0][localhost-startStop-32] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-04-10 11:56:58.823][da-search_1.1.0][localhost-startStop-32] INFO o.s.b.a.s.AuthenticationManagerConfiguration - Using default security password: 116af2c7-9266-4328-8c49-922d56652e44 [2018-04-10 11:56:59.749][da-search_1.1.0][localhost-startStop-32] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/api/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@714dd29f, org.springframework.security.web.context.SecurityContextPersistenceFilter@726ef277, org.springframework.security.web.header.HeaderWriterFilter@559ef329, org.springframework.security.web.authentication.logout.LogoutFilter@68562b7d, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@17dcc0d7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@60179763, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@790096aa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@592590d4, org.springframework.security.web.session.SessionManagementFilter@46c1df19, org.springframework.security.web.access.ExceptionTranslationFilter@39c41a08, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6d50cdca] [2018-04-10 11:56:59.757][da-search_1.1.0][localhost-startStop-32] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/application/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@759d50a, org.springframework.security.web.context.SecurityContextPersistenceFilter@72a4e2ca, org.springframework.security.web.header.HeaderWriterFilter@5a8cfee8, org.springframework.security.web.authentication.logout.LogoutFilter@34585327, com.docapostagility.dalibcommons.security.SearchJwtFilter@18a3c0e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3c753349, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1b3f191, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5d28abf5, org.springframework.security.web.session.SessionManagementFilter@7db90cec, org.springframework.security.web.access.ExceptionTranslationFilter@315fe807, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1cd332a1] [2018-04-10 11:56:59.762][da-search_1.1.0][localhost-startStop-32] 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@5220b4d2, org.springframework.security.web.context.SecurityContextPersistenceFilter@25dfe1ae, org.springframework.security.web.header.HeaderWriterFilter@2f5f83c3, org.springframework.security.web.authentication.logout.LogoutFilter@3d13e704, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3ae533aa, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6977feae, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4e34b3f1, org.springframework.security.web.session.SessionManagementFilter@5991a420, org.springframework.security.web.access.ExceptionTranslationFilter@473b13cc, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2d4092df] [2018-04-10 11:56:59.779][da-search_1.1.0][localhost-startStop-32] 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@dedb37c, org.springframework.security.web.context.SecurityContextPersistenceFilter@59adba0a, org.springframework.security.web.header.HeaderWriterFilter@152f1807, org.springframework.security.web.authentication.logout.LogoutFilter@7abb77d7, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@57d5db97, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3d452cae, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5047f421, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@559d20f7, org.springframework.security.web.session.SessionManagementFilter@54efd721, org.springframework.security.web.access.ExceptionTranslationFilter@60808190, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@250f121e] [2018-04-10 11:57:00.980][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@44069b45: startup date [Tue Apr 10 11:56:38 CEST 2018]; root of context hierarchy [2018-04-10 11:57:01.157][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in docapostAgilitySearchExceptionHandler [2018-04-10 11:57:01.158][da-search_1.1.0][localhost-startStop-32] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in repositoryRestExceptionHandler [2018-04-10 11:57:02.398][da-search_1.1.0][localhost-startStop-32] INFO o.s.data.rest.webmvc.RepositoryRestHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@44069b45: startup date [Tue Apr 10 11:56:38 CEST 2018]; root of context hierarchy [2018-04-10 11:57:03.457][da-search_1.1.0][localhost-startStop-32] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup [2018-04-10 11:57:03.460][da-search_1.1.0][localhost-startStop-32] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure [2018-04-10 11:57:03.474][da-search_1.1.0][localhost-startStop-32] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [search:name=dataSource,type=HikariDataSource] [2018-04-10 11:57:03.493][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed [2018-04-10 11:57:03.524][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) [2018-04-10 11:57:03.542][da-search_1.1.0][localhost-startStop-32] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references [2018-04-10 11:57:03.912][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkPostDocumentsUsingPOST_1 [2018-04-10 11:57:03.918][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkUpdateUsingPATCH_1 [2018-04-10 11:57:03.944][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: patchDocumentsUsingPATCH_1 [2018-04-10 11:57:03.949][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: postDocumentsUsingPOST_1 [2018-04-10 11:57:03.953][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: reIndexUsingPOST_1 [2018-04-10 11:57:03.959][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: rebuildIndexUsingPOST_1 [2018-04-10 11:57:04.039][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkPostDocumentsUsingPOST_2 [2018-04-10 11:57:04.043][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkUpdateUsingPATCH_2 [2018-04-10 11:57:04.064][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: patchDocumentsUsingPATCH_2 [2018-04-10 11:57:04.069][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: postDocumentsUsingPOST_2 [2018-04-10 11:57:04.072][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: reIndexUsingPOST_2 [2018-04-10 11:57:04.077][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: rebuildIndexUsingPOST_2 [2018-04-10 11:57:04.127][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkPostDocumentsUsingPOST_3 [2018-04-10 11:57:04.130][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: bulkUpdateUsingPATCH_3 [2018-04-10 11:57:04.143][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: patchDocumentsUsingPATCH_3 [2018-04-10 11:57:04.148][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: postDocumentsUsingPOST_3 [2018-04-10 11:57:04.150][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: reIndexUsingPOST_3 [2018-04-10 11:57:04.155][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: rebuildIndexUsingPOST_3 [2018-04-10 11:57:04.169][da-search_1.1.0][localhost-startStop-32] WARN s.d.s.r.operation.OperationImplicitParameterReader - Coercing to be of type string. This may not even be a scalar type in actuality [2018-04-10 11:57:04.182][da-search_1.1.0][localhost-startStop-32] INFO s.d.s.w.r.operation.CachingOperationNameGenerator - Generating unique operation named: searchMyConnectionUsingGET_1 [2018-04-10 11:57:04.216][da-search_1.1.0][localhost-startStop-32] INFO com.docapostagility.dasearch.DaSearchApplication - Started DaSearchApplication in 27.933 seconds (JVM running for 2915364.048) [2018-04-10 11:57:04.216][da-search_1.1.0][localhost-startStop-32] INFO com.docapostagility.dasearch.DaSearchApplication - Started DaSearchApplication in 27.933 seconds (JVM running for 2915364.048) [2018-04-10 11:57:04.974][da-search_1.1.0][http-nio-8080-exec-1205] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started [2018-04-10 11:57:05.065][da-search_1.1.0][http-nio-8080-exec-1205] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 91 ms