[2018-05-29 10:11:05.865][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@f1ff10a: startup date [Mon May 28 09:42:48 CEST 2018]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5c9593a3 [2018-05-29 10:11:05.877][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown [2018-05-29 10:11:05.883][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5c9593a3: startup date [Mon May 28 09:42:28 CEST 2018]; root of context hierarchy [2018-05-29 10:11:05.887][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown [2018-05-29 10:11:05.888][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans [2018-05-29 10:11:05.892][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' [2018-05-29 10:11:05.898][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown initiated... [2018-05-29 10:11:05.912][da-tresorerie_1.0.1][ContainerBackgroundProcessor[StandardEngine[Catalina]]] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown completed. [2018-05-29 10:12:28.908][da-tresorerie_1.1.1][localhost-startStop-3] INFO c.d.datresorerie.DaTresorerieApplication - Starting DaTresorerieApplication on integration2 with PID 1066 (/var/lib/tomcat8/webapps/da-tresorerie/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-05-29 10:12:28.972][da-tresorerie_1.1.1][localhost-startStop-3] INFO c.d.datresorerie.DaTresorerieApplication - No active profile set, falling back to default profiles: default [2018-05-29 10:12:29.249][da-tresorerie_1.1.1][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-05-29 10:12:29.519][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@481439ca: startup date [Tue May 29 10:12:29 CEST 2018]; root of context hierarchy [2018-05-29 10:12:31.691][da-tresorerie_1.1.1][localhost-startStop-3] 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-05-29 10:12:33.705][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a2324b7f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:34.161][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3ae013b9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:34.191][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:34.198][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@56961de3' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:34.210][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$5fb4b66b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:34.251][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:34.430][da-tresorerie_1.1.1][localhost-startStop-3] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 4911 ms [2018-05-29 10:12:35.156][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-05-29 10:12:37.510][da-tresorerie_1.1.1][localhost-startStop-3] 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-05-29 10:12:38.007][da-tresorerie_1.1.1][localhost-startStop-3] INFO com.zaxxer.hikari.HikariDataSource - testdb - Starting... [2018-05-29 10:12:38.482][da-tresorerie_1.1.1][localhost-startStop-3] INFO com.zaxxer.hikari.HikariDataSource - testdb - Start completed. [2018-05-29 10:12:38.691][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' [2018-05-29 10:12:38.731][da-tresorerie_1.1.1][localhost-startStop-3] INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [ name: default ...] [2018-05-29 10:12:38.930][da-tresorerie_1.1.1][localhost-startStop-3] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.12.Final} [2018-05-29 10:12:38.956][da-tresorerie_1.1.1][localhost-startStop-3] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found [2018-05-29 10:12:39.034][da-tresorerie_1.1.1][localhost-startStop-3] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} [2018-05-29 10:12:39.317][da-tresorerie_1.1.1][localhost-startStop-3] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect [2018-05-29 10:12:39.961][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-05-29 10:12:40.416][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' [2018-05-29 10:12:41.822][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/accounts/transactions],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.AccountController.getTransactionsByAccounts(java.util.List,java.util.Map,java.lang.Long) [2018-05-29 10:12:41.836][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/accounts/transactions/export],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.AccountController.getExportTransactionsByAccounts(java.util.List,com.docapostagility.datresorerie.util.exports.ExportFormatEnum,java.util.Map,java.lang.Long,com.docapostagility.dalibcommons.security.DocapostAgilityUserType) [2018-05-29 10:12:41.847][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/banks],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.BankController.getBanks(java.util.Map,java.lang.Long) [2018-05-29 10:12:41.848][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/banks],methods=[POST]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.BankController.addBank(java.util.Map,com.docapostagility.datresorerie.resource.banks.BankCredentialsResource,java.lang.Long) [2018-05-29 10:12:41.849][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/banks/{id_connection}],methods=[POST]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.BankController.addBankAdditionalInformations(java.util.Map,java.lang.Long,java.lang.Integer,java.lang.Object) [2018-05-29 10:12:41.851][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/categories],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.CategoryController.getCategories(java.util.Map,java.lang.Long) [2018-05-29 10:12:41.854][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/connections/accept],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.ConnectionsController.acceptConnection(java.lang.Long) [2018-05-29 10:12:41.854][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/connections/transactions],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.ConnectionsController.getTransactions(java.util.List,java.util.Map,java.lang.Long) [2018-05-29 10:12:41.855][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/connections],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.ConnectionsController.getConnections(java.util.Map,java.lang.Long) [2018-05-29 10:12:41.857][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/public/downloads/exports/{encrypt_token}],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.PublicDownloadController.getExportFile(java.lang.String) [2018-05-29 10:12:41.875][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/weathers],methods=[PUT]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.WeatherController.putWeather(com.docapostagility.datresorerie.resource.weather.WeatherResource,java.lang.Long) [2018-05-29 10:12:41.875][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/weathers],methods=[PATCH]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.WeatherController.patchWeather(com.docapostagility.datresorerie.resource.weather.WeatherResource,java.lang.Long) [2018-05-29 10:12:41.876][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/api/weathers],methods=[GET]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.WeatherController.getWeather(java.lang.Long) [2018-05-29 10:12:41.879][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/application/tokens],methods=[POST]}" onto public org.springframework.http.ResponseEntity com.docapostagility.datresorerie.controller.application.TokenController.postToken(com.docapostagility.datresorerie.resource.tokens.TokenResource,javax.servlet.http.HttpServletRequest) [2018-05-29 10:12:41.898][da-tresorerie_1.1.1][localhost-startStop-3] 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-05-29 10:12:41.906][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/security]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() [2018-05-29 10:12:41.907][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/ui]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() [2018-05-29 10:12:41.908][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() [2018-05-29 10:12:41.916][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) [2018-05-29 10:12:41.916][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) [2018-05-29 10:12:42.246][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-05-29 10:12:42.246][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-05-29 10:12:42.369][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-05-29 10:12:43.677][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [2018-05-29 10:12:43.678][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [2018-05-29 10:12:43.679][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto private java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest) [2018-05-29 10:12:43.946][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-05-29 10:12:43.946][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-05-29 10:12:43.946][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-05-29 10:12:43.946][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-05-29 10:12:43.946][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-05-29 10:12:43.946][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-05-29 10:12:43.947][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-05-29 10:12:43.947][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCorsFilter' to: [/*] [2018-05-29 10:12:43.947][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-05-29 10:12:43.947][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter JWTAuthenticationFilter was not registered (disabled) [2018-05-29 10:12:43.948][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-05-29 10:12:46.594][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.a.s.AuthenticationManagerConfiguration - Using default security password: 0a234fa8-94d0-43a0-b847-3c2dbac00f2b [2018-05-29 10:12:47.166][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/api/public/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5e87cba7, org.springframework.security.web.context.SecurityContextPersistenceFilter@6d5b301f, org.springframework.security.web.header.HeaderWriterFilter@30c04d83, org.springframework.security.web.authentication.logout.LogoutFilter@38ea9ed2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@52844883, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@76a320f6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@478f3b25, org.springframework.security.web.session.SessionManagementFilter@5ed28184, org.springframework.security.web.access.ExceptionTranslationFilter@6cace33a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6cbc89a] [2018-05-29 10:12:47.174][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/api/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@343e1107, org.springframework.security.web.context.SecurityContextPersistenceFilter@4535e8c4, org.springframework.security.web.header.HeaderWriterFilter@74d774f6, org.springframework.security.web.authentication.logout.LogoutFilter@1855ba9d, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@11cfb0e2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5a6b7010, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1554df6f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3761b13c, org.springframework.security.web.session.SessionManagementFilter@26156323, org.springframework.security.web.access.ExceptionTranslationFilter@7d8c59b3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2498d2eb] [2018-05-29 10:12:47.180][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/application/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@287ffbbe, org.springframework.security.web.context.SecurityContextPersistenceFilter@45fd2d4b, org.springframework.security.web.header.HeaderWriterFilter@15b2f915, org.springframework.security.web.authentication.logout.LogoutFilter@3aa25076, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4bc42727, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@493c151b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@651c5392, org.springframework.security.web.session.SessionManagementFilter@6422f9eb, org.springframework.security.web.access.ExceptionTranslationFilter@6a9c8566, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@26d0b36e] [2018-05-29 10:12:47.187][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@77034044, org.springframework.security.web.context.SecurityContextPersistenceFilter@46fbdd18, org.springframework.security.web.header.HeaderWriterFilter@3c542865, org.springframework.security.web.authentication.logout.LogoutFilter@1aa73c0c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@674de2f0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7ac7e97c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@30a9601c, org.springframework.security.web.session.SessionManagementFilter@5a574af2, org.springframework.security.web.access.ExceptionTranslationFilter@3dd38887, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5db5fd5b] [2018-05-29 10:12:48.092][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-05-29 10:12:48.560][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@481439ca: startup date [Tue May 29 10:12:29 CEST 2018]; root of context hierarchy [2018-05-29 10:12:48.721][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in docapostAgilityTresorerieExceptionHandler [2018-05-29 10:12:50.403][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup [2018-05-29 10:12:50.406][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure [2018-05-29 10:12:50.417][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [datresorerie:name=dataSource,type=HikariDataSource] [2018-05-29 10:12:50.439][da-tresorerie_1.1.1][localhost-startStop-3] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed [2018-05-29 10:12:50.503][da-tresorerie_1.1.1][localhost-startStop-3] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) [2018-05-29 10:12:50.519][da-tresorerie_1.1.1][localhost-startStop-3] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references [2018-05-29 10:12:50.974][da-tresorerie_1.1.1][localhost-startStop-3] INFO c.d.datresorerie.DaTresorerieApplication - Started DaTresorerieApplication in 22.732 seconds (JVM running for 88351.72) [2018-05-29 10:12:50.982][da-tresorerie_1.1.1][localhost-startStop-3] INFO c.docapostagility.datresorerie.ServletInitializer - Root context already created (using as parent). [2018-05-29 10:12:51.019][da-tresorerie_1.1.1][localhost-startStop-3] INFO c.docapostagility.datresorerie.ServletInitializer - No active profile set, falling back to default profiles: default [2018-05-29 10:12:51.022][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@604dbad: startup date [Tue May 29 10:12:51 CEST 2018]; parent: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@481439ca [2018-05-29 10:12:52.671][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3ae013b9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:52.704][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:52.705][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@488f4c94' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:52.715][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$5fb4b66b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:52.724][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-05-29 10:12:52.763][da-tresorerie_1.1.1][localhost-startStop-3] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1741 ms [2018-05-29 10:12:52.972][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-05-29 10:12:53.122][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter errorPageFilter was not registered (possibly already registered?) [2018-05-29 10:12:53.122][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter webMetricsFilter was not registered (possibly already registered?) [2018-05-29 10:12:53.122][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Filter springSecurityFilterChain was not registered (possibly already registered?) [2018-05-29 10:12:53.122][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter simpleCorsFilter was not registered (possibly already registered?) [2018-05-29 10:12:53.122][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter JWTAuthenticationFilter was not registered (disabled) [2018-05-29 10:12:55.080][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/api/public/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@138ce6f3, org.springframework.security.web.context.SecurityContextPersistenceFilter@7d0079f0, org.springframework.security.web.header.HeaderWriterFilter@5e2e4244, org.springframework.security.web.authentication.logout.LogoutFilter@34fecd44, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4effd20e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@626f95f7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@682ebc34, org.springframework.security.web.session.SessionManagementFilter@15987bed, org.springframework.security.web.access.ExceptionTranslationFilter@798958b6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2618ae9f] [2018-05-29 10:12:55.085][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/api/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2068b0da, org.springframework.security.web.context.SecurityContextPersistenceFilter@7c6d1afa, org.springframework.security.web.header.HeaderWriterFilter@761ded4e, org.springframework.security.web.authentication.logout.LogoutFilter@34db7b8a, com.docapostagility.dalibcommons.security.JWTAuthenticationFilter@56e3ed3d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@612908ae, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@78c7ee58, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7acd04b1, org.springframework.security.web.session.SessionManagementFilter@6a04da90, org.springframework.security.web.access.ExceptionTranslationFilter@703dac9d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@293eafd1] [2018-05-29 10:12:55.092][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/application/**'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@42e60f3a, org.springframework.security.web.context.SecurityContextPersistenceFilter@3ef69e7e, org.springframework.security.web.header.HeaderWriterFilter@7e36df8, org.springframework.security.web.authentication.logout.LogoutFilter@a252731, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5bd7987f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@47c7a250, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@69ac0472, org.springframework.security.web.session.SessionManagementFilter@1a7afabb, org.springframework.security.web.access.ExceptionTranslationFilter@2568058a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6cda511f] [2018-05-29 10:12:55.096][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@13ab980d, org.springframework.security.web.context.SecurityContextPersistenceFilter@6ddd4c57, org.springframework.security.web.header.HeaderWriterFilter@758d8e54, org.springframework.security.web.authentication.logout.LogoutFilter@ab2ec5d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@39456cb6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@20a3aae4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@e667521, org.springframework.security.web.session.SessionManagementFilter@7549c4, org.springframework.security.web.access.ExceptionTranslationFilter@5981a9ab, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@25826f2b] [2018-05-29 10:12:56.401][da-tresorerie_1.1.1][localhost-startStop-3] INFO o.s.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup [2018-05-29 10:12:56.443][da-tresorerie_1.1.1][localhost-startStop-3] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed [2018-05-29 10:12:56.445][da-tresorerie_1.1.1][localhost-startStop-3] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s) [2018-05-29 10:12:56.450][da-tresorerie_1.1.1][localhost-startStop-3] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references [2018-05-29 10:12:56.459][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.download.DownloadResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.download.DownloadResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.462][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.download.DownloadResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.download.DownloadResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.474][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.transactions.TransactionListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.transactions.TransactionListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.475][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.transactions.TransactionListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.transactions.TransactionListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.493][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.banks.BankCredentialsResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.banks.BankCredentialsResource, isReturnType=false}. java.lang.NullPointerException [2018-05-29 10:12:56.493][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.banks.BankCredentialsResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.banks.BankCredentialsResource, isReturnType=false}. java.lang.NullPointerException [2018-05-29 10:12:56.494][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.banks.BankConnectionResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.banks.BankConnectionResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.494][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.banks.BankConnectionResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.banks.BankConnectionResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.504][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.banks.BankListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.banks.BankListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.505][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.banks.BankListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.banks.BankListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.509][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.categories.CategoryListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.categories.CategoryListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.509][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.categories.CategoryListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.categories.CategoryListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.513][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(org.springframework.http.ResponseEntity) -> ModelContext{type=org.springframework.http.ResponseEntity, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.514][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(org.springframework.http.ResponseEntity) -> ModelContext{type=org.springframework.http.ResponseEntity, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.517][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.connections.ConnectionListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.connections.ConnectionListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.518][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.connections.ConnectionListResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.connections.ConnectionListResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.528][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.tokens.TokenResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.tokens.TokenResource, isReturnType=false}. java.lang.NullPointerException [2018-05-29 10:12:56.528][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.tokens.TokenResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.tokens.TokenResource, isReturnType=false}. java.lang.NullPointerException [2018-05-29 10:12:56.532][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.weather.WeatherResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.weather.WeatherResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.533][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.weather.WeatherResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.weather.WeatherResource, isReturnType=true}. java.lang.NullPointerException [2018-05-29 10:12:56.536][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.weather.WeatherResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.weather.WeatherResource, isReturnType=false}. java.lang.NullPointerException [2018-05-29 10:12:56.537][da-tresorerie_1.1.1][localhost-startStop-3] WARN s.d.schema.property.CachingModelPropertiesProvider - Exception calculating properties for model(com.docapostagility.datresorerie.resource.weather.WeatherResource) -> ModelContext{type=com.docapostagility.datresorerie.resource.weather.WeatherResource, isReturnType=false}. java.lang.NullPointerException [2018-05-29 10:12:56.556][da-tresorerie_1.1.1][localhost-startStop-3] INFO c.docapostagility.datresorerie.ServletInitializer - Started ServletInitializer in 5.572 seconds (JVM running for 88357.302) [2018-05-29 10:12:57.033][da-tresorerie_1.1.1][http-nio-8080-exec-180] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization started [2018-05-29 10:12:57.120][da-tresorerie_1.1.1][http-nio-8080-exec-180] INFO org.springframework.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initialization completed in 87 ms