[2018-02-22 17:39:09.813][da-tresorerie_1.0.1][localhost-startStop-1] INFO c.d.datresorerie.DaTresorerieApplication - Starting DaTresorerieApplication on integration2 with PID 571 (/var/lib/tomcat8/webapps/da-tresorerie/WEB-INF/classes started by tomcat8 in /var/lib/tomcat8) [2018-02-22 17:39:09.836][da-tresorerie_1.0.1][localhost-startStop-1] INFO c.d.datresorerie.DaTresorerieApplication - No active profile set, falling back to default profiles: default [2018-02-22 17:39:09.991][da-tresorerie_1.0.1][background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.0.5.Final [2018-02-22 17:39:10.094][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@13c7dddd: startup date [Thu Feb 22 17:39:10 CET 2018]; root of context hierarchy [2018-02-22 17:39:11.409][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:12.448][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$632e5c67] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) [2018-02-22 17:39:12.705][da-tresorerie_1.0.1][localhost-startStop-1] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2611 ms [2018-02-22 17:39:12.907][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-02-22 17:39:13.724][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:13.941][da-tresorerie_1.0.1][localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource - testdb - Starting... [2018-02-22 17:39:14.160][da-tresorerie_1.0.1][localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource - testdb - Start completed. [2018-02-22 17:39:14.266][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' [2018-02-22 17:39:14.356][da-tresorerie_1.0.1][localhost-startStop-1] INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [ name: default ...] [2018-02-22 17:39:14.527][da-tresorerie_1.0.1][localhost-startStop-1] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.2.12.Final} [2018-02-22 17:39:14.529][da-tresorerie_1.0.1][localhost-startStop-1] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found [2018-02-22 17:39:14.587][da-tresorerie_1.0.1][localhost-startStop-1] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} [2018-02-22 17:39:14.826][da-tresorerie_1.0.1][localhost-startStop-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect [2018-02-22 17:39:15.333][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.h.validator.internal.engine.ValidatorFactoryImpl - HV000238: Temporal validation tolerance set to 0. [2018-02-22 17:39:15.757][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' [2018-02-22 17:39:16.516][da-tresorerie_1.0.1][localhost-startStop-1] 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) [2018-02-22 17:39:16.518][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.523][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.524][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.525][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.527][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.528][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.529][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.530][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.531][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.536][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.537][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.537][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.539][da-tresorerie_1.0.1][localhost-startStop-1] 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-02-22 17:39:16.542][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/v2/api-docs],methods=[GET],produces=[application/json || application/hal+json]}" onto public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:16.545][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/ui]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.uiConfiguration() [2018-02-22 17:39:16.546][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/configuration/security]}" onto org.springframework.http.ResponseEntity springfox.documentation.swagger.web.ApiResourceController.securityConfiguration() [2018-02-22 17:39:16.547][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/swagger-resources]}" onto org.springframework.http.ResponseEntity> springfox.documentation.swagger.web.ApiResourceController.swaggerResources() [2018-02-22 17:39:16.552][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) [2018-02-22 17:39:16.552][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:16.635][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-22 17:39:16.635][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-22 17:39:16.682][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.web.servlet.handler.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] [2018-02-22 17:39:17.274][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator/health],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [2018-02-22 17:39:17.274][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping$OperationHandler.handle(javax.servlet.http.HttpServletRequest,java.util.Map) [2018-02-22 17:39:17.275][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.b.a.e.web.servlet.WebMvcEndpointHandlerMapping - Mapped "{[/actuator],methods=[GET],produces=[application/vnd.spring-boot.actuator.v2+json || application/json]}" onto private java.util.Map> org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping.links(javax.servlet.http.HttpServletRequest) [2018-02-22 17:39:17.394][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'errorPageFilter' to: [/*] [2018-02-22 17:39:17.394][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webMetricsFilter' to: [/*] [2018-02-22 17:39:17.394][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] [2018-02-22 17:39:17.394][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] [2018-02-22 17:39:17.394][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] [2018-02-22 17:39:17.395][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] [2018-02-22 17:39:17.395][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.b.w.s.DelegatingFilterProxyRegistrationBean - Mapping filter: 'springSecurityFilterChain' to: [/*] [2018-02-22 17:39:17.395][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'simpleCorsFilter' to: [/*] [2018-02-22 17:39:17.395][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] [2018-02-22 17:39:17.396][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.FilterRegistrationBean - Filter JWTAuthenticationFilter was not registered (disabled) [2018-02-22 17:39:17.396][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.boot.web.servlet.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] [2018-02-22 17:39:17.687][da-tresorerie_1.0.1][localhost-startStop-1] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accountController': Unsatisfied dependency expressed through field 'transactionService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'transactionServiceImpl': Unsatisfied dependency expressed through field 'budgetInsightApi'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'budgetInsightApi': Unsatisfied dependency expressed through field 'budgetInsightApiBanks'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'budgetInsightApiBanks': Unsatisfied dependency expressed through field 'budgetInsightProperty'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'budgetInsightProperty': Could not bind properties to 'BudgetInsightProperty': prefix=budgetinsight, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'budgetinsight' to com.docapostagility.dalibbudgetinsight.property.BudgetInsightProperty [2018-02-22 17:39:17.688][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default' [2018-02-22 17:39:17.688][da-tresorerie_1.0.1][localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown initiated... [2018-02-22 17:39:17.704][da-tresorerie_1.0.1][localhost-startStop-1] INFO com.zaxxer.hikari.HikariDataSource - testdb - Shutdown completed. [2018-02-22 17:39:17.716][da-tresorerie_1.0.1][localhost-startStop-1] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener - Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. [2018-02-22 17:39:17.719][da-tresorerie_1.0.1][localhost-startStop-1] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter - *************************** APPLICATION FAILED TO START *************************** Description: Binding to target org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'budgetinsight' to com.docapostagility.dalibbudgetinsight.property.BudgetInsightProperty failed: Property: budgetinsight.url Value: null Reason: ne peut pas ĂȘtre vide Property: budgetinsight.useMockPermanentToken Value: null Reason: ne peut pas ĂȘtre nul Action: Update your application's configuration