From 5f20362ec07149aa9571e17c71423e0ce6307dda Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Sat, 20 Nov 2021 16:10:43 +0300 Subject: [PATCH 1/4] added methods to update invoice in the backend --- logs/logfile.txt | 2362 +++++++++++++++++ .../accounting/InvoiceController.java | 9 + .../accounting/entities/Invoice.java | 2 + .../accounting/services/InvoiceService.java | 13 + 4 files changed, 2386 insertions(+) diff --git a/logs/logfile.txt b/logs/logfile.txt index 718b5c91..bd7935f0 100644 --- a/logs/logfile.txt +++ b/logs/logfile.txt @@ -931,3 +931,2365 @@ java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field lis 2021-11-20 15:13:49.653 WARN 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.PageNotFound : Request method 'GET' not supported 2021-11-20 15:13:49.654 WARN 19164 --- [http-nio-49612-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] +2021-11-20 15:15:58.082 WARN 19164 --- [http-nio-49612-exec-10] o.s.web.servlet.PageNotFound : Request method 'GET' not supported +2021-11-20 15:15:58.083 WARN 19164 --- [http-nio-49612-exec-10] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] +2021-11-20 15:18:56.064 INFO 19164 --- [Thread-5] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-11-20 15:18:56.064 INFO 19164 --- [Thread-5] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-11-20 15:18:56.065 INFO 19164 --- [Thread-5] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-11-20 15:18:56.085 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:18:56.094 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-11-20 15:18:56.096 INFO 19164 --- [Thread-5] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:18:56.098 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:18:56.099 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:18:56.113 INFO 19164 --- [Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:18:56.144 INFO 19164 --- [Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... +2021-11-20 15:18:56.155 INFO 19164 --- [Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. +2021-11-20 15:18:57.011 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-11-20 15:18:57.012 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-11-20 15:18:59.488 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-11-20 15:18:59.760 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 271ms. Found 35 repository interfaces. +2021-11-20 15:18:59.930 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:18:59.947 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:18:59.950 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:18:59.951 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2c634909' 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) +2021-11-20 15:18:59.956 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:18:59.961 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:18:59.961 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:18:59.962 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:18:59.971 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:19:00.199 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-11-20 15:19:00.202 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-11-20 15:19:00.202 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-11-20 15:19:00.241 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-11-20 15:19:00.242 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3202 ms +2021-11-20 15:19:00.247 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-11-20 15:19:00.563 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... +2021-11-20 15:19:00.587 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. +2021-11-20 15:19:00.659 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-11-20 15:19:00.861 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-11-20 15:19:01.118 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Estimate +2021-11-20 15:19:01.175 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Expense +2021-11-20 15:19:01.185 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Invoice +2021-11-20 15:19:01.257 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.ChartOfAccount +2021-11-20 15:19:01.262 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Ticket +2021-11-20 15:19:01.377 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Project +2021-11-20 15:19:01.388 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User +2021-11-20 15:19:01.420 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.Permission +2021-11-20 15:19:01.436 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.leave_management.entities.LeaveRequest +2021-11-20 15:19:01.466 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.Role +2021-11-20 15:19:01.510 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.employee_management.entities.Employee +2021-11-20 15:19:01.560 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.policy.entities.Policy +2021-11-20 15:19:01.714 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-11-20 15:19:01.715 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:19:02.706 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:19:02.715 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:19:03.370 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:19:03.405 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-11-20 15:19:03.517 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-11-20 15:19:03.572 WARN 19164 --- [restartedMain] aWebConfiguration$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 +2021-11-20 15:19:03.759 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-11-20 15:19:03.798 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@10769bd2, org.springframework.security.web.context.SecurityContextPersistenceFilter@18718a4a, org.springframework.security.web.header.HeaderWriterFilter@6001cb5d, org.springframework.web.filter.CorsFilter@36ab93bd, org.springframework.security.web.csrf.CsrfFilter@6f65ebfc, org.springframework.security.web.authentication.logout.LogoutFilter@2be7bed8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1937e758, org.springframework.security.web.session.ConcurrentSessionFilter@2e7cd564, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7644f13a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3ded6836, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1543abab, org.springframework.security.web.session.SessionManagementFilter@6e86f943, org.springframework.security.web.access.ExceptionTranslationFilter@d376180, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1566c5b6] +2021-11-20 15:19:03.802 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-11-20 15:19:03.803 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:19:04.494 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-11-20 15:19:04.555 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-11-20 15:19:04.555 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-11-20 15:19:04.556 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-11-20 15:19:04.585 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-11-20 15:19:04.587 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 7.881 seconds (JVM running for 7154.192) +2021-11-20 15:19:04.659 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-11-20 15:19:07.452 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-11-20 15:19:07.453 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-11-20 15:19:07.468 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms +2021-11-20 15:20:03.405 INFO 19164 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 16, active threads = 0, queued tasks = 0, completed tasks = 27], outboundChannel[pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 5], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 14] +2021-11-20 15:29:49.021 INFO 19164 --- [Thread-14] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-11-20 15:29:49.026 INFO 19164 --- [Thread-14] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-11-20 15:29:49.027 INFO 19164 --- [Thread-14] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-11-20 15:29:49.031 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:29:49.034 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-11-20 15:29:49.035 INFO 19164 --- [Thread-14] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:29:49.036 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:29:49.036 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:29:49.044 INFO 19164 --- [Thread-14] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:29:49.053 INFO 19164 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated... +2021-11-20 15:29:49.066 INFO 19164 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed. +2021-11-20 15:29:50.003 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-11-20 15:29:50.004 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-11-20 15:29:50.233 WARN 19164 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class +2021-11-20 15:29:50.254 ERROR 19164 --- [restartedMain] o.s.boot.SpringApplication : Application run failed + +org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class + at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:454) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:316) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:132) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:287) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:242) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:199) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:167) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:315) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] + at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] +Caused by: java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class + at org.springframework.core.io.FileSystemResource.getInputStream(FileSystemResource.java:179) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.type.classreading.SimpleMetadataReader.(SimpleMetadataReader.java:51) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:103) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:123) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:430) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 25 common frames omitted + +2021-11-20 15:29:58.330 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-11-20 15:29:58.330 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-11-20 15:30:00.856 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-11-20 15:30:01.524 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 667ms. Found 35 repository interfaces. +2021-11-20 15:30:01.934 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:30:01.992 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:30:02.000 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:30:02.001 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@71518422' 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) +2021-11-20 15:30:02.010 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:30:02.024 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:30:02.025 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:30:02.027 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:30:02.039 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:30:02.532 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-11-20 15:30:02.536 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-11-20 15:30:02.536 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-11-20 15:30:02.652 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-11-20 15:30:02.652 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4320 ms +2021-11-20 15:30:02.664 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-11-20 15:30:03.400 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting... +2021-11-20 15:30:03.469 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed. +2021-11-20 15:30:03.623 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-11-20 15:30:03.961 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-11-20 15:30:04.824 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-11-20 15:30:04.824 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:30:05.916 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:30:05.930 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:30:06.689 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:30:06.714 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-11-20 15:30:06.866 WARN 19164 --- [restartedMain] aWebConfiguration$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 +2021-11-20 15:30:07.086 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-11-20 15:30:07.168 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@75263eb, org.springframework.security.web.context.SecurityContextPersistenceFilter@701fdd86, org.springframework.security.web.header.HeaderWriterFilter@39d6efc6, org.springframework.web.filter.CorsFilter@5644fe86, org.springframework.security.web.csrf.CsrfFilter@433a0f04, org.springframework.security.web.authentication.logout.LogoutFilter@6696e348, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@78208f3a, org.springframework.security.web.session.ConcurrentSessionFilter@1c8473a2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7eb9a49c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@593092af, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1a7afef, org.springframework.security.web.session.SessionManagementFilter@fd50f73, org.springframework.security.web.access.ExceptionTranslationFilter@4da43a7e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7ca1fce] +2021-11-20 15:30:07.176 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-11-20 15:30:07.176 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:30:07.838 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-11-20 15:30:07.884 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-11-20 15:30:07.884 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-11-20 15:30:07.885 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-11-20 15:30:07.906 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-11-20 15:30:07.907 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.852 seconds (JVM running for 7817.512) +2021-11-20 15:30:07.954 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-11-20 15:30:25.031 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-11-20 15:30:25.033 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-11-20 15:30:25.044 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms +2021-11-20 15:30:25.065 ERROR 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:25.070 ERROR 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:25.071 ERROR 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:25.353 ERROR 19164 --- [http-nio-49612-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:25.361 ERROR 19164 --- [http-nio-49612-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:25.363 ERROR 19164 --- [http-nio-49612-exec-2] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:29.175 ERROR 19164 --- [http-nio-49612-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:29.178 ERROR 19164 --- [http-nio-49612-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:29.179 ERROR 19164 --- [http-nio-49612-exec-4] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:29.292 ERROR 19164 --- [http-nio-49612-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:29.298 ERROR 19164 --- [http-nio-49612-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:29.301 ERROR 19164 --- [http-nio-49612-exec-5] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:43.237 ERROR 19164 --- [http-nio-49612-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:43.242 ERROR 19164 --- [http-nio-49612-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:43.245 ERROR 19164 --- [http-nio-49612-exec-3] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:44.940 ERROR 19164 --- [http-nio-49612-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:44.947 ERROR 19164 --- [http-nio-49612-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:44.949 ERROR 19164 --- [http-nio-49612-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:45.513 ERROR 19164 --- [http-nio-49612-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:45.517 ERROR 19164 --- [http-nio-49612-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:45.518 ERROR 19164 --- [http-nio-49612-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:46.720 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 49 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 52 common frames omitted + +2021-11-20 15:30:46.727 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:30:46.729 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] + +org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] + at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 + at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] + at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] + at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] + at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] + at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] + at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] + at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 47 common frames omitted + +2021-11-20 15:31:06.710 INFO 19164 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] +2021-11-20 15:32:16.942 WARN 19164 --- [http-nio-49612-exec-8] o.s.web.servlet.PageNotFound : Request method 'PUT' not supported +2021-11-20 15:32:16.943 WARN 19164 --- [http-nio-49612-exec-8] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' not supported] +2021-11-20 15:32:26.786 WARN 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.PageNotFound : Request method 'PUT' not supported +2021-11-20 15:32:26.787 WARN 19164 --- [http-nio-49612-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' not supported] +2021-11-20 15:34:58.483 INFO 19164 --- [Thread-26] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-11-20 15:34:58.484 INFO 19164 --- [Thread-26] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-11-20 15:34:58.484 INFO 19164 --- [Thread-26] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-11-20 15:34:58.488 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:34:58.489 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-11-20 15:34:58.489 INFO 19164 --- [Thread-26] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:34:58.490 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:34:58.491 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:34:58.497 INFO 19164 --- [Thread-26] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:34:58.498 INFO 19164 --- [Thread-26] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated... +2021-11-20 15:34:58.513 INFO 19164 --- [Thread-26] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed. +2021-11-20 15:34:59.446 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-11-20 15:34:59.447 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-11-20 15:35:00.558 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-11-20 15:35:00.892 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 332ms. Found 35 repository interfaces. +2021-11-20 15:35:01.031 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:35:01.049 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:35:01.052 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:35:01.052 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@5d74b1f1' 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) +2021-11-20 15:35:01.056 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:35:01.060 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:35:01.061 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:35:01.061 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:35:01.066 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:35:01.248 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-11-20 15:35:01.249 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-11-20 15:35:01.249 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-11-20 15:35:01.309 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-11-20 15:35:01.309 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1860 ms +2021-11-20 15:35:01.315 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-11-20 15:35:01.689 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Starting... +2021-11-20 15:35:01.716 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Start completed. +2021-11-20 15:35:01.803 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-11-20 15:35:01.985 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-11-20 15:35:02.518 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-11-20 15:35:02.518 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:35:03.656 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:35:03.666 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:35:04.549 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:35:04.581 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-11-20 15:35:04.736 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-11-20 15:35:04.740 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-11-20 15:35:04.741 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-11-20 15:35:04.885 WARN 19164 --- [restartedMain] aWebConfiguration$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 +2021-11-20 15:35:05.299 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-11-20 15:35:05.415 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2c1d57f7, org.springframework.security.web.context.SecurityContextPersistenceFilter@33589730, org.springframework.security.web.header.HeaderWriterFilter@45053515, org.springframework.web.filter.CorsFilter@2965d805, org.springframework.security.web.csrf.CsrfFilter@6c4029f3, org.springframework.security.web.authentication.logout.LogoutFilter@275a418a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@67bf94c7, org.springframework.security.web.session.ConcurrentSessionFilter@468f6b8b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5f99b1d3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1a34b274, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6ba59062, org.springframework.security.web.session.SessionManagementFilter@2b6dd0a4, org.springframework.security.web.access.ExceptionTranslationFilter@6c93262c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@117a6f04] +2021-11-20 15:35:05.431 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-11-20 15:35:05.433 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:35:06.444 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-11-20 15:35:06.507 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-11-20 15:35:06.508 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-11-20 15:35:06.508 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-11-20 15:35:06.534 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-11-20 15:35:06.536 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 7.427 seconds (JVM running for 8116.14) +2021-11-20 15:35:06.580 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-11-20 15:35:07.458 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-11-20 15:35:07.460 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-11-20 15:35:07.472 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms +2021-11-20 15:36:04.587 INFO 19164 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] +2021-11-20 15:58:40.576 INFO 19164 --- [Thread-35] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-11-20 15:58:40.577 INFO 19164 --- [Thread-35] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-11-20 15:58:40.578 INFO 19164 --- [Thread-35] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-11-20 15:58:40.595 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:58:40.601 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-11-20 15:58:40.602 INFO 19164 --- [Thread-35] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:58:40.603 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:58:40.604 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:58:40.629 INFO 19164 --- [Thread-35] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:58:40.637 INFO 19164 --- [Thread-35] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown initiated... +2021-11-20 15:58:40.674 INFO 19164 --- [Thread-35] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown completed. +2021-11-20 15:58:41.928 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-11-20 15:58:41.929 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-11-20 15:58:44.587 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-11-20 15:58:45.133 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 546ms. Found 35 repository interfaces. +2021-11-20 15:58:45.395 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:58:45.421 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:58:45.425 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:58:45.426 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@652bf66b' 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) +2021-11-20 15:58:45.437 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:58:45.450 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:58:45.453 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:58:45.453 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 15:58:45.468 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 15:58:45.905 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-11-20 15:58:45.914 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-11-20 15:58:45.918 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-11-20 15:58:46.167 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-11-20 15:58:46.168 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4228 ms +2021-11-20 15:58:46.177 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-11-20 15:58:47.053 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Starting... +2021-11-20 15:58:47.132 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Start completed. +2021-11-20 15:58:47.312 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-11-20 15:58:47.719 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-11-20 15:58:48.734 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-11-20 15:58:48.734 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 15:58:50.530 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-11-20 15:58:50.549 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 15:58:51.442 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 15:58:51.469 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-11-20 15:58:51.609 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-11-20 15:58:51.609 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-11-20 15:58:51.698 WARN 19164 --- [restartedMain] aWebConfiguration$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 +2021-11-20 15:58:51.902 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-11-20 15:58:51.953 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3b0cbca3, org.springframework.security.web.context.SecurityContextPersistenceFilter@42f33244, org.springframework.security.web.header.HeaderWriterFilter@3b86e47d, org.springframework.web.filter.CorsFilter@30947630, org.springframework.security.web.csrf.CsrfFilter@13a4dd48, org.springframework.security.web.authentication.logout.LogoutFilter@24612e66, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@42dc43cd, org.springframework.security.web.session.ConcurrentSessionFilter@48743213, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4e5a836b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@21497a3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@79068d87, org.springframework.security.web.session.SessionManagementFilter@7d0fee67, org.springframework.security.web.access.ExceptionTranslationFilter@756fec5d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@14abbe03] +2021-11-20 15:58:51.959 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-11-20 15:58:51.960 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-11-20 15:58:52.559 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-11-20 15:58:52.603 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-11-20 15:58:52.603 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-11-20 15:58:52.604 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-11-20 15:58:52.626 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-11-20 15:58:52.628 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.388 seconds (JVM running for 9542.232) +2021-11-20 15:58:52.674 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-11-20 15:58:55.481 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-11-20 15:58:55.483 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-11-20 15:58:55.496 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms +2021-11-20 15:59:51.480 INFO 19164 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] +2021-11-20 16:07:42.533 INFO 19164 --- [Thread-42] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-11-20 16:07:42.534 INFO 19164 --- [Thread-42] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-11-20 16:07:42.535 INFO 19164 --- [Thread-42] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-11-20 16:07:42.538 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-11-20 16:07:42.540 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-11-20 16:07:42.541 INFO 19164 --- [Thread-42] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-11-20 16:07:42.542 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-11-20 16:07:42.543 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-11-20 16:07:42.556 INFO 19164 --- [Thread-42] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 16:07:42.557 INFO 19164 --- [Thread-42] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown initiated... +2021-11-20 16:07:42.611 INFO 19164 --- [Thread-42] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown completed. +2021-11-20 16:07:43.605 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-11-20 16:07:43.605 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-11-20 16:07:44.690 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-11-20 16:07:44.930 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 240ms. Found 35 repository interfaces. +2021-11-20 16:07:45.061 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:07:45.080 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:07:45.083 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 16:07:45.084 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@35a91ace' 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) +2021-11-20 16:07:45.090 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:07:45.096 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:07:45.096 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:07:45.096 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 16:07:45.102 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:07:46.754 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-11-20 16:07:46.756 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-11-20 16:07:46.756 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-11-20 16:07:46.804 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-11-20 16:07:46.804 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3195 ms +2021-11-20 16:07:46.807 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-11-20 16:07:47.302 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Starting... +2021-11-20 16:07:47.334 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Start completed. +2021-11-20 16:07:47.467 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-11-20 16:07:47.703 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-11-20 16:07:48.197 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-11-20 16:07:48.197 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 16:07:48.970 WARN 19164 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'invoiceController': Resolution of declared constructors on bean Class [com.ogoma.vue_starter.vue_starter.boundaries.accounting.InvoiceController] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@3ba4346] failed; nested exception is java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService +2021-11-20 16:07:48.971 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-11-20 16:07:48.971 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown initiated... +2021-11-20 16:07:48.979 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown completed. +2021-11-20 16:07:48.979 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat] +2021-11-20 16:07:48.987 INFO 19164 --- [restartedMain] ConditionEvaluationReportLoggingListener : + +Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. +2021-11-20 16:07:48.988 ERROR 19164 --- [restartedMain] o.s.boot.SpringApplication : Application run failed + +org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'invoiceController': Resolution of declared constructors on bean Class [com.ogoma.vue_starter.vue_starter.boundaries.accounting.InvoiceController] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@3ba4346] failed; nested exception is java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1269) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1184) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] + at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] +Caused by: java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService + at java.base/java.lang.Class.getDeclaredConstructors0(Native Method) ~[na:na] + at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3137) ~[na:na] + at java.base/java.lang.Class.getDeclaredConstructors(Class.java:2357) ~[na:na] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:279) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 23 common frames omitted +Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.InvoiceService + at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] + at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + ... 27 common frames omitted + +2021-11-20 16:10:17.413 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-11-20 16:10:17.414 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-11-20 16:10:18.388 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-11-20 16:10:18.621 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 233ms. Found 35 repository interfaces. +2021-11-20 16:10:18.720 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:10:18.730 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:10:18.733 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 16:10:18.734 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@595015f' 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) +2021-11-20 16:10:18.737 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:10:18.747 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:10:18.747 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:10:18.747 INFO 19164 --- [restartedMain] trationDelegate$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) +2021-11-20 16:10:18.751 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-11-20 16:10:18.889 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-11-20 16:10:18.890 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-11-20 16:10:18.891 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-11-20 16:10:18.933 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-11-20 16:10:18.934 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1518 ms +2021-11-20 16:10:18.937 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-11-20 16:10:19.267 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Starting... +2021-11-20 16:10:19.290 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Start completed. +2021-11-20 16:10:19.358 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-11-20 16:10:19.574 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/InvoiceController.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/InvoiceController.java index ab057fbc..72f6bdb4 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/InvoiceController.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/InvoiceController.java @@ -47,4 +47,13 @@ public ResponseEntity removeInvoice(@PathVariable Long id) { return ResponseEntity.ok("Invoice successfully removed"); } + @RequestMapping(value = "api/invoice/{id}", method = RequestMethod.PUT) + public ResponseEntity updateInvoice(@PathVariable("id") Long id, + @RequestBody InvoiceRequest invoiceRequest){ + Optional invoice= + this.invoiceService.updateInvoice(id,invoiceRequest); + return ResponseEntity.of(invoice); + + } + } diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java index 30d8fd71..1994cd48 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java @@ -1,5 +1,6 @@ package com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities; +import com.fasterxml.jackson.annotation.JsonProperty; import com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Client; import com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Project; import org.hibernate.annotations.CreationTimestamp; @@ -16,6 +17,7 @@ public class Invoice { @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private Date invoiceDate; + @JsonProperty("expiryDate") private Date dueDate; @ManyToOne private Client client; diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java index b30d9fdd..286ab1da 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java @@ -41,4 +41,17 @@ public Invoice createInvoice(InvoiceRequest invoiceRequest) { this.invoiceRepository.save(invoice); return invoice; } + + public Optional updateInvoice(Long id, InvoiceRequest invoiceRequest) { + Optional invoice= + this.invoiceRepository.findById(id); + invoice.ifPresent(inv->{ + inv.setInvoiceDate(invoiceRequest.getInvoiceDate()); + inv.setDueDate(invoiceRequest.getExpiryDate()); + inv.setOtherInformation(invoiceRequest.getOtherInformation()); + inv.setItems(invoiceRequest.getItems()); + invoiceRepository.save(inv); + }); + return invoice; + } } From 6faa1a8e6f773b336389b981753e036096da5656 Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Thu, 9 Dec 2021 18:23:39 +0300 Subject: [PATCH 2/4] added Trainer entity, solved invoice items not fetching on edit page --- logs/logfile.txt | 4448 +++++++---------- .../accounting/entities/Invoice.java | 7 +- .../accounting/entities/InvoiceItem.java | 10 +- .../repositories/InvoiceRepository.java | 5 + .../accounting/services/InvoiceService.java | 14 +- .../boundaries/training/entities/Trainer.java | 72 + 6 files changed, 1784 insertions(+), 2772 deletions(-) create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java diff --git a/logs/logfile.txt b/logs/logfile.txt index bd7935f0..d0c19ae4 100644 --- a/logs/logfile.txt +++ b/logs/logfile.txt @@ -1,81 +1,1168 @@ -2021-11-20 13:19:53.488 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 13:19:53.497 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 13:19:53.821 INFO 19164 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-11-20 13:19:53.821 INFO 19164 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-11-20 13:19:55.980 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-11-20 13:19:56.387 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 398ms. Found 35 repository interfaces. -2021-11-20 13:19:57.026 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 13:19:57.062 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 13:19:57.069 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 13:19:57.071 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@29c7f2d9' 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) -2021-11-20 13:19:57.075 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 13:19:57.085 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 13:19:57.087 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 13:19:57.088 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 13:19:57.108 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 13:19:57.914 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-11-20 13:19:57.978 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-11-20 13:19:57.981 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-11-20 13:19:58.249 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-11-20 13:19:58.250 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4429 ms -2021-11-20 13:19:58.256 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-11-20 13:19:59.074 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2021-11-20 13:19:59.794 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2021-11-20 13:20:00.015 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-11-20 13:20:00.125 INFO 19164 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.28.Final -2021-11-20 13:20:00.414 INFO 19164 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} -2021-11-20 13:20:01.320 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-11-20 13:20:03.156 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Estimate -2021-11-20 13:20:03.406 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Expense -2021-11-20 13:20:03.455 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Invoice -2021-11-20 13:20:03.682 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.ChartOfAccount -2021-11-20 13:20:03.704 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Ticket -2021-11-20 13:20:03.961 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Project -2021-11-20 13:20:03.984 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User -2021-11-20 13:20:04.052 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.Permission -2021-11-20 13:20:04.083 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.leave_management.entities.LeaveRequest -2021-11-20 13:20:04.150 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.Role -2021-11-20 13:20:04.240 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.employee_management.entities.Employee -2021-11-20 13:20:04.305 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.policy.entities.Policy -2021-11-20 13:20:04.727 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-11-20 13:20:04.746 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 13:20:07.906 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-11-20 13:20:07.923 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 13:20:09.971 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 13:20:10.120 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-11-20 13:20:10.631 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-11-20 13:20:10.632 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-11-20 13:20:10.633 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-11-20 13:20:10.633 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-11-20 13:20:10.633 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-11-20 13:20:10.634 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-11-20 13:20:10.634 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-11-20 13:20:10.634 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-11-20 13:20:10.634 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-11-20 13:20:10.634 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-11-20 13:20:10.634 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-11-20 13:20:10.634 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-11-20 13:20:10.635 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-11-20 13:20:10.635 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-11-20 13:20:10.635 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-11-20 13:20:10.797 WARN 19164 --- [restartedMain] aWebConfiguration$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 -2021-11-20 13:20:11.168 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-11-20 13:20:11.255 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@58bf264c, org.springframework.security.web.context.SecurityContextPersistenceFilter@9150965, org.springframework.security.web.header.HeaderWriterFilter@553cb861, org.springframework.web.filter.CorsFilter@6c3c04e7, org.springframework.security.web.csrf.CsrfFilter@6996bf66, org.springframework.security.web.authentication.logout.LogoutFilter@7692ba6e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3a80d52b, org.springframework.security.web.session.ConcurrentSessionFilter@797ec37, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@38398289, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@73c2d5e4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4e168c20, org.springframework.security.web.session.SessionManagementFilter@6132433a, org.springframework.security.web.access.ExceptionTranslationFilter@3a163d1b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@540c236e] -2021-11-20 13:20:11.279 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-11-20 13:20:11.280 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-11-20 13:20:12.464 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-11-20 13:20:12.535 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-11-20 13:20:12.536 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 13:20:12.539 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-11-20 13:20:12.611 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-11-20 13:20:12.617 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 20.188 seconds (JVM running for 22.221) -2021-11-20 13:20:14.497 INFO 19164 --- [RMI TCP Connection(3)-192.168.43.109] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-11-20 13:20:14.499 INFO 19164 --- [RMI TCP Connection(3)-192.168.43.109] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-11-20 13:20:14.554 INFO 19164 --- [RMI TCP Connection(3)-192.168.43.109] o.s.web.servlet.DispatcherServlet : Completed initialization in 54 ms -2021-11-20 13:21:10.117 INFO 19164 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] -2021-11-20 13:33:50.709 WARN 19164 --- [http-nio-49612-exec-10] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 -2021-11-20 13:33:50.711 ERROR 19164 --- [http-nio-49612-exec-10] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' -2021-11-20 13:33:50.771 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause +2021-12-07 05:58:56.877 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 282440] +2021-12-09 15:47:07.503 WARN 16648 --- [HikariPool-3 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Thread starvation or clock leap detected (housekeeper delta=2d18h42m21s984ms356µs900ns). +2021-12-09 15:47:24.433 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326953] +2021-12-09 15:47:24.434 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326954] +2021-12-09 15:47:24.434 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326955] +2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326956] +2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326957] +2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326958] +2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326959] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326960] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326961] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326962] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326963] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326964] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326965] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326966] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326967] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326968] +2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326969] +2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326970] +2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326971] +2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326972] +2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326973] +2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326974] +2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326975] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326976] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326977] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326978] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326979] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326980] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326981] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326982] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326983] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326984] +2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326985] +2021-12-09 15:47:24.440 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326986] +2021-12-09 15:47:24.440 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326987] +2021-12-09 15:47:24.440 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326988] +2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326989] +2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326990] +2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326991] +2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326992] +2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326993] +2021-12-09 15:47:24.443 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326994] +2021-12-09 15:47:24.446 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326995] +2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326996] +2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326997] +2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326998] +2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326999] +2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327000] +2021-12-09 15:47:24.451 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327001] +2021-12-09 15:47:24.451 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327002] +2021-12-09 15:47:24.452 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327003] +2021-12-09 15:47:24.453 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327004] +2021-12-09 15:47:24.454 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327005] +2021-12-09 15:47:24.456 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327006] +2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327007] +2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327008] +2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327009] +2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327010] +2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327011] +2021-12-09 15:47:24.460 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327012] +2021-12-09 15:47:24.465 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327013] +2021-12-09 15:47:24.465 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327014] +2021-12-09 15:47:24.466 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327015] +2021-12-09 15:47:24.468 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327016] +2021-12-09 15:47:24.472 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327017] +2021-12-09 15:47:24.472 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327018] +2021-12-09 15:47:24.473 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327019] +2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327020] +2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327021] +2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327022] +2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327023] +2021-12-09 15:47:24.475 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 2, completed tasks = 327023] +2021-12-09 15:47:24.477 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327025] +2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327026] +2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327027] +2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327028] +2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327029] +2021-12-09 15:47:24.479 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327030] +2021-12-09 15:47:24.480 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327031] +2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327032] +2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327033] +2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327034] +2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327035] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327036] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327037] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327038] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327039] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327040] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327041] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327042] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327043] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327044] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327045] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327046] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327047] +2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327048] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327049] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327050] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327051] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327052] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327053] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327054] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327055] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327056] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327057] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327058] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327059] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327060] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327061] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327062] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327063] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327064] +2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327065] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327066] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327067] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327068] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327069] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327070] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327071] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327072] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327073] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327074] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327075] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327076] +2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327077] +2021-12-09 15:47:47.605 WARN 16648 --- [http-nio-49612-exec-1] org.apache.catalina.connector.Request : Creating the temporary upload location [C:\Users\user\AppData\Local\Temp\tomcat.3995956574286652187.49612\work\Tomcat-1\localhost\ROOT] as it is required by the servlet [dispatcherServlet] +2021-12-09 15:47:54.437 WARN 16648 --- [HikariPool-3 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Thread starvation or clock leap detected (housekeeper delta=46s932ms998µs300ns). +2021-12-09 16:00:55.301 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 4 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(4)-CONNECTED(4)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 57], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 327283] +2021-12-09 16:30:55.307 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 4 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(4)-CONNECTED(4)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 57], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 327746] +2021-12-09 16:52:33.994 INFO 16648 --- [Thread-10] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 16:52:33.997 INFO 16648 --- [Thread-10] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 16:52:33.998 INFO 16648 --- [Thread-10] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 16:52:34.010 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 16:52:34.015 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 16:52:34.017 INFO 16648 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 16:52:34.020 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 16:52:34.020 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 16:52:34.036 INFO 16648 --- [Thread-10] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 16:52:34.059 INFO 16648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated... +2021-12-09 16:52:34.078 INFO 16648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed. +2021-12-09 16:52:35.164 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 16:52:35.165 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 16:52:36.575 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 16:52:36.596 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 0 repository interfaces. +2021-12-09 16:52:36.795 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:36.805 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:37.036 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 16:52:37.040 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 16:52:37.041 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 16:52:37.116 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 16:52:37.117 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1937 ms +2021-12-09 16:52:37.500 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Starting... +2021-12-09 16:52:37.538 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Start completed. +2021-12-09 16:52:37.572 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 16:52:37.684 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 16:52:37.718 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 16:52:37.719 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 16:52:38.115 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 16:52:38.116 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 16:52:38.477 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 16:52:38.940 INFO 16648 --- [restartedMain] .s.s.UserDetailsServiceAutoConfiguration : + +Using generated security password: 160251b9-262d-4451-894e-40a2a1efc9e5 + +2021-12-09 16:52:38.998 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@240467aa, org.springframework.security.web.context.SecurityContextPersistenceFilter@1a3e885, org.springframework.security.web.header.HeaderWriterFilter@308d2cd9, org.springframework.security.web.csrf.CsrfFilter@502edbd3, org.springframework.security.web.authentication.logout.LogoutFilter@7d8ad7f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@66a57f75, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1ada04ed, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6917fa88, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@66aee146, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4e6f1d1a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@175d0bea, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@370ffbf8, org.springframework.security.web.session.SessionManagementFilter@27f55feb, org.springframework.security.web.access.ExceptionTranslationFilter@67f50ecd, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@13ba2a4b] +2021-12-09 16:52:39.364 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 16:52:39.812 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 16:52:39.910 INFO 16648 --- [restartedMain] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing +2021-12-09 16:52:39.932 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 16:52:39.934 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 5.009 seconds (JVM running for 1630800.762) +2021-12-09 16:52:39.952 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: + + +========================== +CONDITION EVALUATION DELTA +========================== + + +Positive matches: +----------------- + + ManagementWebSecurityAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SecurityDataConfiguration#securityEvaluationContextExtension matched: + - @ConditionalOnMissingBean (types: org.springframework.security.data.repository.query.SecurityEvaluationContextExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration#securityDialect matched: + - @ConditionalOnMissingBean (types: org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect; SearchStrategy: all) did not find any beans (OnBeanCondition) + + UserDetailsServiceAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.security.config.annotation.ObjectPostProcessor; SearchStrategy: all) found bean 'objectPostProcessor'; @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + UserDetailsServiceAutoConfiguration#inMemoryUserDetailsManager matched: + - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.client.registration.ClientRegistrationRepository; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebSecurityEnablerConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityConfigurerAdapter'; @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) did not find any beans (OnBeanCondition) + + +Negative matches: +----------------- + + WebSocketMessagingAutoConfiguration.WebSocketMessageConverterConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration,com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans of type org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration (OnBeanCondition) + Matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration' (OnClassCondition) + + +Exclusions: +----------- + + None + + +Unconditional classes: +---------------------- + + None + + + +2021-12-09 16:52:41.549 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 16:52:41.567 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 16:52:41.598 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 30 ms +2021-12-09 16:52:45.061 INFO 16648 --- [Thread-24] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 16:52:45.063 INFO 16648 --- [Thread-24] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 16:52:45.065 INFO 16648 --- [Thread-24] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown initiated... +2021-12-09 16:52:45.093 INFO 16648 --- [Thread-24] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown completed. +2021-12-09 16:52:46.596 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 16:52:46.597 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 16:52:49.593 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 16:52:50.243 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 648ms. Found 35 repository interfaces. +2021-12-09 16:52:50.721 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:50.765 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:50.771 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 16:52:50.772 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@96d38c8' 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) +2021-12-09 16:52:50.794 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:50.806 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:50.807 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:50.808 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 16:52:50.822 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 16:52:51.203 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 16:52:51.206 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 16:52:51.206 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 16:52:51.306 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 16:52:51.306 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4704 ms +2021-12-09 16:52:51.313 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 16:52:52.045 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Starting... +2021-12-09 16:52:52.085 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Start completed. +2021-12-09 16:52:52.282 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 16:52:52.658 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 16:52:53.739 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 16:52:53.740 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 16:52:55.009 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 16:52:55.019 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 16:52:55.633 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 16:52:55.659 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 16:52:55.747 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 16:52:55.799 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 16:52:56.077 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 16:52:56.166 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@d0d34a3, org.springframework.security.web.context.SecurityContextPersistenceFilter@53e0eeb9, org.springframework.security.web.header.HeaderWriterFilter@f1ca9b0, org.springframework.web.filter.CorsFilter@5ab2297c, org.springframework.security.web.csrf.CsrfFilter@75b91944, org.springframework.security.web.authentication.logout.LogoutFilter@764d2090, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3b472f06, org.springframework.security.web.session.ConcurrentSessionFilter@79199696, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@395b9c5c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@43d5a35a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@265205be, org.springframework.security.web.session.SessionManagementFilter@44d7d471, org.springframework.security.web.access.ExceptionTranslationFilter@3df2f438, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2ff43a42] +2021-12-09 16:52:56.178 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 16:52:56.179 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 16:52:56.906 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 16:52:56.954 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 16:52:56.954 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 16:52:56.955 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 16:52:56.975 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 16:52:56.976 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.973 seconds (JVM running for 1630817.804) +2021-12-09 16:52:57.073 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: + + +========================== +CONDITION EVALUATION DELTA +========================== + + +Positive matches: +----------------- + + WebSocketMessagingAutoConfiguration.WebSocketMessageConverterConfiguration matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration,com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found beans 'jacksonObjectMapper', 'org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration' (OnBeanCondition) + + +Negative matches: +----------------- + + ManagementWebSecurityAutoConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found beans of type 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' appSecurityConfig (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + SecurityDataConfiguration#securityEvaluationContextExtension: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.security.data.repository.query.SecurityEvaluationContextExtension; SearchStrategy: all) found beans of type 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' securityEvaluationContextExtension (OnBeanCondition) + + ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration#securityDialect: + Did not match: + - @ConditionalOnMissingBean (types: org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect; SearchStrategy: all) found beans of type 'org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect' springSecurityDialect (OnBeanCondition) + + UserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService; SearchStrategy: all) found beans of type 'org.springframework.security.core.userdetails.UserDetailsService' appUserDetailsService (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) + + WebSecurityEnablerConfiguration: + Did not match: + - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) found beans named springSecurityFilterChain (OnBeanCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + +Exclusions: +----------- + + None + + +Unconditional classes: +---------------------- + + None + + + +2021-12-09 16:53:21.786 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 16:53:21.789 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 16:53:21.812 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 23 ms +2021-12-09 16:53:55.658 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 9] +2021-12-09 17:00:43.484 INFO 16648 --- [Thread-30] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 17:00:43.484 INFO 16648 --- [Thread-30] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-12-09 17:00:43.485 INFO 16648 --- [Thread-30] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 17:00:43.490 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:00:43.493 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 17:00:43.494 INFO 16648 --- [Thread-30] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:00:43.496 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:00:43.496 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:00:43.513 INFO 16648 --- [Thread-30] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:00:43.518 INFO 16648 --- [Thread-30] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown initiated... +2021-12-09 17:00:43.542 INFO 16648 --- [Thread-30] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown completed. +2021-12-09 17:00:44.695 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:00:44.696 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:00:44.776 INFO 16648 --- [restartedMain] .i.s.PathMatchingResourcePatternResolver : Could not retrieve contents of directory [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\hr\leave_management\events] +2021-12-09 17:00:44.788 INFO 16648 --- [restartedMain] .i.s.PathMatchingResourcePatternResolver : Could not retrieve contents of directory [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\hr\policy\services] +2021-12-09 17:00:46.112 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 17:00:46.157 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 44ms. Found 0 repository interfaces. +2021-12-09 17:00:46.394 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:00:46.405 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:00:46.701 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 17:00:46.704 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 17:00:46.705 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 17:00:46.842 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 17:00:46.843 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2142 ms +2021-12-09 17:00:47.375 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Starting... +2021-12-09 17:00:47.431 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Start completed. +2021-12-09 17:00:47.482 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 17:00:47.793 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 17:00:47.862 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 17:00:47.863 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:00:48.383 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 17:00:48.384 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:00:48.974 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 17:00:49.488 INFO 16648 --- [restartedMain] .s.s.UserDetailsServiceAutoConfiguration : + +Using generated security password: 7d5f3d92-4716-48fe-a3f1-87031df6194b + +2021-12-09 17:00:49.552 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4651a95e, org.springframework.security.web.context.SecurityContextPersistenceFilter@11601775, org.springframework.security.web.header.HeaderWriterFilter@67b70cb7, org.springframework.security.web.csrf.CsrfFilter@5d5c0151, org.springframework.security.web.authentication.logout.LogoutFilter@2fdaeb17, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3063bbb0, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3e90880f, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@30276393, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6f29e84f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@138daa7c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4c80ce0e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1db4e01c, org.springframework.security.web.session.SessionManagementFilter@2c0bdd2c, org.springframework.security.web.access.ExceptionTranslationFilter@4528e8e5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4156eac5] +2021-12-09 17:00:49.719 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 17:00:50.113 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 17:00:50.226 INFO 16648 --- [restartedMain] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing +2021-12-09 17:00:50.236 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 17:00:50.238 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 6.019 seconds (JVM running for 1631291.066) +2021-12-09 17:00:50.249 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: + + +========================== +CONDITION EVALUATION DELTA +========================== + + +Positive matches: +----------------- + + ManagementWebSecurityAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SecurityDataConfiguration#securityEvaluationContextExtension matched: + - @ConditionalOnMissingBean (types: org.springframework.security.data.repository.query.SecurityEvaluationContextExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration#securityDialect matched: + - @ConditionalOnMissingBean (types: org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect; SearchStrategy: all) did not find any beans (OnBeanCondition) + + UserDetailsServiceAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.security.config.annotation.ObjectPostProcessor; SearchStrategy: all) found bean 'objectPostProcessor'; @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + UserDetailsServiceAutoConfiguration#inMemoryUserDetailsManager matched: + - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.client.registration.ClientRegistrationRepository; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebSecurityEnablerConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityConfigurerAdapter'; @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) did not find any beans (OnBeanCondition) + + +Negative matches: +----------------- + + WebSocketMessagingAutoConfiguration.WebSocketMessageConverterConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration,com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans of type org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration (OnBeanCondition) + Matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration' (OnClassCondition) + + +Exclusions: +----------- + + None + + +Unconditional classes: +---------------------- + + None + + + +2021-12-09 17:00:58.658 INFO 16648 --- [Thread-37] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:00:58.660 INFO 16648 --- [Thread-37] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:00:58.661 INFO 16648 --- [Thread-37] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown initiated... +2021-12-09 17:00:58.678 INFO 16648 --- [Thread-37] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown completed. +2021-12-09 17:00:59.665 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:00:59.665 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:01:00.937 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 17:01:01.162 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 225ms. Found 35 repository interfaces. +2021-12-09 17:01:01.316 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:01:01.333 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:01:01.336 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:01:01.337 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@145e8332' 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) +2021-12-09 17:01:01.342 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:01:01.362 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:01:01.363 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:01:01.363 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:01:01.370 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:01:01.560 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 17:01:01.561 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 17:01:01.562 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 17:01:01.616 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 17:01:01.616 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1948 ms +2021-12-09 17:01:01.621 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 17:01:01.980 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Starting... +2021-12-09 17:01:02.007 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Start completed. +2021-12-09 17:01:02.098 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 17:01:02.304 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 17:01:02.940 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 17:01:02.941 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:01:03.893 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:01:03.910 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:01:04.555 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:01:04.569 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 17:01:04.635 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 17:01:04.635 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 17:01:04.635 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 17:01:04.677 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 17:01:04.813 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 17:01:04.847 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@22ad9370, org.springframework.security.web.context.SecurityContextPersistenceFilter@75507033, org.springframework.security.web.header.HeaderWriterFilter@d626346, org.springframework.web.filter.CorsFilter@46c58b9a, org.springframework.security.web.csrf.CsrfFilter@7aa06d8, org.springframework.security.web.authentication.logout.LogoutFilter@6680e003, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@14b5a186, org.springframework.security.web.session.ConcurrentSessionFilter@777fd1c0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6b36558c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f78cdfd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a030aea, org.springframework.security.web.session.SessionManagementFilter@20b49fc8, org.springframework.security.web.access.ExceptionTranslationFilter@69bd620e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7f726b1b] +2021-12-09 17:01:04.851 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 17:01:04.851 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:01:05.259 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 17:01:05.284 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 17:01:05.284 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 17:01:05.284 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 17:01:05.299 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 17:01:05.300 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 5.968 seconds (JVM running for 1631306.128) +2021-12-09 17:01:05.333 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: + + +========================== +CONDITION EVALUATION DELTA +========================== + + +Positive matches: +----------------- + + WebSocketMessagingAutoConfiguration.WebSocketMessageConverterConfiguration matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration,com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found beans 'jacksonObjectMapper', 'org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration' (OnBeanCondition) + + +Negative matches: +----------------- + + ManagementWebSecurityAutoConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found beans of type 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' appSecurityConfig (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + SecurityDataConfiguration#securityEvaluationContextExtension: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.security.data.repository.query.SecurityEvaluationContextExtension; SearchStrategy: all) found beans of type 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' securityEvaluationContextExtension (OnBeanCondition) + + ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration#securityDialect: + Did not match: + - @ConditionalOnMissingBean (types: org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect; SearchStrategy: all) found beans of type 'org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect' springSecurityDialect (OnBeanCondition) + + UserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService; SearchStrategy: all) found beans of type 'org.springframework.security.core.userdetails.UserDetailsService' appUserDetailsService (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) + + WebSecurityEnablerConfiguration: + Did not match: + - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) found beans named springSecurityFilterChain (OnBeanCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + +Exclusions: +----------- + + None + + +Unconditional classes: +---------------------- + + None + + + +2021-12-09 17:01:13.926 INFO 16648 --- [http-nio-49612-exec-2] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 17:01:13.929 INFO 16648 --- [http-nio-49612-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 17:01:13.950 INFO 16648 --- [http-nio-49612-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 20 ms +2021-12-09 17:02:04.583 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 12] +2021-12-09 17:07:44.882 INFO 16648 --- [Thread-43] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 17:07:44.883 INFO 16648 --- [Thread-43] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-12-09 17:07:44.883 INFO 16648 --- [Thread-43] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 17:07:44.890 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:07:44.892 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 17:07:44.893 INFO 16648 --- [Thread-43] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:07:44.895 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:07:44.895 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:07:44.906 INFO 16648 --- [Thread-43] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:07:44.908 INFO 16648 --- [Thread-43] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Shutdown initiated... +2021-12-09 17:07:44.924 INFO 16648 --- [Thread-43] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Shutdown completed. +2021-12-09 17:07:46.124 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:07:46.124 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:07:47.854 ERROR 16648 --- [restartedMain] o.s.boot.SpringApplication : Application run failed + +java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration + at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator.shouldSkip(ConfigurationClassBeanDefinitionReader.java:447) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:128) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] + at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] +Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@161af41] + at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1737) ~[na:na] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] + at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] + ... 22 common frames omitted +Caused by: java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/authentication/LoginSuccessfulHandler + at java.base/java.lang.Class.getDeclaredMethods0(Native Method) ~[na:na] + at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) ~[na:na] + at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309) ~[na:na] + at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 44 common frames omitted +Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.authentication.LoginSuccessfulHandler + at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] + at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + ... 48 common frames omitted + +2021-12-09 17:07:47.858 WARN 16648 --- [restartedMain] o.s.boot.SpringApplication : Unable to close ApplicationContext + +java.lang.IllegalStateException: Failed to introspect Class [com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@161af41] + at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1737) ~[na:na] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] + at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] +Caused by: java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/authentication/LoginSuccessfulHandler + at java.base/java.lang.Class.getDeclaredMethods0(Native Method) ~[na:na] + at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) ~[na:na] + at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309) ~[na:na] + at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 26 common frames omitted +Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.authentication.LoginSuccessfulHandler + at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] + at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + ... 30 common frames omitted + +2021-12-09 17:08:01.364 INFO 16648 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2021-12-09 17:08:01.365 INFO 16648 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2021-12-09 17:08:01.370 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:08:01.370 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:08:02.479 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 17:08:02.868 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 388ms. Found 35 repository interfaces. +2021-12-09 17:08:03.227 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:08:03.275 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:08:03.282 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:08:03.283 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4394f5d1' 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) +2021-12-09 17:08:03.297 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:08:03.306 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:08:03.307 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:08:03.308 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:08:03.320 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:08:03.692 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 17:08:03.694 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 17:08:03.695 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 17:08:03.783 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 17:08:03.783 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2411 ms +2021-12-09 17:08:03.792 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 17:08:04.618 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Starting... +2021-12-09 17:08:04.692 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Start completed. +2021-12-09 17:08:04.838 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 17:08:05.204 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 17:08:06.378 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 17:08:06.379 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:08:08.038 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:08:08.054 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:08:09.241 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:08:09.272 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 17:08:09.421 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 17:08:09.423 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 17:08:09.423 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 17:08:09.513 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 17:08:09.925 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 17:08:10.076 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@623b2a25, org.springframework.security.web.context.SecurityContextPersistenceFilter@2a8c7f18, org.springframework.security.web.header.HeaderWriterFilter@98e2aca, org.springframework.web.filter.CorsFilter@6b70c7a6, org.springframework.security.web.csrf.CsrfFilter@1c3c6d80, org.springframework.security.web.authentication.logout.LogoutFilter@546dbdc6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@ee31308, org.springframework.security.web.session.ConcurrentSessionFilter@78404d15, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@522cc8f9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e3f75f1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@35dc19d9, org.springframework.security.web.session.SessionManagementFilter@7ef6005, org.springframework.security.web.access.ExceptionTranslationFilter@6a871326, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@77b3120] +2021-12-09 17:08:10.092 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 17:08:10.092 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:08:11.056 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 17:08:11.116 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 17:08:11.116 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 17:08:11.116 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 17:08:11.144 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 17:08:11.155 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.011 seconds (JVM running for 1631731.983) +2021-12-09 17:08:11.205 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 17:08:11.205 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 17:08:11.226 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 21 ms +2021-12-09 17:08:11.252 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 17:09:09.285 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] +2021-12-09 17:10:57.838 INFO 16648 --- [Thread-50] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 17:10:57.839 INFO 16648 --- [Thread-50] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-12-09 17:10:57.839 INFO 16648 --- [Thread-50] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 17:10:57.846 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:10:57.847 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 17:10:57.852 INFO 16648 --- [Thread-50] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:10:57.853 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:10:57.853 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:10:57.873 INFO 16648 --- [Thread-50] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:10:57.879 INFO 16648 --- [Thread-50] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Shutdown initiated... +2021-12-09 17:10:57.910 INFO 16648 --- [Thread-50] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Shutdown completed. +2021-12-09 17:10:59.187 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:10:59.187 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:10:59.765 WARN 16648 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class +2021-12-09 17:10:59.770 ERROR 16648 --- [restartedMain] o.s.boot.SpringApplication : Application run failed + +org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class + at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:454) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:316) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:132) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:287) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:242) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:199) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:167) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:315) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] + at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] +Caused by: java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class + at org.springframework.core.io.FileSystemResource.getInputStream(FileSystemResource.java:179) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.type.classreading.SimpleMetadataReader.(SimpleMetadataReader.java:51) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:103) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:123) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:430) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 25 common frames omitted + +2021-12-09 17:11:11.193 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:11:11.193 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:11:14.206 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 17:11:14.592 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 385ms. Found 35 repository interfaces. +2021-12-09 17:11:14.860 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:14.950 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:14.953 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:11:14.953 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@638c9a46' 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) +2021-12-09 17:11:14.977 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:14.984 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:14.985 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:14.985 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:11:14.993 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:15.337 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 17:11:15.342 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 17:11:15.342 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 17:11:15.477 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 17:11:15.477 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4281 ms +2021-12-09 17:11:15.482 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 17:11:16.098 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Starting... +2021-12-09 17:11:16.129 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Start completed. +2021-12-09 17:11:16.237 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 17:11:16.618 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 17:11:17.406 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 17:11:17.406 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:11:18.452 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:11:18.463 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:11:19.443 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:11:19.477 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 17:11:19.772 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 17:11:20.227 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 17:11:20.351 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@23574bb8, org.springframework.security.web.context.SecurityContextPersistenceFilter@665a8414, org.springframework.security.web.header.HeaderWriterFilter@5b5adb0b, org.springframework.web.filter.CorsFilter@597aeab4, org.springframework.security.web.csrf.CsrfFilter@68692a08, org.springframework.security.web.authentication.logout.LogoutFilter@2abf6a4f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6f4fdfcf, org.springframework.security.web.session.ConcurrentSessionFilter@2033ab96, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6b558957, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@17ed0c3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6ce17383, org.springframework.security.web.session.SessionManagementFilter@49a6ac5e, org.springframework.security.web.access.ExceptionTranslationFilter@3e0f1410, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@69cb9ca4] +2021-12-09 17:11:20.363 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 17:11:20.364 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:11:21.313 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 17:11:21.366 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 17:11:21.366 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 17:11:21.367 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 17:11:21.388 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 17:11:21.389 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.097 seconds (JVM running for 1631922.217) +2021-12-09 17:11:21.436 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 17:11:23.070 INFO 16648 --- [Thread-61] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 17:11:23.072 INFO 16648 --- [Thread-61] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 17:11:23.072 INFO 16648 --- [Thread-61] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 17:11:23.074 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:11:23.075 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 17:11:23.075 INFO 16648 --- [Thread-61] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:11:23.076 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:11:23.076 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:11:23.084 INFO 16648 --- [Thread-61] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:11:23.088 INFO 16648 --- [Thread-61] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Shutdown initiated... +2021-12-09 17:11:23.111 INFO 16648 --- [Thread-61] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Shutdown completed. +2021-12-09 17:11:24.193 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:11:24.194 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:11:26.072 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 17:11:26.239 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 166ms. Found 0 repository interfaces. +2021-12-09 17:11:26.596 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:26.607 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:27.221 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 17:11:27.225 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 17:11:27.227 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 17:11:27.497 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 17:11:27.497 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3297 ms +2021-12-09 17:11:27.904 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Starting... +2021-12-09 17:11:27.949 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Start completed. +2021-12-09 17:11:28.299 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 17:11:28.816 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 17:11:28.900 ERROR 16648 --- [restartedMain] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'sessionRepositoryFilterRegistration' defined in class path resource [org/springframework/boot/autoconfigure/session/SessionRepositoryFilterConfiguration.class]: Unsatisfied dependency expressed through method 'sessionRepositoryFilterRegistration' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration': Unsatisfied dependency expressed through method 'setTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present +2021-12-09 17:11:28.905 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat] +2021-12-09 17:11:28.909 WARN 16648 --- [restartedMain] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [HikariPool-10 housekeeper] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: + java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method) + java.base@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) + java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) + java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) + java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) + java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) + java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) + java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) + java.base@11.0.10/java.lang.Thread.run(Thread.java:834) +2021-12-09 17:11:28.910 WARN 16648 --- [restartedMain] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [HikariPool-10 connection adder] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: + java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method) + java.base@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) + java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) + java.base@11.0.10/java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:458) + java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) + java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) + java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) + java.base@11.0.10/java.lang.Thread.run(Thread.java:834) +2021-12-09 17:11:28.912 WARN 16648 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat +2021-12-09 17:11:28.913 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Shutdown initiated... +2021-12-09 17:11:28.929 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Shutdown completed. +2021-12-09 17:11:28.944 INFO 16648 --- [restartedMain] ConditionEvaluationReportLoggingListener : + +Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. +2021-12-09 17:11:28.956 ERROR 16648 --- [restartedMain] o.s.boot.SpringApplication : Application run failed + +org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] + at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] +Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat + at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:124) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.(TomcatWebServer.java:86) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:414) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:178) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + ... 13 common frames omitted +Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sessionRepositoryFilterRegistration' defined in class path resource [org/springframework/boot/autoconfigure/session/SessionRepositoryFilterConfiguration.class]: Unsatisfied dependency expressed through method 'sessionRepositoryFilterRegistration' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration': Unsatisfied dependency expressed through method 'setTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:769) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:509) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.servlet.ServletContextInitializerBeans.(ServletContextInitializerBeans.java:85) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:252) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:226) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5132) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na] + at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) ~[na:na] + at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na] + at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) ~[na:na] + at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.apache.catalina.startup.Tomcat.start(Tomcat.java:456) ~[tomcat-embed-core-9.0.21.jar:9.0.21] + at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:105) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] + ... 18 common frames omitted +Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration': Unsatisfied dependency expressed through method 'setTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:676) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:392) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1251) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:857) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:760) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 58 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1251) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:668) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 81 common frames omitted +Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:224) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveNamedBean(DefaultListableBeanFactory.java:1119) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveBean(DefaultListableBeanFactory.java:411) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:344) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:337) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.orm.jpa.EntityManagerFactoryUtils.findEntityManagerFactory(EntityManagerFactoryUtils.java:120) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.orm.jpa.JpaTransactionManager.setBeanFactory(JpaTransactionManager.java:313) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1765) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 90 common frames omitted +Caused by: java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present + at java.base/sun.reflect.annotation.TypeNotPresentExceptionProxy.generateException(TypeNotPresentExceptionProxy.java:46) ~[na:na] + at java.base/sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:86) ~[na:na] + at com.sun.proxy.$Proxy166.converter(Unknown Source) ~[na:na] + at org.hibernate.cfg.AttributeConversionInfo.(AttributeConversionInfo.java:41) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.ClassPropertyHolder.startingProperty(ClassPropertyHolder.java:137) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.annotations.PropertyBinder.makePropertyAndValue(PropertyBinder.java:177) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.annotations.PropertyBinder.makePropertyValueAndBind(PropertyBinder.java:205) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.AnnotationBinder.processElementAnnotations(AnnotationBinder.java:2300) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.AnnotationBinder.processIdPropertiesIfNotAlready(AnnotationBinder.java:979) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:806) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl.processEntityHierarchies(AnnotationMetadataSourceProcessorImpl.java:248) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.boot.model.process.spi.MetadataBuildingProcess$1.processEntityHierarchies(MetadataBuildingProcess.java:239) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:282) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] + ... 105 common frames omitted +Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter + at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] + at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] + at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] + at java.base/java.lang.Class.forName0(Native Method) ~[na:na] + at java.base/java.lang.Class.forName(Class.java:398) ~[na:na] + at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114) ~[na:na] + at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125) ~[na:na] + at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49) ~[na:na] + at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440) ~[na:na] + at java.base/sun.reflect.annotation.AnnotationParser.parseClassValue(AnnotationParser.java:421) ~[na:na] + at java.base/sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:350) ~[na:na] + at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:287) ~[na:na] + at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121) ~[na:na] + at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73) ~[na:na] + at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1175) ~[na:na] + at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1173) ~[na:na] + at java.base/java.lang.reflect.Field.getAnnotation(Field.java:1142) ~[na:na] + at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274) ~[na:na] + at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517) ~[na:na] + at org.hibernate.annotations.common.reflection.java.JavaAnnotationReader.isAnnotationPresent(JavaAnnotationReader.java:33) ~[hibernate-commons-annotations-5.1.2.Final.jar:5.1.2.Final] + at org.hibernate.annotations.common.reflection.java.JavaXAnnotatedElement.isAnnotationPresent(JavaXAnnotatedElement.java:43) ~[hibernate-commons-annotations-5.1.2.Final.jar:5.1.2.Final] + at org.hibernate.annotations.common.reflection.java.JavaXMember.isAnnotationPresent(JavaXMember.java:26) ~[hibernate-commons-annotations-5.1.2.Final.jar:5.1.2.Final] + at org.hibernate.cfg.PropertyContainer.mustBeSkipped(PropertyContainer.java:399) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.PropertyContainer.preFilter(PropertyContainer.java:113) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.PropertyContainer.(PropertyContainer.java:91) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.InheritanceState.getElementsToProcess(InheritanceState.java:217) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:785) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] + ... 117 common frames omitted + +2021-12-09 17:11:34.295 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 17:11:34.295 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 17:11:37.403 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 17:11:38.066 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 662ms. Found 35 repository interfaces. +2021-12-09 17:11:38.399 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:38.452 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:38.458 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:11:38.459 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@765f9b1f' 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) +2021-12-09 17:11:38.467 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:38.479 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:38.480 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:38.481 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 17:11:38.492 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 17:11:38.888 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 17:11:38.891 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 17:11:38.892 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 17:11:38.958 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 17:11:38.959 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4661 ms +2021-12-09 17:11:38.963 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 17:11:39.541 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Starting... +2021-12-09 17:11:39.604 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Start completed. +2021-12-09 17:11:39.702 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 17:11:39.871 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 17:11:40.542 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 17:11:40.543 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 17:11:41.489 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 17:11:41.496 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 17:11:42.149 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 17:11:42.193 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 17:11:42.325 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 17:11:42.444 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 17:11:42.479 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@d299dac, org.springframework.security.web.context.SecurityContextPersistenceFilter@52973455, org.springframework.security.web.header.HeaderWriterFilter@3c7d0c33, org.springframework.web.filter.CorsFilter@45996c6b, org.springframework.security.web.csrf.CsrfFilter@75002a93, org.springframework.security.web.authentication.logout.LogoutFilter@75f11359, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@fff4b84, org.springframework.security.web.session.ConcurrentSessionFilter@382e5ffc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6dfa6a0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3fea6ae7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4e1e2171, org.springframework.security.web.session.SessionManagementFilter@4c8eb04c, org.springframework.security.web.access.ExceptionTranslationFilter@376bb703, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@15c3d9f0] +2021-12-09 17:11:42.483 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 17:11:42.483 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 17:11:42.995 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 17:11:43.072 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 17:11:43.072 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 17:11:43.073 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 17:11:43.087 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 17:11:43.088 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.346 seconds (JVM running for 1631943.916) +2021-12-09 17:11:43.160 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 17:11:45.080 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 17:11:45.082 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 17:11:45.099 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms +2021-12-09 17:12:42.194 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] +2021-12-09 17:18:58.369 WARN 16648 --- [http-nio-49612-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 +2021-12-09 17:18:58.370 ERROR 16648 --- [http-nio-49612-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' +2021-12-09 17:18:58.401 ERROR 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field list' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16] @@ -132,7 +1219,7 @@ java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field lis at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at com.sun.proxy.$Proxy199.findAll(Unknown Source) ~[na:na] + at com.sun.proxy.$Proxy477.findAll(Unknown Source) ~[na:na] at com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.PaymentsService.getPayments(PaymentsService.java:27) ~[classes/:na] at com.ogoma.vue_starter.vue_starter.boundaries.accounting.PaymentController.getPayments(PaymentController.java:28) ~[classes/:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] @@ -243,15 +1330,10 @@ java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field lis at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -2021-11-20 13:34:10.582 WARN 19164 --- [http-nio-49612-exec-7] o.s.web.servlet.PageNotFound : Request method 'GET' not supported -2021-11-20 13:34:10.584 WARN 19164 --- [http-nio-49612-exec-7] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] -2021-11-20 13:51:10.122 INFO 19164 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 300] -2021-11-20 14:48:56.864 INFO 19164 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 4, queued tasks = 0, completed tasks = 700] -2021-11-20 14:49:07.861 WARN 19164 --- [HikariPool-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=33m6s995ms584µs600ns). -2021-11-20 14:51:10.121 INFO 19164 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 1117] -2021-11-20 15:10:30.546 WARN 19164 --- [http-nio-49612-exec-4] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 -2021-11-20 15:10:30.547 ERROR 19164 --- [http-nio-49612-exec-4] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' -2021-11-20 15:10:30.573 ERROR 19164 --- [http-nio-49612-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause +2021-12-09 17:19:57.842 WARN 16648 --- [http-nio-49612-exec-6] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified with collection fetch; applying in memory! +2021-12-09 17:22:03.220 WARN 16648 --- [http-nio-49612-exec-5] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 +2021-12-09 17:22:03.220 ERROR 16648 --- [http-nio-49612-exec-5] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' +2021-12-09 17:22:03.239 ERROR 16648 --- [http-nio-49612-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field list' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16] @@ -308,7 +1390,7 @@ java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field lis at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at com.sun.proxy.$Proxy199.findAll(Unknown Source) ~[na:na] + at com.sun.proxy.$Proxy477.findAll(Unknown Source) ~[na:na] at com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.PaymentsService.getPayments(PaymentsService.java:27) ~[classes/:na] at com.ogoma.vue_starter.vue_starter.boundaries.accounting.PaymentController.getPayments(PaymentController.java:28) ~[classes/:na] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] @@ -419,249 +1501,20 @@ java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field lis at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -2021-11-20 15:10:34.973 WARN 19164 --- [http-nio-49612-exec-6] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 -2021-11-20 15:10:34.974 ERROR 19164 --- [http-nio-49612-exec-6] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' -2021-11-20 15:10:34.981 ERROR 19164 --- [http-nio-49612-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause +2021-12-09 17:33:23.246 WARN 16648 --- [http-nio-49612-exec-3] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified with collection fetch; applying in memory! +2021-12-09 17:33:27.228 ERROR 16648 --- [http-nio-49612-exec-2] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-49612-exec-2] Exception processing template "payroll/payslip": An error happened during template parsing (template: "class path resource [templates/payroll/payslip.html]") -java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field list' - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.getResultSet(Loader.java:2303) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2056) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2018) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQuery(Loader.java:948) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2849) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2831) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2663) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.list(Loader.java:2658) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.Query.getResultList(Query.java:165) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:587) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:406) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:374) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:359) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:200) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:644) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:608) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.lambda$invoke$3(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:138) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at com.sun.proxy.$Proxy199.findAll(Unknown Source) ~[na:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.PaymentsService.getPayments(PaymentsService.java:27) ~[classes/:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.PaymentController.getPayments(PaymentController.java:28) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:155) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:151) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] - -2021-11-20 15:10:58.582 WARN 19164 --- [http-nio-49612-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 -2021-11-20 15:10:58.583 ERROR 19164 --- [http-nio-49612-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' -2021-11-20 15:10:58.609 ERROR 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause - -java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field list' - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.getResultSet(Loader.java:2303) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2056) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2018) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQuery(Loader.java:948) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2849) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2831) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2663) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.list(Loader.java:2658) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.Query.getResultList(Query.java:165) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:587) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:406) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:374) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:359) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:200) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:644) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:608) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.lambda$invoke$3(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:138) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at com.sun.proxy.$Proxy199.findAll(Unknown Source) ~[na:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.PaymentsService.getPayments(PaymentsService.java:27) ~[classes/:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.PaymentController.getPayments(PaymentController.java:28) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] +org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/payroll/payslip.html]") + at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.spring5.view.ThymeleafView.renderFragment(ThymeleafView.java:362) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.spring5.view.ThymeleafView.render(ThymeleafView.java:189) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1371) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1117) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1056) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] @@ -758,80 +1611,85 @@ java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field lis at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] +Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "payslip.employee.user.fullName" (template: "payroll/payslip" - line 31, col 50) + at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupParser.parse(MarkupParser.java:257) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + ... 105 common frames omitted +Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "payslip.employee.user.fullName" (template: "payroll/payslip" - line 31, col 50) + at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:290) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleOpenElementEnd(TemplateHandlerAdapterMarkupHandler.java:304) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:278) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleOpenElementEnd(OutputExpressionInlinePreProcessorHandler.java:186) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:124) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.attoparser.HtmlElement.handleOpenElementEnd(HtmlElement.java:109) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.HtmlMarkupHandler.handleOpenElementEnd(HtmlMarkupHandler.java:297) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupEventProcessorHandler.handleOpenElementEnd(MarkupEventProcessorHandler.java:402) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.ParsingElementMarkupUtil.parseOpenElement(ParsingElementMarkupUtil.java:159) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:710) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + ... 107 common frames omitted +Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property or field 'user' cannot be found on null + at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:213) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:104) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:91) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:59) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:89) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:109) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:328) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:263) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] + ... 126 common frames omitted -2021-11-20 15:13:20.318 WARN 19164 --- [http-nio-49612-exec-10] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 -2021-11-20 15:13:20.318 ERROR 19164 --- [http-nio-49612-exec-10] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' -2021-11-20 15:13:20.335 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause +2021-12-09 17:33:27.239 ERROR 16648 --- [http-nio-49612-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/payroll/payslip.html]")] with root cause -java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field list' - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.getResultSet(Loader.java:2303) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2056) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2018) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQuery(Loader.java:948) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2849) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2831) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2663) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.list(Loader.java:2658) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.Query.getResultList(Query.java:165) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:587) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:406) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:374) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:359) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:200) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:644) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:608) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.lambda$invoke$3(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:138) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at com.sun.proxy.$Proxy199.findAll(Unknown Source) ~[na:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.PaymentsService.getPayments(PaymentsService.java:27) ~[classes/:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.PaymentController.getPayments(PaymentController.java:28) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] +org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property or field 'user' cannot be found on null + at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:213) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:104) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:91) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:59) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:89) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:109) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:328) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:263) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleOpenElementEnd(TemplateHandlerAdapterMarkupHandler.java:304) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:278) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleOpenElementEnd(OutputExpressionInlinePreProcessorHandler.java:186) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:124) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.attoparser.HtmlElement.handleOpenElementEnd(HtmlElement.java:109) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.HtmlMarkupHandler.handleOpenElementEnd(HtmlMarkupHandler.java:297) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupEventProcessorHandler.handleOpenElementEnd(MarkupEventProcessorHandler.java:402) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.ParsingElementMarkupUtil.parseOpenElement(ParsingElementMarkupUtil.java:159) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:710) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.attoparser.MarkupParser.parse(MarkupParser.java:257) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] + at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.spring5.view.ThymeleafView.renderFragment(ThymeleafView.java:362) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.thymeleaf.spring5.view.ThymeleafView.render(ThymeleafView.java:189) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] + at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1371) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1117) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1056) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] @@ -929,2367 +1787,423 @@ java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field lis at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -2021-11-20 15:13:49.653 WARN 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.PageNotFound : Request method 'GET' not supported -2021-11-20 15:13:49.654 WARN 19164 --- [http-nio-49612-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] -2021-11-20 15:15:58.082 WARN 19164 --- [http-nio-49612-exec-10] o.s.web.servlet.PageNotFound : Request method 'GET' not supported -2021-11-20 15:15:58.083 WARN 19164 --- [http-nio-49612-exec-10] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported] -2021-11-20 15:18:56.064 INFO 19164 --- [Thread-5] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-11-20 15:18:56.064 INFO 19164 --- [Thread-5] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 15:18:56.065 INFO 19164 --- [Thread-5] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-11-20 15:18:56.085 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:18:56.094 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-11-20 15:18:56.096 INFO 19164 --- [Thread-5] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:18:56.098 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:18:56.099 INFO 19164 --- [Thread-5] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:18:56.113 INFO 19164 --- [Thread-5] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:18:56.144 INFO 19164 --- [Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... -2021-11-20 15:18:56.155 INFO 19164 --- [Thread-5] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. -2021-11-20 15:18:57.011 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 15:18:57.012 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 15:18:59.488 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-11-20 15:18:59.760 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 271ms. Found 35 repository interfaces. -2021-11-20 15:18:59.930 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:18:59.947 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:18:59.950 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:18:59.951 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2c634909' 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) -2021-11-20 15:18:59.956 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:18:59.961 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:18:59.961 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:18:59.962 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:18:59.971 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:19:00.199 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-11-20 15:19:00.202 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-11-20 15:19:00.202 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-11-20 15:19:00.241 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-11-20 15:19:00.242 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3202 ms -2021-11-20 15:19:00.247 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-11-20 15:19:00.563 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... -2021-11-20 15:19:00.587 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. -2021-11-20 15:19:00.659 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-11-20 15:19:00.861 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-11-20 15:19:01.118 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Estimate -2021-11-20 15:19:01.175 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Expense -2021-11-20 15:19:01.185 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Invoice -2021-11-20 15:19:01.257 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.ChartOfAccount -2021-11-20 15:19:01.262 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Ticket -2021-11-20 15:19:01.377 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Project -2021-11-20 15:19:01.388 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User -2021-11-20 15:19:01.420 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.Permission -2021-11-20 15:19:01.436 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.leave_management.entities.LeaveRequest -2021-11-20 15:19:01.466 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.Role -2021-11-20 15:19:01.510 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.employee_management.entities.Employee -2021-11-20 15:19:01.560 INFO 19164 --- [restartedMain] o.h.tuple.entity.EntityMetamodel : HHH000157: Lazy property fetching available for: com.ogoma.vue_starter.vue_starter.boundaries.hr.policy.entities.Policy -2021-11-20 15:19:01.714 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-11-20 15:19:01.715 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:19:02.706 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:19:02.715 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:19:03.370 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:19:03.405 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-11-20 15:19:03.517 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-11-20 15:19:03.518 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-11-20 15:19:03.572 WARN 19164 --- [restartedMain] aWebConfiguration$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 -2021-11-20 15:19:03.759 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-11-20 15:19:03.798 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@10769bd2, org.springframework.security.web.context.SecurityContextPersistenceFilter@18718a4a, org.springframework.security.web.header.HeaderWriterFilter@6001cb5d, org.springframework.web.filter.CorsFilter@36ab93bd, org.springframework.security.web.csrf.CsrfFilter@6f65ebfc, org.springframework.security.web.authentication.logout.LogoutFilter@2be7bed8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1937e758, org.springframework.security.web.session.ConcurrentSessionFilter@2e7cd564, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7644f13a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3ded6836, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1543abab, org.springframework.security.web.session.SessionManagementFilter@6e86f943, org.springframework.security.web.access.ExceptionTranslationFilter@d376180, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1566c5b6] -2021-11-20 15:19:03.802 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-11-20 15:19:03.803 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:19:04.494 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-11-20 15:19:04.555 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-11-20 15:19:04.555 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 15:19:04.556 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-11-20 15:19:04.585 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-11-20 15:19:04.587 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 7.881 seconds (JVM running for 7154.192) -2021-11-20 15:19:04.659 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-11-20 15:19:07.452 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-11-20 15:19:07.453 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-11-20 15:19:07.468 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms -2021-11-20 15:20:03.405 INFO 19164 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 16, active threads = 0, queued tasks = 0, completed tasks = 27], outboundChannel[pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 5], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 14] -2021-11-20 15:29:49.021 INFO 19164 --- [Thread-14] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-11-20 15:29:49.026 INFO 19164 --- [Thread-14] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 15:29:49.027 INFO 19164 --- [Thread-14] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-11-20 15:29:49.031 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:29:49.034 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-11-20 15:29:49.035 INFO 19164 --- [Thread-14] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:29:49.036 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:29:49.036 INFO 19164 --- [Thread-14] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:29:49.044 INFO 19164 --- [Thread-14] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:29:49.053 INFO 19164 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown initiated... -2021-11-20 15:29:49.066 INFO 19164 --- [Thread-14] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Shutdown completed. -2021-11-20 15:29:50.003 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 15:29:50.004 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 15:29:50.233 WARN 19164 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class -2021-11-20 15:29:50.254 ERROR 19164 --- [restartedMain] o.s.boot.SpringApplication : Application run failed - -org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class - at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:454) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:316) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:132) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:287) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:242) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:199) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:167) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:315) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] -Caused by: java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\project_management\ClientsController.class - at org.springframework.core.io.FileSystemResource.getInputStream(FileSystemResource.java:179) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.type.classreading.SimpleMetadataReader.(SimpleMetadataReader.java:51) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:103) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:123) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:430) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 25 common frames omitted - -2021-11-20 15:29:58.330 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 15:29:58.330 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 15:30:00.856 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-11-20 15:30:01.524 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 667ms. Found 35 repository interfaces. -2021-11-20 15:30:01.934 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:30:01.992 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:30:02.000 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:30:02.001 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@71518422' 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) -2021-11-20 15:30:02.010 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:30:02.024 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:30:02.025 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:30:02.027 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:30:02.039 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:30:02.532 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-11-20 15:30:02.536 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-11-20 15:30:02.536 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-11-20 15:30:02.652 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-11-20 15:30:02.652 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4320 ms -2021-11-20 15:30:02.664 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-11-20 15:30:03.400 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting... -2021-11-20 15:30:03.469 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed. -2021-11-20 15:30:03.623 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-11-20 15:30:03.961 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-11-20 15:30:04.824 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-11-20 15:30:04.824 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:30:05.916 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:30:05.930 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:30:06.689 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:30:06.714 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-11-20 15:30:06.813 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-11-20 15:30:06.866 WARN 19164 --- [restartedMain] aWebConfiguration$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 -2021-11-20 15:30:07.086 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-11-20 15:30:07.168 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@75263eb, org.springframework.security.web.context.SecurityContextPersistenceFilter@701fdd86, org.springframework.security.web.header.HeaderWriterFilter@39d6efc6, org.springframework.web.filter.CorsFilter@5644fe86, org.springframework.security.web.csrf.CsrfFilter@433a0f04, org.springframework.security.web.authentication.logout.LogoutFilter@6696e348, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@78208f3a, org.springframework.security.web.session.ConcurrentSessionFilter@1c8473a2, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7eb9a49c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@593092af, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1a7afef, org.springframework.security.web.session.SessionManagementFilter@fd50f73, org.springframework.security.web.access.ExceptionTranslationFilter@4da43a7e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7ca1fce] -2021-11-20 15:30:07.176 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-11-20 15:30:07.176 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:30:07.838 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-11-20 15:30:07.884 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-11-20 15:30:07.884 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 15:30:07.885 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-11-20 15:30:07.906 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-11-20 15:30:07.907 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.852 seconds (JVM running for 7817.512) -2021-11-20 15:30:07.954 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-11-20 15:30:25.031 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-11-20 15:30:25.033 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-11-20 15:30:25.044 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 11 ms -2021-11-20 15:30:25.065 ERROR 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:25.070 ERROR 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:25.071 ERROR 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:25.353 ERROR 19164 --- [http-nio-49612-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:25.361 ERROR 19164 --- [http-nio-49612-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:25.363 ERROR 19164 --- [http-nio-49612-exec-2] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:29.175 ERROR 19164 --- [http-nio-49612-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:29.178 ERROR 19164 --- [http-nio-49612-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:29.179 ERROR 19164 --- [http-nio-49612-exec-4] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:29.292 ERROR 19164 --- [http-nio-49612-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:29.298 ERROR 19164 --- [http-nio-49612-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:29.301 ERROR 19164 --- [http-nio-49612-exec-5] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:43.237 ERROR 19164 --- [http-nio-49612-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:43.242 ERROR 19164 --- [http-nio-49612-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:43.245 ERROR 19164 --- [http-nio-49612-exec-3] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:44.940 ERROR 19164 --- [http-nio-49612-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:44.947 ERROR 19164 --- [http-nio-49612-exec-6] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:44.949 ERROR 19164 --- [http-nio-49612-exec-6] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:45.513 ERROR 19164 --- [http-nio-49612-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:45.517 ERROR 19164 --- [http-nio-49612-exec-7] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:45.518 ERROR 19164 --- [http-nio-49612-exec-7] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:46.720 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 49 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 52 common frames omitted - -2021-11-20 15:30:46.727 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] threw exception - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:30:46.729 ERROR 19164 --- [http-nio-49612-exec-10] o.a.c.c.C.[Tomcat].[localhost] : Exception Processing ErrorPage[errorCode=0, location=/error] - -org.springframework.core.convert.ConversionFailedException: Failed to convert from type [byte[]] to type [java.lang.Object] for value '{-84, -19, 0, 5, 115, 114, 0, 61, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 99, 111, 110, 116, 101, 120, 116, 46, 83, 101, 99, 117, 114, 105, 116, 121, 67, 111, 110, 116, 101, 120, 116, 73, 109, 112, 108, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 14, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 116, 0, 50, 76, 111, 114, 103, 47, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 47, 115, 101, 99, 117, 114, 105, 116, 121, 47, 99, 111, 114, 101, 47, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 59, 120, 112, 115, 114, 0, 79, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 85, 115, 101, 114, 110, 97, 109, 101, 80, 97, 115, 115, 119, 111, 114, 100, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 11, 99, 114, 101, 100, 101, 110, 116, 105, 97, 108, 115, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 79, 98, 106, 101, 99, 116, 59, 76, 0, 9, 112, 114, 105, 110, 99, 105, 112, 97, 108, 113, 0, 126, 0, 4, 120, 114, 0, 71, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 65, 98, 115, 116, 114, 97, 99, 116, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 84, 111, 107, 101, 110, -45, -86, 40, 126, 110, 71, 100, 14, 2, 0, 3, 90, 0, 13, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 101, 100, 76, 0, 11, 97, 117, 116, 104, 111, 114, 105, 116, 105, 101, 115, 116, 0, 22, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 59, 76, 0, 7, 100, 101, 116, 97, 105, 108, 115, 113, 0, 126, 0, 4, 120, 112, 1, 115, 114, 0, 38, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 76, 105, 115, 116, -4, 15, 37, 49, -75, -20, -114, 16, 2, 0, 1, 76, 0, 4, 108, 105, 115, 116, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 76, 105, 115, 116, 59, 120, 114, 0, 44, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 115, 36, 85, 110, 109, 111, 100, 105, 102, 105, 97, 98, 108, 101, 67, 111, 108, 108, 101, 99, 116, 105, 111, 110, 25, 66, 0, -128, -53, 94, -9, 30, 2, 0, 1, 76, 0, 1, 99, 113, 0, 126, 0, 6, 120, 112, 115, 114, 0, 19, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 65, 114, 114, 97, 121, 76, 105, 115, 116, 120, -127, -46, 29, -103, -57, 97, -99, 3, 0, 1, 73, 0, 4, 115, 105, 122, 101, 120, 112, 0, 0, 0, 1, 119, 4, 0, 0, 0, 1, 115, 114, 0, 66, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 99, 111, 114, 101, 46, 97, 117, 116, 104, 111, 114, 105, 116, 121, 46, 83, 105, 109, 112, 108, 101, 71, 114, 97, 110, 116, 101, 100, 65, 117, 116, 104, 111, 114, 105, 116, 121, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 1, 76, 0, 4, 114, 111, 108, 101, 116, 0, 18, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 83, 116, 114, 105, 110, 103, 59, 120, 112, 116, 0, 5, 65, 68, 77, 73, 78, 120, 113, 0, 126, 0, 13, 115, 114, 0, 72, 111, 114, 103, 46, 115, 112, 114, 105, 110, 103, 102, 114, 97, 109, 101, 119, 111, 114, 107, 46, 115, 101, 99, 117, 114, 105, 116, 121, 46, 119, 101, 98, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 87, 101, 98, 65, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 68, 101, 116, 97, 105, 108, 115, 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 2, 76, 0, 13, 114, 101, 109, 111, 116, 101, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 115, 101, 115, 115, 105, 111, 110, 73, 100, 113, 0, 126, 0, 15, 120, 112, 116, 0, 9, 49, 50, 55, 46, 48, 46, 48, 46, 49, 116, 0, 36, 99, 56, 54, 97, 102, 99, 99, 100, 45, 50, 52, 98, 100, 45, 52, 50, 98, 97, 45, 98, 101, 56, 50, 45, 101, 54, 55, 49, 52, 54, 48, 55, 49, 100, 56, 51, 112, 115, 114, 0, 66, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 97, 117, 116, 104, 101, 110, 116, 105, 99, 97, 116, 105, 111, 110, 46, 67, 117, 115, 116, 111, 109, 85, 115, 101, 114, 68, 101, 116, 97, 105, 108, 115, 95, 29, 77, 73, 98, 3, -61, 46, 2, 0, 6, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 116, 0, 16, 76, 106, 97, 118, 97, 47, 108, 97, 110, 103, 47, 76, 111, 110, 103, 59, 76, 0, 11, 106, 111, 105, 110, 105, 110, 103, 68, 97, 116, 101, 116, 0, 16, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 68, 97, 116, 101, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 4, 117, 115, 101, 114, 116, 0, 75, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 59, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 116, 0, 84, 76, 99, 111, 109, 47, 111, 103, 111, 109, 97, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 47, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 47, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 47, 101, 110, 116, 105, 116, 105, 101, 115, 47, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 59, 120, 112, 112, 112, 112, 112, 115, 114, 0, 73, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, -58, -77, 106, -52, 6, 75, -35, -127, 2, 0, 17, 76, 0, 4, 99, 105, 116, 121, 113, 0, 126, 0, 15, 76, 0, 9, 99, 114, 101, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 11, 100, 97, 116, 101, 79, 102, 66, 105, 114, 116, 104, 113, 0, 126, 0, 24, 76, 0, 5, 101, 109, 97, 105, 108, 113, 0, 126, 0, 15, 76, 0, 9, 102, 105, 114, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 8, 102, 117, 108, 108, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 2, 105, 100, 113, 0, 126, 0, 23, 76, 0, 10, 105, 100, 101, 110, 116, 105, 116, 121, 78, 111, 113, 0, 126, 0, 15, 76, 0, 8, 108, 97, 115, 116, 78, 97, 109, 101, 113, 0, 126, 0, 15, 76, 0, 15, 109, 97, 114, 105, 116, 97, 108, 83, 116, 97, 116, 117, 115, 73, 100, 113, 0, 126, 0, 23, 76, 0, 8, 112, 97, 115, 115, 119, 111, 114, 100, 113, 0, 126, 0, 15, 76, 0, 17, 112, 97, 115, 115, 119, 111, 114, 100, 82, 101, 115, 101, 116, 76, 105, 115, 116, 116, 0, 15, 76, 106, 97, 118, 97, 47, 117, 116, 105, 108, 47, 83, 101, 116, 59, 76, 0, 5, 112, 104, 111, 110, 101, 113, 0, 126, 0, 15, 76, 0, 13, 112, 111, 115, 116, 97, 108, 65, 100, 100, 114, 101, 115, 115, 113, 0, 126, 0, 15, 76, 0, 9, 117, 112, 100, 97, 116, 101, 100, 79, 110, 113, 0, 126, 0, 24, 76, 0, 9, 117, 115, 101, 114, 82, 111, 108, 101, 115, 113, 0, 126, 0, 29, 76, 0, 8, 117, 115, 101, 114, 84, 121, 112, 101, 113, 0, 126, 0, 26, 120, 112, 112, 112, 115, 114, 0, 18, 106, 97, 118, 97, 46, 115, 113, 108, 46, 84, 105, 109, 101, 115, 116, 97, 109, 112, 38, 24, -43, -56, 1, 83, -65, 101, 2, 0, 1, 73, 0, 5, 110, 97, 110, 111, 115, 120, 114, 0, 14, 106, 97, 118, 97, 46, 117, 116, 105, 108, 46, 68, 97, 116, 101, 104, 106, -127, 1, 75, 89, 116, 25, 3, 0, 0, 120, 112, 119, 8, 0, 0, 1, 120, 58, 55, 108, 48, 120, 14, 108, -96, -128, 116, 0, 18, 116, 101, 115, 116, 117, 115, 101, 114, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109, 116, 0, 4, 85, 115, 101, 114, 116, 0, 9, 85, 115, 101, 114, 32, 117, 115, 101, 114, 115, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 76, 111, 110, 103, 59, -117, -28, -112, -52, -113, 35, -33, 2, 0, 1, 74, 0, 5, 118, 97, 108, 117, 101, 120, 114, 0, 16, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 78, 117, 109, 98, 101, 114, -122, -84, -107, 29, 11, -108, -32, -117, 2, 0, 0, 120, 112, 0, 0, 0, 0, 0, 0, 0, 2, 116, 0, 10, 51, 52, 51, 53, 51, 53, 51, 53, 51, 53, 116, 0, 4, 117, 115, 101, 114, 112, 116, 0, 60, 36, 50, 97, 36, 49, 48, 36, 81, 81, 101, 90, 119, 74, 97, 119, 106, 90, 115, 108, 47, 52, 74, 87, 100, 67, 55, 114, 52, 46, 78, 98, 70, 104, 79, 116, 109, 78, 118, 53, 74, 108, 117, 89, 107, 114, 77, 97, 79, 47, 49, 76, 109, 65, 107, 112, 67, 115, 68, 116, 97, 112, 116, 0, 8, 57, 48, 48, 48, 48, 48, 48, 48, 112, 112, 112, 126, 114, 0, 82, 99, 111, 109, 46, 111, 103, 111, 109, 97, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 118, 117, 101, 95, 115, 116, 97, 114, 116, 101, 114, 46, 98, 111, 117, 110, 100, 97, 114, 105, 101, 115, 46, 97, 99, 99, 101, 115, 115, 95, 99, 111, 110, 116, 114, 111, 108, 46, 101, 110, 116, 105, 116, 105, 101, 115, 46, 85, 115, 101, 114, 36, 85, 115, 101, 114, 84, 121, 112, 101, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 114, 0, 14, 106, 97, 118, 97, 46, 108, 97, 110, 103, 46, 69, 110, 117, 109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 120, 112, 116, 0, 5, 65, 100, 109, 105, 110, 112}'; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:47) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:191) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.deserialize(JdbcOperationsSessionRepository.java:677) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.access$1600(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$SessionResultSetExtractor.lambda$extractData$0(JdbcOperationsSessionRepository.java:908) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$8.get(JdbcOperationsSessionRepository.java:699) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getAttribute(JdbcOperationsSessionRepository.java:779) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$PrincipalNameResolver.resolvePrincipal(JdbcOperationsSessionRepository.java:874) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$JdbcSession.getPrincipalName(JdbcOperationsSessionRepository.java:758) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.lambda$doInTransactionWithoutResult$0(JdbcOperationsSessionRepository.java:433) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.lambda$update$0(JdbcTemplate.java:864) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:616) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:861) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:916) ~[spring-jdbc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository$3.doInTransactionWithoutResult(JdbcOperationsSessionRepository.java:426) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:36) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:421) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.jdbc.JdbcOperationsSessionRepository.save(JdbcOperationsSessionRepository.java:135) ~[spring-session-jdbc-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.commitSession(SessionRepositoryFilter.java:240) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter$SessionRepositoryRequestWrapper.access$100(SessionRepositoryFilter.java:201) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:154) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:394) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:253) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.throwable(StandardHostValve.java:348) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:173) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:78) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:36) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.GenericConversionService$ConverterAdapter.convert(GenericConversionService.java:385) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:41) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.io.InvalidClassException: com.ogoma.vue_starter.vue_starter.boundaries.access_control.entities.User; local class incompatible: stream classdesc serialVersionUID = -4128839008857105023, local class serialVersionUID = 5215798941363274614 - at java.base/java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:689) ~[na:na] - at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2012) ~[na:na] - at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1862) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2169) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2464) ~[na:na] - at java.base/java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2358) ~[na:na] - at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2196) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1679) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:493) ~[na:na] - at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:451) ~[na:na] - at org.springframework.core.serializer.DefaultDeserializer.deserialize(DefaultDeserializer.java:72) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.serializer.support.DeserializingConverter.convert(DeserializingConverter.java:73) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 47 common frames omitted - -2021-11-20 15:31:06.710 INFO 19164 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] -2021-11-20 15:32:16.942 WARN 19164 --- [http-nio-49612-exec-8] o.s.web.servlet.PageNotFound : Request method 'PUT' not supported -2021-11-20 15:32:16.943 WARN 19164 --- [http-nio-49612-exec-8] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' not supported] -2021-11-20 15:32:26.786 WARN 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.PageNotFound : Request method 'PUT' not supported -2021-11-20 15:32:26.787 WARN 19164 --- [http-nio-49612-exec-1] .m.m.a.ExceptionHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' not supported] -2021-11-20 15:34:58.483 INFO 19164 --- [Thread-26] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-11-20 15:34:58.484 INFO 19164 --- [Thread-26] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 15:34:58.484 INFO 19164 --- [Thread-26] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-11-20 15:34:58.488 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:34:58.489 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-11-20 15:34:58.489 INFO 19164 --- [Thread-26] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:34:58.490 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:34:58.491 INFO 19164 --- [Thread-26] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:34:58.497 INFO 19164 --- [Thread-26] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:34:58.498 INFO 19164 --- [Thread-26] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated... -2021-11-20 15:34:58.513 INFO 19164 --- [Thread-26] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed. -2021-11-20 15:34:59.446 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 15:34:59.447 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 15:35:00.558 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-11-20 15:35:00.892 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 332ms. Found 35 repository interfaces. -2021-11-20 15:35:01.031 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:35:01.049 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:35:01.052 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:35:01.052 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@5d74b1f1' 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) -2021-11-20 15:35:01.056 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:35:01.060 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:35:01.061 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:35:01.061 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:35:01.066 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:35:01.248 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-11-20 15:35:01.249 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-11-20 15:35:01.249 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-11-20 15:35:01.309 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-11-20 15:35:01.309 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1860 ms -2021-11-20 15:35:01.315 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-11-20 15:35:01.689 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Starting... -2021-11-20 15:35:01.716 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Start completed. -2021-11-20 15:35:01.803 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-11-20 15:35:01.985 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-11-20 15:35:02.518 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-11-20 15:35:02.518 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:35:03.656 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:35:03.666 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:35:04.549 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:35:04.581 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-11-20 15:35:04.736 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-11-20 15:35:04.737 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-11-20 15:35:04.738 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-11-20 15:35:04.740 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-11-20 15:35:04.741 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-11-20 15:35:04.885 WARN 19164 --- [restartedMain] aWebConfiguration$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 -2021-11-20 15:35:05.299 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-11-20 15:35:05.415 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2c1d57f7, org.springframework.security.web.context.SecurityContextPersistenceFilter@33589730, org.springframework.security.web.header.HeaderWriterFilter@45053515, org.springframework.web.filter.CorsFilter@2965d805, org.springframework.security.web.csrf.CsrfFilter@6c4029f3, org.springframework.security.web.authentication.logout.LogoutFilter@275a418a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@67bf94c7, org.springframework.security.web.session.ConcurrentSessionFilter@468f6b8b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5f99b1d3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1a34b274, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6ba59062, org.springframework.security.web.session.SessionManagementFilter@2b6dd0a4, org.springframework.security.web.access.ExceptionTranslationFilter@6c93262c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@117a6f04] -2021-11-20 15:35:05.431 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-11-20 15:35:05.433 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:35:06.444 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-11-20 15:35:06.507 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-11-20 15:35:06.508 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 15:35:06.508 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-11-20 15:35:06.534 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-11-20 15:35:06.536 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 7.427 seconds (JVM running for 8116.14) -2021-11-20 15:35:06.580 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-11-20 15:35:07.458 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-11-20 15:35:07.460 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-11-20 15:35:07.472 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 12 ms -2021-11-20 15:36:04.587 INFO 19164 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] -2021-11-20 15:58:40.576 INFO 19164 --- [Thread-35] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-11-20 15:58:40.577 INFO 19164 --- [Thread-35] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-11-20 15:58:40.578 INFO 19164 --- [Thread-35] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-11-20 15:58:40.595 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:58:40.601 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-11-20 15:58:40.602 INFO 19164 --- [Thread-35] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:58:40.603 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:58:40.604 INFO 19164 --- [Thread-35] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:58:40.629 INFO 19164 --- [Thread-35] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:58:40.637 INFO 19164 --- [Thread-35] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown initiated... -2021-11-20 15:58:40.674 INFO 19164 --- [Thread-35] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown completed. -2021-11-20 15:58:41.928 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 15:58:41.929 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 15:58:44.587 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-11-20 15:58:45.133 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 546ms. Found 35 repository interfaces. -2021-11-20 15:58:45.395 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:58:45.421 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:58:45.425 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:58:45.426 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@652bf66b' 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) -2021-11-20 15:58:45.437 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:58:45.450 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:58:45.453 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:58:45.453 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 15:58:45.468 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 15:58:45.905 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-11-20 15:58:45.914 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-11-20 15:58:45.918 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-11-20 15:58:46.167 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-11-20 15:58:46.168 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4228 ms -2021-11-20 15:58:46.177 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-11-20 15:58:47.053 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Starting... -2021-11-20 15:58:47.132 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Start completed. -2021-11-20 15:58:47.312 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-11-20 15:58:47.719 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-11-20 15:58:48.734 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-11-20 15:58:48.734 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 15:58:50.530 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-11-20 15:58:50.549 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 15:58:51.442 INFO 19164 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 15:58:51.469 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-11-20 15:58:51.609 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-11-20 15:58:51.609 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-11-20 15:58:51.610 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-11-20 15:58:51.611 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-11-20 15:58:51.698 WARN 19164 --- [restartedMain] aWebConfiguration$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 -2021-11-20 15:58:51.902 INFO 19164 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-11-20 15:58:51.953 INFO 19164 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3b0cbca3, org.springframework.security.web.context.SecurityContextPersistenceFilter@42f33244, org.springframework.security.web.header.HeaderWriterFilter@3b86e47d, org.springframework.web.filter.CorsFilter@30947630, org.springframework.security.web.csrf.CsrfFilter@13a4dd48, org.springframework.security.web.authentication.logout.LogoutFilter@24612e66, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@42dc43cd, org.springframework.security.web.session.ConcurrentSessionFilter@48743213, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4e5a836b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@21497a3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@79068d87, org.springframework.security.web.session.SessionManagementFilter@7d0fee67, org.springframework.security.web.access.ExceptionTranslationFilter@756fec5d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@14abbe03] -2021-11-20 15:58:51.959 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-11-20 15:58:51.960 INFO 19164 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-11-20 15:58:52.559 INFO 19164 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-11-20 15:58:52.603 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-11-20 15:58:52.603 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-11-20 15:58:52.604 INFO 19164 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-11-20 15:58:52.626 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-11-20 15:58:52.628 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.388 seconds (JVM running for 9542.232) -2021-11-20 15:58:52.674 INFO 19164 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-11-20 15:58:55.481 INFO 19164 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-11-20 15:58:55.483 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-11-20 15:58:55.496 INFO 19164 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms -2021-11-20 15:59:51.480 INFO 19164 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] -2021-11-20 16:07:42.533 INFO 19164 --- [Thread-42] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-11-20 16:07:42.534 INFO 19164 --- [Thread-42] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-11-20 16:07:42.535 INFO 19164 --- [Thread-42] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-11-20 16:07:42.538 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-11-20 16:07:42.540 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-11-20 16:07:42.541 INFO 19164 --- [Thread-42] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-11-20 16:07:42.542 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-11-20 16:07:42.543 INFO 19164 --- [Thread-42] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-11-20 16:07:42.556 INFO 19164 --- [Thread-42] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 16:07:42.557 INFO 19164 --- [Thread-42] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown initiated... -2021-11-20 16:07:42.611 INFO 19164 --- [Thread-42] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown completed. -2021-11-20 16:07:43.605 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 16:07:43.605 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 16:07:44.690 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-11-20 16:07:44.930 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 240ms. Found 35 repository interfaces. -2021-11-20 16:07:45.061 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:07:45.080 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:07:45.083 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 16:07:45.084 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@35a91ace' 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) -2021-11-20 16:07:45.090 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:07:45.096 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:07:45.096 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:07:45.096 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 16:07:45.102 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:07:46.754 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-11-20 16:07:46.756 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-11-20 16:07:46.756 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-11-20 16:07:46.804 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-11-20 16:07:46.804 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3195 ms -2021-11-20 16:07:46.807 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-11-20 16:07:47.302 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Starting... -2021-11-20 16:07:47.334 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Start completed. -2021-11-20 16:07:47.467 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-11-20 16:07:47.703 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-11-20 16:07:48.197 INFO 19164 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-11-20 16:07:48.197 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 16:07:48.970 WARN 19164 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'invoiceController': Resolution of declared constructors on bean Class [com.ogoma.vue_starter.vue_starter.boundaries.accounting.InvoiceController] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@3ba4346] failed; nested exception is java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService -2021-11-20 16:07:48.971 INFO 19164 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-11-20 16:07:48.971 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown initiated... -2021-11-20 16:07:48.979 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown completed. -2021-11-20 16:07:48.979 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat] -2021-11-20 16:07:48.987 INFO 19164 --- [restartedMain] ConditionEvaluationReportLoggingListener : - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2021-11-20 16:07:48.988 ERROR 19164 --- [restartedMain] o.s.boot.SpringApplication : Application run failed - -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'invoiceController': Resolution of declared constructors on bean Class [com.ogoma.vue_starter.vue_starter.boundaries.accounting.InvoiceController] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@3ba4346] failed; nested exception is java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:284) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1269) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1184) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] -Caused by: java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService - at java.base/java.lang.Class.getDeclaredConstructors0(Native Method) ~[na:na] - at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3137) ~[na:na] - at java.base/java.lang.Class.getDeclaredConstructors(Class.java:2357) ~[na:na] - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:279) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 23 common frames omitted -Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.InvoiceService - at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] - at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - ... 27 common frames omitted - -2021-11-20 16:10:17.413 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 19164 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-11-20 16:10:17.414 INFO 19164 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-11-20 16:10:18.388 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-11-20 16:10:18.621 INFO 19164 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 233ms. Found 35 repository interfaces. -2021-11-20 16:10:18.720 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$a45e889f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:10:18.730 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$3d0c50d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:10:18.733 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 16:10:18.734 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@595015f' 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) -2021-11-20 16:10:18.737 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$ea62fab3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:10:18.747 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$87360ba1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:10:18.747 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:10:18.747 INFO 19164 --- [restartedMain] trationDelegate$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) -2021-11-20 16:10:18.751 INFO 19164 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$23ded5d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-11-20 16:10:18.889 INFO 19164 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-11-20 16:10:18.890 INFO 19164 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-11-20 16:10:18.891 INFO 19164 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-11-20 16:10:18.933 INFO 19164 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-11-20 16:10:18.934 INFO 19164 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1518 ms -2021-11-20 16:10:18.937 INFO 19164 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-11-20 16:10:19.267 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Starting... -2021-11-20 16:10:19.290 INFO 19164 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Start completed. -2021-11-20 16:10:19.358 INFO 19164 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-11-20 16:10:19.574 INFO 19164 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 17:55:56.564 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 27], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5], sockJsScheduler[pool size = 8, active threads = 4, queued tasks = 0, completed tasks = 408] +2021-12-09 17:56:11.220 WARN 16648 --- [HikariPool-11 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-11 - Thread starvation or clock leap detected (housekeeper delta=18m33s548ms30µs900ns). +2021-12-09 18:12:39.695 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 27], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 881] +2021-12-09 18:17:58.935 INFO 16648 --- [Thread-69] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 18:17:58.936 INFO 16648 --- [Thread-69] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-12-09 18:17:58.937 INFO 16648 --- [Thread-69] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 18:17:58.950 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:17:58.957 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 18:17:58.959 INFO 16648 --- [Thread-69] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:17:58.962 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:17:58.963 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:17:58.979 INFO 16648 --- [Thread-69] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:17:59.012 INFO 16648 --- [Thread-69] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Shutdown initiated... +2021-12-09 18:17:59.066 INFO 16648 --- [Thread-69] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Shutdown completed. +2021-12-09 18:18:00.863 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 18:18:00.864 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 18:18:02.672 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 18:18:02.987 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 314ms. Found 35 repository interfaces. +2021-12-09 18:18:03.219 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:18:03.257 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:18:03.263 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:18:03.264 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2a786a38' 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) +2021-12-09 18:18:03.270 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:18:03.280 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:18:03.281 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:18:03.281 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:18:03.293 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:18:03.707 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 18:18:03.713 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 18:18:03.713 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 18:18:03.801 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 18:18:03.801 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2908 ms +2021-12-09 18:18:03.808 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 18:18:04.336 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Starting... +2021-12-09 18:18:04.389 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Start completed. +2021-12-09 18:18:04.478 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 18:18:04.773 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 18:18:05.547 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 18:18:05.547 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:18:06.783 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:18:06.798 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:18:07.627 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:18:07.656 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 18:18:07.781 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 18:18:07.868 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 18:18:08.056 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 18:18:08.104 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ea2a282, org.springframework.security.web.context.SecurityContextPersistenceFilter@d889d7d, org.springframework.security.web.header.HeaderWriterFilter@396471c7, org.springframework.web.filter.CorsFilter@71d4b68c, org.springframework.security.web.csrf.CsrfFilter@6ed9f00c, org.springframework.security.web.authentication.logout.LogoutFilter@5d6f2fa5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1e4a8522, org.springframework.security.web.session.ConcurrentSessionFilter@aa71f4b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6a97dee8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f802859, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7339e1f9, org.springframework.security.web.session.SessionManagementFilter@684854c, org.springframework.security.web.access.ExceptionTranslationFilter@4991a60d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@611c6e69] +2021-12-09 18:18:08.109 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 18:18:08.110 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:18:08.847 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 18:18:08.912 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 18:18:08.912 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:18:08.913 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 18:18:08.944 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 18:18:08.945 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 8.7 seconds (JVM running for 1635932.273) +2021-12-09 18:18:08.998 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 18:18:10.874 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 18:18:10.876 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 18:18:10.886 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms +2021-12-09 18:19:06.380 INFO 16648 --- [Thread-81] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 18:19:06.393 INFO 16648 --- [Thread-81] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:19:06.393 INFO 16648 --- [Thread-81] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 18:19:06.396 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:19:06.398 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 18:19:06.399 INFO 16648 --- [Thread-81] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:19:06.400 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:19:06.401 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:19:06.413 INFO 16648 --- [Thread-81] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:19:06.415 INFO 16648 --- [Thread-81] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Shutdown initiated... +2021-12-09 18:19:06.422 INFO 16648 --- [Thread-81] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Shutdown completed. +2021-12-09 18:19:07.486 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 18:19:07.487 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 18:19:09.469 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 18:19:10.040 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 571ms. Found 35 repository interfaces. +2021-12-09 18:19:10.240 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:10.266 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:10.270 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:19:10.271 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@daca34b' 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) +2021-12-09 18:19:10.279 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:10.289 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:10.290 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:10.290 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:19:10.300 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:11.180 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 18:19:11.185 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 18:19:11.185 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 18:19:11.307 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 18:19:11.307 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3816 ms +2021-12-09 18:19:11.313 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 18:19:12.067 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Starting... +2021-12-09 18:19:12.113 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Start completed. +2021-12-09 18:19:12.531 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 18:19:13.382 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 18:19:14.510 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 18:19:14.511 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:19:16.488 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:19:16.499 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:19:17.498 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:19:17.702 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 18:19:17.924 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 18:19:18.109 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 18:19:18.158 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@358b9920, org.springframework.security.web.context.SecurityContextPersistenceFilter@1c533f11, org.springframework.security.web.header.HeaderWriterFilter@4f259bf0, org.springframework.web.filter.CorsFilter@44dcacb, org.springframework.security.web.csrf.CsrfFilter@9495ecf, org.springframework.security.web.authentication.logout.LogoutFilter@28158aa8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@21bbe6dc, org.springframework.security.web.session.ConcurrentSessionFilter@3ae63211, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7f4acd70, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@401bb555, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@55be3937, org.springframework.security.web.session.SessionManagementFilter@791ab4db, org.springframework.security.web.access.ExceptionTranslationFilter@4f9d21d5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a2f61b4] +2021-12-09 18:19:18.164 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 18:19:18.165 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:19:19.357 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 18:19:19.416 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 18:19:19.416 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:19:19.417 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 18:19:19.449 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 18:19:19.451 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 12.357 seconds (JVM running for 1636002.778) +2021-12-09 18:19:19.594 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 18:19:20.889 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 18:19:20.892 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 18:19:20.906 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms +2021-12-09 18:19:53.720 INFO 16648 --- [Thread-88] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 18:19:53.720 INFO 16648 --- [Thread-88] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:19:53.721 INFO 16648 --- [Thread-88] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 18:19:53.723 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:19:53.724 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 18:19:53.725 INFO 16648 --- [Thread-88] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:19:53.726 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:19:53.726 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:19:53.735 INFO 16648 --- [Thread-88] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:19:53.737 INFO 16648 --- [Thread-88] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Shutdown initiated... +2021-12-09 18:19:53.753 INFO 16648 --- [Thread-88] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Shutdown completed. +2021-12-09 18:19:55.045 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 18:19:55.046 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 18:19:57.112 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 18:19:57.659 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 547ms. Found 35 repository interfaces. +2021-12-09 18:19:58.059 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:58.095 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:58.102 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:19:58.103 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2790c0f3' 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) +2021-12-09 18:19:58.111 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:58.122 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:58.123 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:58.124 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:19:58.134 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:19:58.552 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 18:19:58.570 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 18:19:58.570 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 18:19:58.684 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 18:19:58.684 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3635 ms +2021-12-09 18:19:58.691 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 18:19:59.209 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Starting... +2021-12-09 18:19:59.257 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Start completed. +2021-12-09 18:19:59.392 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 18:19:59.602 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 18:20:00.139 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 18:20:00.140 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:20:01.039 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:20:01.049 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:20:01.685 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:20:01.708 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 18:20:01.879 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 18:20:02.171 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 18:20:02.429 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f1c3ed7, org.springframework.security.web.context.SecurityContextPersistenceFilter@55cb031f, org.springframework.security.web.header.HeaderWriterFilter@398bcf09, org.springframework.web.filter.CorsFilter@26d6f6c2, org.springframework.security.web.csrf.CsrfFilter@546ba41a, org.springframework.security.web.authentication.logout.LogoutFilter@2a3efeca, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3b83d555, org.springframework.security.web.session.ConcurrentSessionFilter@49e7c104, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@325f6d28, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5da6fb9b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@43a7530a, org.springframework.security.web.session.SessionManagementFilter@4025e66e, org.springframework.security.web.access.ExceptionTranslationFilter@486a9b5c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2df91db7] +2021-12-09 18:20:02.458 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 18:20:02.459 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:20:03.918 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 18:20:03.995 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 18:20:03.995 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:20:03.996 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 18:20:04.026 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 18:20:04.027 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.578 seconds (JVM running for 1636047.355) +2021-12-09 18:20:04.062 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 18:20:05.541 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 18:20:05.542 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 18:20:05.558 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms +2021-12-09 18:20:07.591 INFO 16648 --- [Thread-95] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 18:20:07.592 INFO 16648 --- [Thread-95] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-12-09 18:20:07.592 INFO 16648 --- [Thread-95] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 18:20:07.598 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:20:07.599 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 18:20:07.600 INFO 16648 --- [Thread-95] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:20:07.602 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:20:07.602 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:20:07.616 INFO 16648 --- [Thread-95] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:20:07.620 INFO 16648 --- [Thread-95] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Shutdown initiated... +2021-12-09 18:20:07.652 INFO 16648 --- [Thread-95] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Shutdown completed. +2021-12-09 18:20:08.600 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 18:20:08.600 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 18:20:10.317 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 18:20:10.568 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 250ms. Found 35 repository interfaces. +2021-12-09 18:20:10.686 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:10.700 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:10.702 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:20:10.703 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@d08fef6' 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) +2021-12-09 18:20:10.707 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:10.711 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:10.712 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:10.712 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:20:10.717 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:10.907 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 18:20:10.909 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 18:20:10.909 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 18:20:10.977 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 18:20:10.977 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2370 ms +2021-12-09 18:20:10.981 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 18:20:12.052 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Starting... +2021-12-09 18:20:12.087 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Start completed. +2021-12-09 18:20:12.281 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 18:20:12.690 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 18:20:13.935 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 18:20:13.936 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:20:15.653 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:20:15.670 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:20:16.982 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:20:17.047 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 18:20:17.262 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 18:20:17.263 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 18:20:17.263 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 18:20:17.263 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 18:20:17.401 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 18:20:18.144 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 18:20:18.302 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6c888aa9, org.springframework.security.web.context.SecurityContextPersistenceFilter@2b44110f, org.springframework.security.web.header.HeaderWriterFilter@31b8e563, org.springframework.web.filter.CorsFilter@31cb39e8, org.springframework.security.web.csrf.CsrfFilter@7e7ee07d, org.springframework.security.web.authentication.logout.LogoutFilter@77305cef, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@52431a9d, org.springframework.security.web.session.ConcurrentSessionFilter@6dbc1797, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5da17af9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7a3dec90, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@236cfeb2, org.springframework.security.web.session.SessionManagementFilter@64c87e7b, org.springframework.security.web.access.ExceptionTranslationFilter@7596750a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1cd1dc87] +2021-12-09 18:20:18.320 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 18:20:18.322 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:20:19.233 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 18:20:19.287 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 18:20:19.288 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:20:19.289 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 18:20:19.330 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 18:20:19.332 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.118 seconds (JVM running for 1636062.659) +2021-12-09 18:20:19.387 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 18:20:19.855 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 18:20:19.861 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 18:20:19.884 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 23 ms +2021-12-09 18:20:45.764 INFO 16648 --- [Thread-102] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 18:20:45.764 INFO 16648 --- [Thread-102] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:20:45.764 INFO 16648 --- [Thread-102] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 18:20:45.767 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:20:45.768 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 18:20:45.769 INFO 16648 --- [Thread-102] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:20:45.770 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:20:45.771 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:20:45.778 INFO 16648 --- [Thread-102] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:20:45.780 INFO 16648 --- [Thread-102] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Shutdown initiated... +2021-12-09 18:20:45.795 INFO 16648 --- [Thread-102] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Shutdown completed. +2021-12-09 18:20:46.593 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 18:20:46.593 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 18:20:48.302 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 18:20:48.715 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 412ms. Found 35 repository interfaces. +2021-12-09 18:20:48.884 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:48.896 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:48.899 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:20:48.899 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4f3759d7' 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) +2021-12-09 18:20:48.903 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:48.908 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:48.909 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:48.909 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:20:48.914 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:20:49.081 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 18:20:49.084 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 18:20:49.084 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 18:20:49.153 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 18:20:49.153 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2557 ms +2021-12-09 18:20:49.161 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 18:20:50.094 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Starting... +2021-12-09 18:20:50.126 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Start completed. +2021-12-09 18:20:50.313 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 18:20:50.608 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 18:20:51.600 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 18:20:51.600 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:20:52.956 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:20:52.988 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:20:54.542 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:20:54.578 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 18:20:54.689 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 18:20:54.689 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 18:20:54.689 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 18:20:54.761 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 18:20:54.952 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 18:20:55.004 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7a1d5d2e, org.springframework.security.web.context.SecurityContextPersistenceFilter@55625719, org.springframework.security.web.header.HeaderWriterFilter@6e0f6c38, org.springframework.web.filter.CorsFilter@3c066e38, org.springframework.security.web.csrf.CsrfFilter@738b0d6b, org.springframework.security.web.authentication.logout.LogoutFilter@3672e6e6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@426f98e5, org.springframework.security.web.session.ConcurrentSessionFilter@54fa27d3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@40199f21, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@33338bec, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@46b57ae9, org.springframework.security.web.session.SessionManagementFilter@7f319d0b, org.springframework.security.web.access.ExceptionTranslationFilter@230453b6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@16dd828b] +2021-12-09 18:20:55.010 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 18:20:55.011 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:20:56.215 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 18:20:56.260 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 18:20:56.260 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:20:56.261 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 18:20:56.281 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 18:20:56.282 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.019 seconds (JVM running for 1636099.61) +2021-12-09 18:20:56.329 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 18:20:57.553 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 18:20:57.555 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 18:20:57.583 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 28 ms +2021-12-09 18:21:51.828 INFO 16648 --- [Thread-109] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 18:21:51.828 INFO 16648 --- [Thread-109] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-12-09 18:21:51.828 INFO 16648 --- [Thread-109] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 18:21:51.834 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:21:51.834 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 18:21:51.835 INFO 16648 --- [Thread-109] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:21:51.837 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:21:51.838 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:21:51.851 INFO 16648 --- [Thread-109] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:21:51.852 INFO 16648 --- [Thread-109] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Shutdown initiated... +2021-12-09 18:21:51.867 INFO 16648 --- [Thread-109] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Shutdown completed. +2021-12-09 18:21:52.604 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 18:21:52.604 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 18:21:53.751 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 18:21:53.971 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 220ms. Found 35 repository interfaces. +2021-12-09 18:21:54.110 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:21:54.128 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:21:54.131 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:21:54.131 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3beea66a' 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) +2021-12-09 18:21:54.136 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:21:54.144 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:21:54.145 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:21:54.145 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:21:54.151 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:21:54.402 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 18:21:54.408 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 18:21:54.408 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 18:21:54.504 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 18:21:54.504 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1897 ms +2021-12-09 18:21:54.512 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 18:21:55.027 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Starting... +2021-12-09 18:21:55.049 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Start completed. +2021-12-09 18:21:55.120 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 18:21:55.293 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 18:21:55.893 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 18:21:55.893 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:21:56.932 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:21:56.940 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:21:57.565 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:21:57.600 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 18:21:57.718 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 18:21:57.718 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 18:21:57.718 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 18:21:57.801 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 18:21:58.042 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 18:21:58.115 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@fa883de, org.springframework.security.web.context.SecurityContextPersistenceFilter@2e1b97dd, org.springframework.security.web.header.HeaderWriterFilter@70e39501, org.springframework.web.filter.CorsFilter@567ca3d2, org.springframework.security.web.csrf.CsrfFilter@8a26800, org.springframework.security.web.authentication.logout.LogoutFilter@6d6afae7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@63fd6222, org.springframework.security.web.session.ConcurrentSessionFilter@694de83a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3dd29d8d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7ba74aa1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@78453565, org.springframework.security.web.session.SessionManagementFilter@4dd45ea9, org.springframework.security.web.access.ExceptionTranslationFilter@2d83d284, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6e8813f3] +2021-12-09 18:21:58.125 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 18:21:58.126 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:21:58.720 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 18:21:58.751 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 18:21:58.751 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:21:58.751 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 18:21:58.766 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 18:21:58.767 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 6.405 seconds (JVM running for 1636162.095) +2021-12-09 18:21:58.820 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java index 1994cd48..a9089cae 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/Invoice.java @@ -1,5 +1,6 @@ package com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities; +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Client; import com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Project; @@ -29,7 +30,8 @@ public class Invoice { private BigDecimal grandTotal; @OneToMany(cascade = CascadeType.PERSIST, mappedBy = InvoiceItem_.INVOICE) - private List items = new ArrayList(); + @JsonIgnoreProperties(InvoiceItem_.INVOICE) + private List items;//= new ArrayList<>(); @Temporal(TemporalType.TIMESTAMP) @UpdateTimestamp private Date updatedAt; @@ -110,6 +112,9 @@ public List getItems() { } public void setItems(List items) { + if (items != null) { + items.forEach(i -> i.setInvoice(this)); + } this.items = items; } diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/InvoiceItem.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/InvoiceItem.java index 5474ad29..912ea9db 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/InvoiceItem.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/entities/InvoiceItem.java @@ -23,7 +23,7 @@ public class InvoiceItem { @Min(value = 0) @JsonProperty(value = "qty") private Integer quantity; - @ManyToOne + @ManyToOne(fetch = FetchType.LAZY) private Invoice invoice; public Long getId() { @@ -61,4 +61,12 @@ public Integer getQuantity() { public void setQuantity(Integer quantity) { this.quantity = quantity; } + + public Invoice getInvoice() { + return invoice; + } + + public void setInvoice(Invoice invoice) { + this.invoice = invoice; + } } diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/repositories/InvoiceRepository.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/repositories/InvoiceRepository.java index 770bb209..dab7c8a9 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/repositories/InvoiceRepository.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/repositories/InvoiceRepository.java @@ -3,8 +3,13 @@ import com.ogoma.vue_starter.vue_starter.boundaries.accounting.entities.Invoice; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; +import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; +import java.util.Optional; + @Repository public interface InvoiceRepository extends JpaRepository, JpaSpecificationExecutor { + @Query(value = "select inv from Invoice inv left join fetch inv.items left join fetch inv.client where inv.id=:id") + Optional getInvoiceById(Long id); } diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java index 286ab1da..01fee125 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/accounting/services/InvoiceService.java @@ -4,6 +4,8 @@ import com.ogoma.vue_starter.vue_starter.boundaries.accounting.models.InvoicePagedDataRequest; import com.ogoma.vue_starter.vue_starter.boundaries.accounting.repositories.InvoiceRepository; import com.ogoma.vue_starter.vue_starter.boundaries.accounting.requests.InvoiceRequest; +import com.ogoma.vue_starter.vue_starter.boundaries.project_management.entities.Client; +import com.ogoma.vue_starter.vue_starter.boundaries.project_management.repositories.ClientsRepository; import org.springframework.data.domain.Page; import org.springframework.stereotype.Service; @@ -12,9 +14,11 @@ @Service public class InvoiceService { private final InvoiceRepository invoiceRepository; + private final ClientsRepository clientsRepository; - public InvoiceService(InvoiceRepository invoiceRepository) { + public InvoiceService(InvoiceRepository invoiceRepository, ClientsRepository clientsRepository) { this.invoiceRepository = invoiceRepository; + this.clientsRepository = clientsRepository; } public Page getInvoices(InvoicePagedDataRequest invoicePagedDataRequest) { @@ -24,7 +28,7 @@ public Page getInvoices(InvoicePagedDataRequest invoicePagedDataRequest } public Optional getInvoiceById(Long id) { - Optional invoice = this.invoiceRepository.findById(id); + Optional invoice = this.invoiceRepository.getInvoiceById(id); return invoice; } @@ -33,23 +37,27 @@ public void removeInvoice(Long id) { } public Invoice createInvoice(InvoiceRequest invoiceRequest) { + Client client= this.clientsRepository.getOne(invoiceRequest.getClientId()); Invoice invoice = new Invoice(); invoice.setInvoiceDate(invoiceRequest.getInvoiceDate()); invoice.setDueDate(invoiceRequest.getExpiryDate()); invoice.setOtherInformation(invoiceRequest.getOtherInformation()); invoice.setItems(invoiceRequest.getItems()); + invoice.setClient(client); this.invoiceRepository.save(invoice); return invoice; } - public Optional updateInvoice(Long id, InvoiceRequest invoiceRequest) { Optional invoice= this.invoiceRepository.findById(id); + invoice.ifPresent(inv->{ + Client client= this.clientsRepository.getOne(invoiceRequest.getClientId()); inv.setInvoiceDate(invoiceRequest.getInvoiceDate()); inv.setDueDate(invoiceRequest.getExpiryDate()); inv.setOtherInformation(invoiceRequest.getOtherInformation()); inv.setItems(invoiceRequest.getItems()); + inv.setClient(client); invoiceRepository.save(inv); }); return invoice; diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java new file mode 100644 index 00000000..92e9513d --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java @@ -0,0 +1,72 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.entities; + +import javax.persistence.*; + +@Entity +@Table(name = "trainers") +public class Trainer { + public enum Status{ + Active, Inactive, + } + @Id + @GeneratedValue(strategy = GenerationType.IDENTITY) + private Long id; + private String firstName; + private String lastName; + private String email; + private String description; + private String role; + private Status status; + + public Long getId() { + return id; + } + + public String getFirstName() { + return firstName; + } + + public void setFirstName(String firstName) { + this.firstName = firstName; + } + + public String getLastName() { + return lastName; + } + + public void setLastName(String lastName) { + this.lastName = lastName; + } + + public String getEmail() { + return email; + } + + public void setEmail(String email) { + this.email = email; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public String getRole() { + return role; + } + + public void setRole(String role) { + this.role = role; + } + + public Status getStatus() { + return status; + } + + public void setStatus(Status status) { + this.status = status; + } +} From 36d0e068a9c46409d3c14162d27c60f8edd1f71d Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Thu, 9 Dec 2021 21:38:27 +0300 Subject: [PATCH 3/4] added Trainer entity, solved invoice items not fetching on edit page --- logs/logfile.txt | 623 ++++++++++++++++++ .../boundaries/training/entities/Trainer.java | 25 + .../training/entities/Training.java | 2 + .../training/entities/TrainingType.java | 66 ++ 4 files changed, 716 insertions(+) create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/TrainingType.java diff --git a/logs/logfile.txt b/logs/logfile.txt index d0c19ae4..0c195356 100644 --- a/logs/logfile.txt +++ b/logs/logfile.txt @@ -2207,3 +2207,626 @@ org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property o 2021-12-09 18:21:58.766 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' 2021-12-09 18:21:58.767 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 6.405 seconds (JVM running for 1636162.095) 2021-12-09 18:21:58.820 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 18:22:00.559 INFO 16648 --- [http-nio-49612-exec-4] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 18:22:00.560 INFO 16648 --- [http-nio-49612-exec-4] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 18:22:00.569 INFO 16648 --- [http-nio-49612-exec-4] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms +2021-12-09 18:22:57.603 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] +2021-12-09 18:22:58.247 INFO 16648 --- [Thread-116] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 18:22:58.248 INFO 16648 --- [Thread-116] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] +2021-12-09 18:22:58.248 INFO 16648 --- [Thread-116] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 18:22:58.252 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:22:58.253 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 18:22:58.253 INFO 16648 --- [Thread-116] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:22:58.254 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:22:58.255 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:22:58.267 INFO 16648 --- [Thread-116] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:22:58.268 INFO 16648 --- [Thread-116] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Shutdown initiated... +2021-12-09 18:22:58.278 INFO 16648 --- [Thread-116] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Shutdown completed. +2021-12-09 18:22:59.031 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 18:22:59.031 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 18:23:00.252 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 18:23:00.572 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 320ms. Found 35 repository interfaces. +2021-12-09 18:23:00.714 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:23:00.729 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:23:00.733 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:23:00.733 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@18f739a8' 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) +2021-12-09 18:23:00.739 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:23:00.746 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:23:00.747 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:23:00.747 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 18:23:00.756 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 18:23:00.935 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 18:23:00.938 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 18:23:00.938 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 18:23:00.996 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 18:23:00.996 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1964 ms +2021-12-09 18:23:01.001 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 18:23:01.407 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Starting... +2021-12-09 18:23:01.448 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Start completed. +2021-12-09 18:23:01.523 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 18:23:01.734 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 18:23:02.120 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 18:23:02.121 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 18:23:02.930 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 18:23:02.937 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 18:23:03.371 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 18:23:03.386 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 18:23:03.505 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 18:23:03.657 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 18:23:03.703 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@31bc0187, org.springframework.security.web.context.SecurityContextPersistenceFilter@360247f9, org.springframework.security.web.header.HeaderWriterFilter@62e40492, org.springframework.web.filter.CorsFilter@67aed2e2, org.springframework.security.web.csrf.CsrfFilter@115583a9, org.springframework.security.web.authentication.logout.LogoutFilter@6556e172, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@610146be, org.springframework.security.web.session.ConcurrentSessionFilter@14551a93, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7480153f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@596be94e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5938bf97, org.springframework.security.web.session.SessionManagementFilter@29209cd5, org.springframework.security.web.access.ExceptionTranslationFilter@39a37aca, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@aa691d9] +2021-12-09 18:23:03.709 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 18:23:03.709 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 18:23:04.226 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 18:23:04.252 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 18:23:04.253 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 18:23:04.253 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 18:23:04.268 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 18:23:04.269 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 5.432 seconds (JVM running for 1636227.597) +2021-12-09 18:23:04.300 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 18:23:06.858 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 18:23:06.860 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 18:23:06.868 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms +2021-12-09 18:24:03.399 INFO 16648 --- [MessageBroker-8] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] +2021-12-09 18:54:03.390 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 478] +2021-12-09 19:00:40.095 INFO 16648 --- [Thread-123] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 19:00:40.097 INFO 16648 --- [Thread-123] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 19:00:40.098 INFO 16648 --- [Thread-123] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 19:00:40.111 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 19:00:40.117 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 19:00:40.121 INFO 16648 --- [Thread-123] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 19:00:40.125 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 19:00:40.126 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 19:00:40.148 INFO 16648 --- [Thread-123] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 19:00:40.186 INFO 16648 --- [Thread-123] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Shutdown initiated... +2021-12-09 19:00:40.335 INFO 16648 --- [Thread-123] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Shutdown completed. +2021-12-09 19:00:42.909 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 19:00:42.912 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 19:00:45.560 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 19:00:45.946 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 386ms. Found 35 repository interfaces. +2021-12-09 19:00:46.144 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 19:00:46.166 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 19:00:46.169 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 19:00:46.170 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@758053a3' 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) +2021-12-09 19:00:46.176 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 19:00:46.183 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 19:00:46.183 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 19:00:46.184 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 19:00:46.193 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 19:00:46.437 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 19:00:46.441 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 19:00:46.442 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 19:00:46.509 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 19:00:46.509 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3566 ms +2021-12-09 19:00:46.515 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 19:00:47.094 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Starting... +2021-12-09 19:00:47.155 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Start completed. +2021-12-09 19:00:47.318 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 19:00:47.660 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 19:00:48.568 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 19:00:48.569 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 19:00:49.955 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 19:00:49.976 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 19:00:50.801 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 19:00:50.852 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 19:00:51.016 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 19:00:51.016 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 19:00:51.016 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 19:00:51.119 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 19:00:51.350 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 19:00:51.407 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@111569cb, org.springframework.security.web.context.SecurityContextPersistenceFilter@53401bac, org.springframework.security.web.header.HeaderWriterFilter@6393c66b, org.springframework.web.filter.CorsFilter@f6d392c, org.springframework.security.web.csrf.CsrfFilter@18289280, org.springframework.security.web.authentication.logout.LogoutFilter@73187fec, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@20d399cf, org.springframework.security.web.session.ConcurrentSessionFilter@144ee06d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2e1d3f31, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@10b6a81f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1246add9, org.springframework.security.web.session.SessionManagementFilter@48aed76a, org.springframework.security.web.access.ExceptionTranslationFilter@304ee0e8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@46eb7bbb] +2021-12-09 19:00:51.415 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 19:00:51.415 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 19:00:52.514 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 19:00:52.602 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 19:00:52.602 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 19:00:52.603 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 19:00:52.639 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 19:00:52.641 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.48 seconds (JVM running for 1638495.969) +2021-12-09 19:00:52.700 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 19:01:50.851 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] +2021-12-09 20:16:44.929 WARN 16648 --- [HikariPool-19 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-19 - Thread starvation or clock leap detected (housekeeper delta=52m26s82ms223µs500ns). +2021-12-09 20:16:56.082 INFO 16648 --- [MessageBroker-7] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 0, completed tasks = 25] +2021-12-09 20:16:56.083 INFO 16648 --- [MessageBroker-7] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 0, completed tasks = 26] +2021-12-09 20:17:00.967 INFO 16648 --- [Thread-130] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 20:17:00.969 INFO 16648 --- [Thread-130] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:17:00.969 INFO 16648 --- [Thread-130] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 20:17:00.972 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:17:00.972 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 20:17:00.973 INFO 16648 --- [Thread-130] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:17:00.974 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:17:00.974 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:17:00.981 INFO 16648 --- [Thread-130] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:17:00.982 INFO 16648 --- [Thread-130] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Shutdown initiated... +2021-12-09 20:17:00.995 INFO 16648 --- [Thread-130] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Shutdown completed. +2021-12-09 20:17:02.141 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 20:17:02.142 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 20:17:04.680 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 20:17:05.101 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 421ms. Found 35 repository interfaces. +2021-12-09 20:17:05.324 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:05.342 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:05.347 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:17:05.348 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@cb69c31' 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) +2021-12-09 20:17:05.355 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:05.364 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:05.365 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:05.366 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:17:05.376 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:05.637 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 20:17:05.641 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 20:17:05.642 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 20:17:05.715 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 20:17:05.715 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3541 ms +2021-12-09 20:17:05.721 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 20:17:06.226 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Starting... +2021-12-09 20:17:06.261 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Start completed. +2021-12-09 20:17:06.431 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 20:17:06.791 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 20:17:07.425 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 20:17:07.426 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:17:08.850 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:17:08.868 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:17:09.738 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:17:09.763 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 20:17:09.870 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 20:17:09.935 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 20:17:10.161 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 20:17:10.249 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3e78925f, org.springframework.security.web.context.SecurityContextPersistenceFilter@9d973ff, org.springframework.security.web.header.HeaderWriterFilter@20a4b854, org.springframework.web.filter.CorsFilter@79358688, org.springframework.security.web.csrf.CsrfFilter@2990400, org.springframework.security.web.authentication.logout.LogoutFilter@5ba20b78, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3ea1d66a, org.springframework.security.web.session.ConcurrentSessionFilter@1e3e9bd3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@c3a1c88, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3128ee8d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6a14f952, org.springframework.security.web.session.SessionManagementFilter@544d2c5e, org.springframework.security.web.access.ExceptionTranslationFilter@6faf0be0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a2722ae] +2021-12-09 20:17:10.260 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 20:17:10.260 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:17:11.058 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 20:17:11.112 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 20:17:11.113 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:17:11.113 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 20:17:11.135 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 20:17:11.137 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.589 seconds (JVM running for 1643077.065) +2021-12-09 20:17:11.169 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 20:17:27.845 INFO 16648 --- [Thread-136] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 20:17:27.846 INFO 16648 --- [Thread-136] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:17:27.846 INFO 16648 --- [Thread-136] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 20:17:27.848 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:17:27.849 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 20:17:27.850 INFO 16648 --- [Thread-136] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:17:27.851 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:17:27.851 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:17:27.860 INFO 16648 --- [Thread-136] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:17:27.862 INFO 16648 --- [Thread-136] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Shutdown initiated... +2021-12-09 20:17:27.873 INFO 16648 --- [Thread-136] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Shutdown completed. +2021-12-09 20:17:28.859 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 20:17:28.860 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 20:17:30.666 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 20:17:31.043 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 376ms. Found 35 repository interfaces. +2021-12-09 20:17:31.146 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:31.160 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:31.163 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:17:31.163 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@56693516' 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) +2021-12-09 20:17:31.167 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:31.171 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:31.171 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:31.171 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:17:31.176 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:31.307 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 20:17:31.309 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 20:17:31.309 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 20:17:31.345 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 20:17:31.345 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2484 ms +2021-12-09 20:17:31.348 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 20:17:31.754 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Starting... +2021-12-09 20:17:31.790 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Start completed. +2021-12-09 20:17:31.928 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 20:17:32.364 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 20:17:33.310 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 20:17:33.311 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:17:34.607 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:17:34.617 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:17:35.193 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:17:35.208 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 20:17:35.267 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 20:17:35.305 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 20:17:35.470 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 20:17:35.524 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7d2063d, org.springframework.security.web.context.SecurityContextPersistenceFilter@634423d4, org.springframework.security.web.header.HeaderWriterFilter@4a9d468a, org.springframework.web.filter.CorsFilter@79ca86a8, org.springframework.security.web.csrf.CsrfFilter@53fb2929, org.springframework.security.web.authentication.logout.LogoutFilter@f0ebb26, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6da79d3e, org.springframework.security.web.session.ConcurrentSessionFilter@270f2c1c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@43cd8020, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@51bf12c1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@a68433c, org.springframework.security.web.session.SessionManagementFilter@2d37faf2, org.springframework.security.web.access.ExceptionTranslationFilter@33eefc3d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@32082b36] +2021-12-09 20:17:35.529 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 20:17:35.530 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:17:36.100 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 20:17:36.154 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 20:17:36.154 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:17:36.155 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 20:17:36.176 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 20:17:36.177 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 7.71 seconds (JVM running for 1643102.105) +2021-12-09 20:17:36.208 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 20:17:44.814 INFO 16648 --- [Thread-142] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 20:17:44.815 INFO 16648 --- [Thread-142] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:17:44.815 INFO 16648 --- [Thread-142] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 20:17:44.818 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:17:44.819 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 20:17:44.819 INFO 16648 --- [Thread-142] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:17:44.820 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:17:44.821 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:17:44.829 INFO 16648 --- [Thread-142] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:17:44.830 INFO 16648 --- [Thread-142] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Shutdown initiated... +2021-12-09 20:17:44.846 INFO 16648 --- [Thread-142] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Shutdown completed. +2021-12-09 20:17:46.192 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 20:17:46.192 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 20:17:47.979 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 20:17:48.666 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 687ms. Found 35 repository interfaces. +2021-12-09 20:17:48.859 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:48.874 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:48.879 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:17:48.879 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@675b5d31' 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) +2021-12-09 20:17:48.885 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:48.891 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:48.891 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:48.892 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:17:48.897 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:17:49.123 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 20:17:49.130 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 20:17:49.130 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 20:17:49.198 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 20:17:49.198 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3000 ms +2021-12-09 20:17:49.202 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 20:17:49.844 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Starting... +2021-12-09 20:17:49.887 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Start completed. +2021-12-09 20:17:50.212 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 20:17:50.590 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 20:17:51.057 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 20:17:51.057 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:17:52.471 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:17:52.496 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:17:53.473 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:17:53.494 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 20:17:53.641 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 20:17:53.642 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 20:17:53.642 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 20:17:53.642 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 20:17:53.643 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 20:17:53.643 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 20:17:53.643 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 20:17:53.644 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 20:17:53.645 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 20:17:53.645 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 20:17:53.645 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 20:17:53.881 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 20:17:54.346 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 20:17:54.455 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@61caa9d, org.springframework.security.web.context.SecurityContextPersistenceFilter@57d35d27, org.springframework.security.web.header.HeaderWriterFilter@ba00ed2, org.springframework.web.filter.CorsFilter@281fe75f, org.springframework.security.web.csrf.CsrfFilter@438d0ce4, org.springframework.security.web.authentication.logout.LogoutFilter@790185d1, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@174934ba, org.springframework.security.web.session.ConcurrentSessionFilter@767f6533, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5c8e0f91, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@74da3084, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@41955f43, org.springframework.security.web.session.SessionManagementFilter@5dbea84c, org.springframework.security.web.access.ExceptionTranslationFilter@30d23be0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@47d5d6c1] +2021-12-09 20:17:54.468 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 20:17:54.470 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:17:55.387 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 20:17:55.471 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 20:17:55.471 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:17:55.472 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 20:17:55.502 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 20:17:55.506 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.916 seconds (JVM running for 1643121.434) +2021-12-09 20:17:55.547 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 20:18:16.221 INFO 16648 --- [Thread-148] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 20:18:16.226 INFO 16648 --- [Thread-148] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:18:16.226 INFO 16648 --- [Thread-148] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 20:18:16.229 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:18:16.230 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 20:18:16.230 INFO 16648 --- [Thread-148] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:18:16.232 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:18:16.232 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:18:16.240 INFO 16648 --- [Thread-148] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:18:16.243 INFO 16648 --- [Thread-148] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Shutdown initiated... +2021-12-09 20:18:16.263 INFO 16648 --- [Thread-148] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Shutdown completed. +2021-12-09 20:18:17.451 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 20:18:17.451 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 20:18:19.354 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 20:18:19.818 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 463ms. Found 35 repository interfaces. +2021-12-09 20:18:20.052 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:20.079 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:20.084 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:18:20.085 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@611280c' 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) +2021-12-09 20:18:20.092 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:20.100 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:20.101 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:20.101 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:18:20.108 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:20.337 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 20:18:20.341 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 20:18:20.342 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 20:18:20.400 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 20:18:20.400 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2947 ms +2021-12-09 20:18:20.406 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 20:18:20.806 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Starting... +2021-12-09 20:18:20.843 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Start completed. +2021-12-09 20:18:21.002 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 20:18:21.481 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 20:18:22.369 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 20:18:22.370 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:18:23.536 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:18:23.557 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:18:24.650 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:18:24.677 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 20:18:24.781 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 20:18:24.781 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 20:18:24.861 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 20:18:25.060 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 20:18:25.123 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@11a80a08, org.springframework.security.web.context.SecurityContextPersistenceFilter@7b72ac91, org.springframework.security.web.header.HeaderWriterFilter@31ccbd93, org.springframework.web.filter.CorsFilter@18bb354, org.springframework.security.web.csrf.CsrfFilter@5341464f, org.springframework.security.web.authentication.logout.LogoutFilter@3231b0d4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6ca72119, org.springframework.security.web.session.ConcurrentSessionFilter@2fd82fbd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2f06b649, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c7ad921, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@79ea35d2, org.springframework.security.web.session.SessionManagementFilter@53641d7d, org.springframework.security.web.access.ExceptionTranslationFilter@287f802f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7a604f38] +2021-12-09 20:18:25.131 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 20:18:25.132 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:18:26.062 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 20:18:26.125 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 20:18:26.125 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:18:26.127 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 20:18:26.156 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 20:18:26.158 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.231 seconds (JVM running for 1643152.085) +2021-12-09 20:18:26.198 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 20:18:43.768 INFO 16648 --- [Thread-154] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 20:18:43.769 INFO 16648 --- [Thread-154] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:18:43.770 INFO 16648 --- [Thread-154] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 20:18:43.772 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:18:43.773 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 20:18:43.773 INFO 16648 --- [Thread-154] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:18:43.774 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:18:43.775 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:18:43.786 INFO 16648 --- [Thread-154] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:18:43.788 INFO 16648 --- [Thread-154] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Shutdown initiated... +2021-12-09 20:18:43.805 INFO 16648 --- [Thread-154] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Shutdown completed. +2021-12-09 20:18:45.078 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 20:18:45.078 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 20:18:47.678 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 20:18:48.438 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 759ms. Found 35 repository interfaces. +2021-12-09 20:18:48.812 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:48.851 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:48.857 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:18:48.858 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@74d1f3d3' 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) +2021-12-09 20:18:48.867 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:48.880 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:48.881 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:48.881 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:18:48.893 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:18:49.361 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 20:18:49.370 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 20:18:49.370 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 20:18:49.488 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 20:18:49.488 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4406 ms +2021-12-09 20:18:49.497 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 20:18:49.992 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Starting... +2021-12-09 20:18:50.014 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Start completed. +2021-12-09 20:18:50.126 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 20:18:50.487 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 20:18:51.317 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 20:18:51.317 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:18:52.371 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:18:52.379 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:18:53.270 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:18:53.306 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 20:18:53.566 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 20:18:53.821 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 20:18:53.874 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@56d70893, org.springframework.security.web.context.SecurityContextPersistenceFilter@5098902b, org.springframework.security.web.header.HeaderWriterFilter@8e32d06, org.springframework.web.filter.CorsFilter@1e39531e, org.springframework.security.web.csrf.CsrfFilter@4955aa5c, org.springframework.security.web.authentication.logout.LogoutFilter@3fe4ad57, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@30cef593, org.springframework.security.web.session.ConcurrentSessionFilter@77a704b8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@41020c23, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70a9f53e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67ff0efe, org.springframework.security.web.session.SessionManagementFilter@13c45bd6, org.springframework.security.web.access.ExceptionTranslationFilter@7a4bba75, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@53b55146] +2021-12-09 20:18:53.879 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 20:18:53.879 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:18:54.369 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 20:18:54.410 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 20:18:54.410 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:18:54.410 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 20:18:54.442 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 20:18:54.443 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.988 seconds (JVM running for 1643180.371) +2021-12-09 20:18:54.491 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 20:19:53.315 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] +2021-12-09 20:20:00.880 INFO 16648 --- [Thread-160] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 20:20:00.882 INFO 16648 --- [Thread-160] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:20:00.883 INFO 16648 --- [Thread-160] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 20:20:00.888 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:20:00.889 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 20:20:00.890 INFO 16648 --- [Thread-160] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:20:00.891 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:20:00.891 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:20:00.902 INFO 16648 --- [Thread-160] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:20:00.905 INFO 16648 --- [Thread-160] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Shutdown initiated... +2021-12-09 20:20:00.949 INFO 16648 --- [Thread-160] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Shutdown completed. +2021-12-09 20:20:02.176 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 20:20:02.177 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 20:20:04.891 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 20:20:05.310 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 418ms. Found 35 repository interfaces. +2021-12-09 20:20:05.561 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:20:05.593 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:20:05.597 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:20:05.598 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@1e66e4b' 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) +2021-12-09 20:20:05.606 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:20:05.615 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:20:05.617 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:20:05.617 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:20:05.627 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:20:05.951 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 20:20:05.960 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 20:20:05.960 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 20:20:06.087 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 20:20:06.087 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3906 ms +2021-12-09 20:20:06.094 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 20:20:06.703 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Starting... +2021-12-09 20:20:06.748 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Start completed. +2021-12-09 20:20:06.934 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 20:20:07.474 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 20:20:08.216 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 20:20:08.216 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:20:09.116 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:20:09.122 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:20:09.893 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:20:09.914 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 20:20:10.084 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 20:20:10.535 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 20:20:10.644 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f966fca, org.springframework.security.web.context.SecurityContextPersistenceFilter@127bfc4, org.springframework.security.web.header.HeaderWriterFilter@589f7ce0, org.springframework.web.filter.CorsFilter@cb900a9, org.springframework.security.web.csrf.CsrfFilter@39ea1ef6, org.springframework.security.web.authentication.logout.LogoutFilter@6e8349e7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@75bd7a45, org.springframework.security.web.session.ConcurrentSessionFilter@3446aa4e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@22fcab7c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f169a91, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@31ec1520, org.springframework.security.web.session.SessionManagementFilter@5db212a0, org.springframework.security.web.access.ExceptionTranslationFilter@42aeff55, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@460f7cf2] +2021-12-09 20:20:10.654 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 20:20:10.654 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:20:11.278 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 20:20:11.310 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 20:20:11.310 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:20:11.310 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 20:20:11.327 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 20:20:11.328 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.489 seconds (JVM running for 1643257.255) +2021-12-09 20:20:11.362 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 20:21:09.928 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] +2021-12-09 20:21:48.527 INFO 16648 --- [Thread-166] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-09 20:21:48.527 INFO 16648 --- [Thread-166] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:21:48.528 INFO 16648 --- [Thread-166] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-09 20:21:48.531 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:21:48.532 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-09 20:21:48.533 INFO 16648 --- [Thread-166] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:21:48.534 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:21:48.535 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:21:48.552 INFO 16648 --- [Thread-166] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:21:48.554 INFO 16648 --- [Thread-166] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Shutdown initiated... +2021-12-09 20:21:48.587 INFO 16648 --- [Thread-166] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Shutdown completed. +2021-12-09 20:21:50.574 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-09 20:21:50.574 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-09 20:21:53.329 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-09 20:21:53.973 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 644ms. Found 35 repository interfaces. +2021-12-09 20:21:54.363 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:21:54.409 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:21:54.414 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:21:54.415 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@39984693' 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) +2021-12-09 20:21:54.429 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:21:54.444 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:21:54.446 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:21:54.446 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-09 20:21:54.459 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-09 20:21:54.899 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-09 20:21:54.913 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-09 20:21:54.914 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-09 20:21:55.043 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-09 20:21:55.043 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4467 ms +2021-12-09 20:21:55.052 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-09 20:21:55.990 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-26 - Starting... +2021-12-09 20:21:56.020 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-26 - Start completed. +2021-12-09 20:21:56.226 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-09 20:21:56.571 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-09 20:21:57.552 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-09 20:21:57.552 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-09 20:21:59.092 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-09 20:21:59.112 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-09 20:21:59.873 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-09 20:21:59.918 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-09 20:22:00.081 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-09 20:22:00.081 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-09 20:22:00.081 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-09 20:22:00.188 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-09 20:22:00.444 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-09 20:22:00.517 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@49e64027, org.springframework.security.web.context.SecurityContextPersistenceFilter@1558a1d0, org.springframework.security.web.header.HeaderWriterFilter@60ba4386, org.springframework.web.filter.CorsFilter@43e28918, org.springframework.security.web.csrf.CsrfFilter@f0f763c, org.springframework.security.web.authentication.logout.LogoutFilter@26776f5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5be49344, org.springframework.security.web.session.ConcurrentSessionFilter@753c6728, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@27cc668e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@14f45664, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@66b35cc, org.springframework.security.web.session.SessionManagementFilter@1f64fbc, org.springframework.security.web.access.ExceptionTranslationFilter@4624d413, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@120af8d0] +2021-12-09 20:22:00.529 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-09 20:22:00.529 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-09 20:22:01.235 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-09 20:22:01.289 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-09 20:22:01.289 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-09 20:22:01.290 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-09 20:22:01.309 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-09 20:22:01.310 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.858 seconds (JVM running for 1643367.237) +2021-12-09 20:22:01.354 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged +2021-12-09 20:22:22.094 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2021-12-09 20:22:22.096 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2021-12-09 20:22:22.109 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms +2021-12-09 20:22:59.928 INFO 16648 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 8] +2021-12-09 20:23:05.048 WARN 16648 --- [http-nio-49612-exec-7] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified with collection fetch; applying in memory! diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java index 92e9513d..a9cd8fea 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java @@ -1,6 +1,10 @@ package com.ogoma.vue_starter.vue_starter.boundaries.training.entities; +import org.hibernate.annotations.CreationTimestamp; +import org.hibernate.annotations.UpdateTimestamp; + import javax.persistence.*; +import java.util.Date; @Entity @Table(name = "trainers") @@ -17,6 +21,13 @@ public enum Status{ private String description; private String role; private Status status; + @Temporal(TemporalType.TIMESTAMP) + @CreationTimestamp + private Date createdAt; + @Temporal(TemporalType.TIMESTAMP) + @UpdateTimestamp + private Date updatedAt; + public Long getId() { return id; @@ -69,4 +80,18 @@ public Status getStatus() { public void setStatus(Status status) { this.status = status; } + + public Date getCreatedAt() { + return createdAt; + } + + public void setCreatedAt(Date createdAt) { + this.createdAt = createdAt; + } + public Date getUpdatedAt() { + return updatedAt; + } + public void setUpdatedAt(Date updatedAt) { + this.updatedAt = updatedAt; + } } diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java new file mode 100644 index 00000000..792d3ed2 --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java @@ -0,0 +1,2 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.entities;public class Training { +} diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/TrainingType.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/TrainingType.java new file mode 100644 index 00000000..b6a07a2c --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/TrainingType.java @@ -0,0 +1,66 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.entities; + +import javax.persistence.*; +import java.util.Date; + +@Entity +@Table(name = "training_types") +public class TrainingType { + public enum Status{ + active,inactive + } + @Id + @GeneratedValue(strategy = GenerationType.IDENTITY) + private Long id; + private String type; + private String description; + public Status status; + private Date createdAt; + private Date updatedAt; + + public Long getId() { + return id; + } + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public Status getStatus() { + return status; + } + + public void setStatus(Status status) { + this.status = status; + } + + public Date getCreatedAt() { + return createdAt; + } + + public void setCreatedAt(Date createdAt) { + this.createdAt = createdAt; + } + + public Date getUpdatedAt() { + return updatedAt; + } + + public void setUpdatedAt(Date updatedAt) { + this.updatedAt = updatedAt; + } + +} + From 72b87e2e4096f07b5abadc9963f64ab6382891f5 Mon Sep 17 00:00:00 2001 From: Emmanuel Date: Sun, 30 Jan 2022 23:50:16 +0300 Subject: [PATCH 4/4] Minor changes --- logs/logfile.txt | 2958 ++--------------- .../training/TrainersController.java | 58 + .../boundaries/training/entities/Trainer.java | 5 + .../training/entities/Training.java | 111 +- .../repositories/TrainersRepository.java | 9 + .../repositories/TrainingRepository.java | 9 + .../repositories/TrainingTypeRepository.java | 9 + .../training/requests/TrainerRequest.java | 62 + .../training/services/TrainerService.java | 61 + .../training/services/TrainingService.java | 12 + .../components/trainers/TrainerCreateForm.vue | 0 .../trainers/TrainersCreateFormModal.vue | 0 .../src/components/trainers/TrainersList.vue | 0 .../src/components/training/TrainersList.vue | 0 .../training/TrainingCreateForm.vue | 0 15 files changed, 576 insertions(+), 2718 deletions(-) create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/TrainersController.java create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainersRepository.java create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingRepository.java create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingTypeRepository.java create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/requests/TrainerRequest.java create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainerService.java create mode 100644 src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainingService.java create mode 100644 src/main/resources/static/js/src/components/trainers/TrainerCreateForm.vue create mode 100644 src/main/resources/static/js/src/components/trainers/TrainersCreateFormModal.vue create mode 100644 src/main/resources/static/js/src/components/trainers/TrainersList.vue create mode 100644 src/main/resources/static/js/src/components/training/TrainersList.vue create mode 100644 src/main/resources/static/js/src/components/training/TrainingCreateForm.vue diff --git a/logs/logfile.txt b/logs/logfile.txt index 0c195356..74f55a95 100644 --- a/logs/logfile.txt +++ b/logs/logfile.txt @@ -1,402 +1,180 @@ -2021-12-07 05:58:56.877 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 282440] -2021-12-09 15:47:07.503 WARN 16648 --- [HikariPool-3 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Thread starvation or clock leap detected (housekeeper delta=2d18h42m21s984ms356µs900ns). -2021-12-09 15:47:24.433 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326953] -2021-12-09 15:47:24.434 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326954] -2021-12-09 15:47:24.434 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326955] -2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326956] -2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326957] -2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326958] -2021-12-09 15:47:24.435 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326959] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326960] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326961] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326962] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326963] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326964] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326965] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326966] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326967] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326968] -2021-12-09 15:47:24.436 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326969] -2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326970] -2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326971] -2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326972] -2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326973] -2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326974] -2021-12-09 15:47:24.438 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326975] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326976] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326977] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326978] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326979] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326980] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326981] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326982] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326983] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326984] -2021-12-09 15:47:24.439 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326985] -2021-12-09 15:47:24.440 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326986] -2021-12-09 15:47:24.440 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326987] -2021-12-09 15:47:24.440 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326988] -2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326989] -2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326990] -2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326991] -2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326992] -2021-12-09 15:47:24.442 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326993] -2021-12-09 15:47:24.443 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326994] -2021-12-09 15:47:24.446 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326995] -2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326996] -2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326997] -2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326998] -2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 326999] -2021-12-09 15:47:24.450 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327000] -2021-12-09 15:47:24.451 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327001] -2021-12-09 15:47:24.451 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327002] -2021-12-09 15:47:24.452 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327003] -2021-12-09 15:47:24.453 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327004] -2021-12-09 15:47:24.454 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327005] -2021-12-09 15:47:24.456 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327006] -2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327007] -2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327008] -2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327009] -2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327010] -2021-12-09 15:47:24.459 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327011] -2021-12-09 15:47:24.460 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327012] -2021-12-09 15:47:24.465 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327013] -2021-12-09 15:47:24.465 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327014] -2021-12-09 15:47:24.466 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327015] -2021-12-09 15:47:24.468 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327016] -2021-12-09 15:47:24.472 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327017] -2021-12-09 15:47:24.472 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327018] -2021-12-09 15:47:24.473 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327019] -2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327020] -2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327021] -2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327022] -2021-12-09 15:47:24.474 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327023] -2021-12-09 15:47:24.475 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 2, completed tasks = 327023] -2021-12-09 15:47:24.477 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327025] -2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327026] -2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327027] -2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327028] -2021-12-09 15:47:24.478 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327029] -2021-12-09 15:47:24.479 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327030] -2021-12-09 15:47:24.480 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327031] -2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327032] -2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327033] -2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327034] -2021-12-09 15:47:24.481 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327035] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327036] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327037] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327038] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327039] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327040] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327041] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327042] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327043] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327044] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327045] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327046] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327047] -2021-12-09 15:47:24.482 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327048] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327049] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327050] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327051] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327052] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327053] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327054] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327055] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327056] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327057] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327058] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327059] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327060] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327061] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327062] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327063] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327064] -2021-12-09 15:47:24.483 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327065] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327066] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327067] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327068] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327069] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327070] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327071] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327072] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327073] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327074] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327075] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327076] -2021-12-09 15:47:24.484 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 3 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(3)-CONNECTED(3)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 45], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 9], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 327077] -2021-12-09 15:47:47.605 WARN 16648 --- [http-nio-49612-exec-1] org.apache.catalina.connector.Request : Creating the temporary upload location [C:\Users\user\AppData\Local\Temp\tomcat.3995956574286652187.49612\work\Tomcat-1\localhost\ROOT] as it is required by the servlet [dispatcherServlet] -2021-12-09 15:47:54.437 WARN 16648 --- [HikariPool-3 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-3 - Thread starvation or clock leap detected (housekeeper delta=46s932ms998µs300ns). -2021-12-09 16:00:55.301 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 4 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(4)-CONNECTED(4)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 57], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 327283] -2021-12-09 16:30:55.307 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 4 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(4)-CONNECTED(4)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 57], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 11], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 327746] -2021-12-09 16:52:33.994 INFO 16648 --- [Thread-10] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 16:52:33.997 INFO 16648 --- [Thread-10] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 16:52:33.998 INFO 16648 --- [Thread-10] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 16:52:34.010 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 16:52:34.015 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 16:52:34.017 INFO 16648 --- [Thread-10] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 16:52:34.020 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 16:52:34.020 INFO 16648 --- [Thread-10] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 16:52:34.036 INFO 16648 --- [Thread-10] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 16:52:34.059 INFO 16648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown initiated... -2021-12-09 16:52:34.078 INFO 16648 --- [Thread-10] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Shutdown completed. -2021-12-09 16:52:35.164 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 16:52:35.165 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 16:52:36.575 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 16:52:36.596 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21ms. Found 0 repository interfaces. -2021-12-09 16:52:36.795 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:36.805 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:37.036 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 16:52:37.040 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 16:52:37.041 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 16:52:37.116 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 16:52:37.117 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1937 ms -2021-12-09 16:52:37.500 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Starting... -2021-12-09 16:52:37.538 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Start completed. -2021-12-09 16:52:37.572 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 16:52:37.684 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 16:52:37.718 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 16:52:37.719 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 16:52:38.115 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 16:52:38.116 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 16:52:38.477 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 16:52:38.940 INFO 16648 --- [restartedMain] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 160251b9-262d-4451-894e-40a2a1efc9e5 - -2021-12-09 16:52:38.998 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@240467aa, org.springframework.security.web.context.SecurityContextPersistenceFilter@1a3e885, org.springframework.security.web.header.HeaderWriterFilter@308d2cd9, org.springframework.security.web.csrf.CsrfFilter@502edbd3, org.springframework.security.web.authentication.logout.LogoutFilter@7d8ad7f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@66a57f75, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@1ada04ed, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@6917fa88, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@66aee146, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4e6f1d1a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@175d0bea, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@370ffbf8, org.springframework.security.web.session.SessionManagementFilter@27f55feb, org.springframework.security.web.access.ExceptionTranslationFilter@67f50ecd, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@13ba2a4b] -2021-12-09 16:52:39.364 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 16:52:39.812 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 16:52:39.910 INFO 16648 --- [restartedMain] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing -2021-12-09 16:52:39.932 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 16:52:39.934 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 5.009 seconds (JVM running for 1630800.762) -2021-12-09 16:52:39.952 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: - - -========================== -CONDITION EVALUATION DELTA -========================== - - -Positive matches: ------------------ - - ManagementWebSecurityAutoConfiguration matched: - - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' (OnClassCondition) - - found 'session' scope (OnWebApplicationCondition) - - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition) - - SecurityDataConfiguration#securityEvaluationContextExtension matched: - - @ConditionalOnMissingBean (types: org.springframework.security.data.repository.query.SecurityEvaluationContextExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - - ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration#securityDialect matched: - - @ConditionalOnMissingBean (types: org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect; SearchStrategy: all) did not find any beans (OnBeanCondition) - - UserDetailsServiceAutoConfiguration matched: - - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) - - @ConditionalOnBean (types: org.springframework.security.config.annotation.ObjectPostProcessor; SearchStrategy: all) found bean 'objectPostProcessor'; @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService; SearchStrategy: all) did not find any beans (OnBeanCondition) - - UserDetailsServiceAutoConfiguration#inMemoryUserDetailsManager matched: - - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.client.registration.ClientRegistrationRepository; SearchStrategy: all) did not find any beans (OnBeanCondition) - - WebSecurityEnablerConfiguration matched: - - found 'session' scope (OnWebApplicationCondition) - - @ConditionalOnBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityConfigurerAdapter'; @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) did not find any beans (OnBeanCondition) - - -Negative matches: ------------------ - - WebSocketMessagingAutoConfiguration.WebSocketMessageConverterConfiguration: - Did not match: - - @ConditionalOnBean (types: org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration,com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans of type org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration (OnBeanCondition) - Matched: - - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration' (OnClassCondition) - - -Exclusions: ------------ - - None - - -Unconditional classes: ----------------------- - - None - - - -2021-12-09 16:52:41.549 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 16:52:41.567 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 16:52:41.598 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 30 ms -2021-12-09 16:52:45.061 INFO 16648 --- [Thread-24] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 16:52:45.063 INFO 16648 --- [Thread-24] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 16:52:45.065 INFO 16648 --- [Thread-24] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown initiated... -2021-12-09 16:52:45.093 INFO 16648 --- [Thread-24] com.zaxxer.hikari.HikariDataSource : HikariPool-4 - Shutdown completed. -2021-12-09 16:52:46.596 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 16:52:46.597 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 16:52:49.593 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 16:52:50.243 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 648ms. Found 35 repository interfaces. -2021-12-09 16:52:50.721 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:50.765 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:50.771 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 16:52:50.772 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@96d38c8' 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) -2021-12-09 16:52:50.794 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:50.806 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:50.807 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:50.808 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 16:52:50.822 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 16:52:51.203 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 16:52:51.206 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 16:52:51.206 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 16:52:51.306 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 16:52:51.306 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4704 ms -2021-12-09 16:52:51.313 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 16:52:52.045 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Starting... -2021-12-09 16:52:52.085 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Start completed. -2021-12-09 16:52:52.282 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 16:52:52.658 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 16:52:53.739 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 16:52:53.740 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 16:52:55.009 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 16:52:55.019 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 16:52:55.633 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 16:52:55.659 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 16:52:55.747 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 16:52:55.748 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 16:52:55.749 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 16:52:55.799 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 16:52:56.077 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 16:52:56.166 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@d0d34a3, org.springframework.security.web.context.SecurityContextPersistenceFilter@53e0eeb9, org.springframework.security.web.header.HeaderWriterFilter@f1ca9b0, org.springframework.web.filter.CorsFilter@5ab2297c, org.springframework.security.web.csrf.CsrfFilter@75b91944, org.springframework.security.web.authentication.logout.LogoutFilter@764d2090, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3b472f06, org.springframework.security.web.session.ConcurrentSessionFilter@79199696, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@395b9c5c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@43d5a35a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@265205be, org.springframework.security.web.session.SessionManagementFilter@44d7d471, org.springframework.security.web.access.ExceptionTranslationFilter@3df2f438, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2ff43a42] -2021-12-09 16:52:56.178 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 16:52:56.179 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 16:52:56.906 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 16:52:56.954 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 16:52:56.954 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 16:52:56.955 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 16:52:56.975 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 16:52:56.976 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.973 seconds (JVM running for 1630817.804) -2021-12-09 16:52:57.073 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: - - -========================== -CONDITION EVALUATION DELTA -========================== - - -Positive matches: ------------------ - - WebSocketMessagingAutoConfiguration.WebSocketMessageConverterConfiguration matched: - - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration' (OnClassCondition) - - @ConditionalOnBean (types: org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration,com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found beans 'jacksonObjectMapper', 'org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration' (OnBeanCondition) - - -Negative matches: ------------------ - - ManagementWebSecurityAutoConfiguration: - Did not match: - - @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter; SearchStrategy: all) found beans of type 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' appSecurityConfig (OnBeanCondition) - Matched: - - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter' (OnClassCondition) - - found 'session' scope (OnWebApplicationCondition) - - SecurityDataConfiguration#securityEvaluationContextExtension: - Did not match: - - @ConditionalOnMissingBean (types: org.springframework.security.data.repository.query.SecurityEvaluationContextExtension; SearchStrategy: all) found beans of type 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' securityEvaluationContextExtension (OnBeanCondition) - - ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration#securityDialect: - Did not match: - - @ConditionalOnMissingBean (types: org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect; SearchStrategy: all) found beans of type 'org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect' springSecurityDialect (OnBeanCondition) - - UserDetailsServiceAutoConfiguration: - Did not match: - - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.authentication.AuthenticationProvider,org.springframework.security.core.userdetails.UserDetailsService; SearchStrategy: all) found beans of type 'org.springframework.security.core.userdetails.UserDetailsService' appUserDetailsService (OnBeanCondition) - Matched: - - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) - - WebSecurityEnablerConfiguration: - Did not match: - - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) found beans named springSecurityFilterChain (OnBeanCondition) - Matched: - - found 'session' scope (OnWebApplicationCondition) - - -Exclusions: ------------ - - None - - -Unconditional classes: ----------------------- - - None - - - -2021-12-09 16:53:21.786 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 16:53:21.789 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 16:53:21.812 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 23 ms -2021-12-09 16:53:55.658 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 9] -2021-12-09 17:00:43.484 INFO 16648 --- [Thread-30] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 17:00:43.484 INFO 16648 --- [Thread-30] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-12-09 17:00:43.485 INFO 16648 --- [Thread-30] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 17:00:43.490 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:00:43.493 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 17:00:43.494 INFO 16648 --- [Thread-30] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:00:43.496 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:00:43.496 INFO 16648 --- [Thread-30] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:00:43.513 INFO 16648 --- [Thread-30] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:00:43.518 INFO 16648 --- [Thread-30] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown initiated... -2021-12-09 17:00:43.542 INFO 16648 --- [Thread-30] com.zaxxer.hikari.HikariDataSource : HikariPool-5 - Shutdown completed. -2021-12-09 17:00:44.695 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:00:44.696 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:00:44.776 INFO 16648 --- [restartedMain] .i.s.PathMatchingResourcePatternResolver : Could not retrieve contents of directory [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\hr\leave_management\events] -2021-12-09 17:00:44.788 INFO 16648 --- [restartedMain] .i.s.PathMatchingResourcePatternResolver : Could not retrieve contents of directory [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\hr\policy\services] -2021-12-09 17:00:46.112 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 17:00:46.157 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 44ms. Found 0 repository interfaces. -2021-12-09 17:00:46.394 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:00:46.405 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:00:46.701 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 17:00:46.704 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 17:00:46.705 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 17:00:46.842 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 17:00:46.843 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2142 ms -2021-12-09 17:00:47.375 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Starting... -2021-12-09 17:00:47.431 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Start completed. -2021-12-09 17:00:47.482 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 17:00:47.793 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 17:00:47.862 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 17:00:47.863 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:00:48.383 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 17:00:48.384 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:00:48.974 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 17:00:49.488 INFO 16648 --- [restartedMain] .s.s.UserDetailsServiceAutoConfiguration : - -Using generated security password: 7d5f3d92-4716-48fe-a3f1-87031df6194b - -2021-12-09 17:00:49.552 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4651a95e, org.springframework.security.web.context.SecurityContextPersistenceFilter@11601775, org.springframework.security.web.header.HeaderWriterFilter@67b70cb7, org.springframework.security.web.csrf.CsrfFilter@5d5c0151, org.springframework.security.web.authentication.logout.LogoutFilter@2fdaeb17, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3063bbb0, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@3e90880f, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@30276393, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6f29e84f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@138daa7c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4c80ce0e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1db4e01c, org.springframework.security.web.session.SessionManagementFilter@2c0bdd2c, org.springframework.security.web.access.ExceptionTranslationFilter@4528e8e5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4156eac5] -2021-12-09 17:00:49.719 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 17:00:50.113 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 17:00:50.226 INFO 16648 --- [restartedMain] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing -2021-12-09 17:00:50.236 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 17:00:50.238 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 6.019 seconds (JVM running for 1631291.066) -2021-12-09 17:00:50.249 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: +2021-12-24 13:07:26.728 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 3, queued tasks = 0, completed tasks = 148970] +2021-12-24 13:07:27.346 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 149376] +2021-12-24 13:07:27.347 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 149377] +2021-12-24 13:07:27.347 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 149378] +2021-12-24 13:07:27.347 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 149379] +2021-12-24 13:07:27.347 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 149380] +2021-12-24 13:07:27.348 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 149381] +2021-12-24 13:07:27.348 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 149382] +2021-12-24 13:07:27.392 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157383] +2021-12-24 13:07:27.393 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157589] +2021-12-24 13:07:27.393 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157602] +2021-12-24 13:07:27.393 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157603] +2021-12-24 13:07:27.393 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157604] +2021-12-24 13:07:27.393 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157609] +2021-12-24 13:07:27.395 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157627] +2021-12-24 13:07:27.395 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157631] +2021-12-24 13:07:27.395 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157650] +2021-12-24 13:07:27.395 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157658] +2021-12-24 13:07:27.396 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157659] +2021-12-24 13:07:27.396 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 157670] +2021-12-24 13:07:27.617 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192747] +2021-12-24 13:07:27.617 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192748] +2021-12-24 13:07:27.617 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192749] +2021-12-24 13:07:27.617 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192750] +2021-12-24 13:07:27.617 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192751] +2021-12-24 13:07:27.617 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192752] +2021-12-24 13:07:27.618 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192753] +2021-12-24 13:07:27.619 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192754] +2021-12-24 13:07:27.620 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192755] +2021-12-24 13:07:27.690 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192756] +2021-12-24 13:07:27.690 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192757] +2021-12-24 13:07:27.690 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192758] +2021-12-24 13:07:27.690 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192759] +2021-12-24 13:07:27.690 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192760] +2021-12-24 13:07:27.691 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192761] +2021-12-24 13:07:27.691 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192762] +2021-12-24 13:07:29.348 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192764] +2021-12-24 13:07:29.348 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192765] +2021-12-24 13:07:29.348 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192766] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192767] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192768] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192769] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192770] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192771] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192772] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192773] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192774] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192775] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192776] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192777] +2021-12-24 13:07:29.349 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192778] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192779] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192780] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192781] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192782] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192783] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192784] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192785] +2021-12-24 13:07:29.350 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192786] +2021-12-24 13:07:29.351 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192787] +2021-12-24 13:07:29.351 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192788] +2021-12-24 13:07:29.351 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192789] +2021-12-24 13:07:29.351 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192790] +2021-12-24 13:07:29.366 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192791] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192792] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192793] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192794] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192795] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192796] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192797] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192798] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192799] +2021-12-24 13:07:29.367 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192800] +2021-12-24 13:07:29.368 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192801] +2021-12-24 13:07:29.368 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192802] +2021-12-24 13:07:29.368 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192803] +2021-12-24 13:07:29.369 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192804] +2021-12-24 13:07:29.369 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192805] +2021-12-24 13:07:29.369 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192806] +2021-12-24 13:07:29.369 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192807] +2021-12-24 13:07:29.369 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192808] +2021-12-24 13:07:29.369 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192809] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192810] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192811] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192812] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192813] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192814] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192815] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192816] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192817] +2021-12-24 13:07:29.370 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192818] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192819] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192820] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192821] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192822] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192823] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192824] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192825] +2021-12-24 13:07:29.371 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192826] +2021-12-24 13:07:29.372 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192827] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192828] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192829] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192830] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192831] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192832] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192833] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192834] +2021-12-24 13:07:29.375 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192835] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192836] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192837] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192838] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192839] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192840] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192841] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192842] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192843] +2021-12-24 13:07:29.376 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192844] +2021-12-24 13:07:29.377 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192845] +2021-12-24 13:07:29.377 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192846] +2021-12-24 13:07:29.377 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192847] +2021-12-24 13:07:29.377 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192848] +2021-12-24 13:07:29.377 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 2, completed tasks = 192849] +2021-12-24 13:07:44.780 WARN 16648 --- [HikariPool-47 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-47 - Thread starvation or clock leap detected (housekeeper delta=2d13h26m33s614ms433µs300ns). +2021-12-24 18:40:15.007 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 3, queued tasks = 0, completed tasks = 193243] +2021-12-24 18:40:15.024 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 195512] +2021-12-24 18:40:15.024 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 195551] +2021-12-24 18:40:15.024 INFO 16648 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 195570] +2021-12-24 18:40:15.024 INFO 16648 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 2, completed tasks = 195591] +2021-12-24 18:40:15.024 INFO 16648 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 2, completed tasks = 195597] +2021-12-24 18:40:15.025 INFO 16648 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 195601] +2021-12-24 18:40:15.026 INFO 16648 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 195624] +2021-12-24 18:40:15.031 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 195642] +2021-12-24 18:40:15.031 INFO 16648 --- [MessageBroker-3] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 1, completed tasks = 195680] +2021-12-24 18:40:15.032 INFO 16648 --- [MessageBroker-7] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 30], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 2, completed tasks = 195711] +2021-12-24 18:40:26.755 WARN 16648 --- [HikariPool-47 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-47 - Thread starvation or clock leap detected (housekeeper delta=5h21m41s779ms782µs100ns). +2021-12-24 18:53:19.410 INFO 16648 --- [Thread-305] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... +2021-12-24 18:53:19.413 INFO 16648 --- [Thread-305] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-24 18:53:19.413 INFO 16648 --- [Thread-305] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. +2021-12-24 18:53:19.422 INFO 16648 --- [Thread-305] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-24 18:53:19.427 INFO 16648 --- [Thread-305] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' +2021-12-24 18:53:19.431 INFO 16648 --- [Thread-305] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' +2021-12-24 18:53:19.434 INFO 16648 --- [Thread-305] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' +2021-12-24 18:53:19.434 INFO 16648 --- [Thread-305] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' +2021-12-24 18:53:19.446 INFO 16648 --- [Thread-305] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-24 18:53:19.487 INFO 16648 --- [Thread-305] com.zaxxer.hikari.HikariDataSource : HikariPool-47 - Shutdown initiated... +2021-12-24 18:53:19.516 INFO 16648 --- [Thread-305] com.zaxxer.hikari.HikariDataSource : HikariPool-47 - Shutdown completed. +2021-12-24 18:53:21.973 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-24 18:53:21.975 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-24 18:53:24.090 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-24 18:53:24.093 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 2ms. Found 0 repository interfaces. +2021-12-24 18:53:24.319 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:24.331 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:25.461 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-24 18:53:25.529 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-24 18:53:25.529 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-24 18:53:25.843 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-5].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-24 18:53:25.843 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3825 ms +2021-12-24 18:53:26.167 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-48 - Starting... +2021-12-24 18:53:26.268 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-48 - Start completed. +2021-12-24 18:53:26.289 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-24 18:53:27.605 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-24 18:53:27.655 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-24 18:53:27.656 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-24 18:53:28.249 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-24 18:53:28.250 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-24 18:53:28.965 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-24 18:53:29.685 INFO 16648 --- [restartedMain] .s.s.UserDetailsServiceAutoConfiguration : + +Using generated security password: af00286d-84d0-4647-a253-bf116ef7e301 + +2021-12-24 18:53:29.743 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@440bb95f, org.springframework.security.web.context.SecurityContextPersistenceFilter@4d0f98bb, org.springframework.security.web.header.HeaderWriterFilter@55abcf1, org.springframework.security.web.csrf.CsrfFilter@75332dc5, org.springframework.security.web.authentication.logout.LogoutFilter@6fb6fac4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@21643958, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@5ecd7be6, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@49621d87, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6f81d01b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@59ebd0c6, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@986523e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@49cc530a, org.springframework.security.web.session.SessionManagementFilter@21bec44c, org.springframework.security.web.access.ExceptionTranslationFilter@6a3fc9fd, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@be0d081] +2021-12-24 18:53:29.960 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-24 18:53:31.550 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-24 18:53:31.800 INFO 16648 --- [restartedMain] s.a.ScheduledAnnotationBeanPostProcessor : No TaskScheduler/ScheduledExecutorService bean found for scheduled processing +2021-12-24 18:53:31.811 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-24 18:53:31.813 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.445 seconds (JVM running for 2934097.034) +2021-12-24 18:53:31.822 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: ========================== @@ -453,66 +231,66 @@ Unconditional classes: -2021-12-09 17:00:58.658 INFO 16648 --- [Thread-37] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:00:58.660 INFO 16648 --- [Thread-37] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:00:58.661 INFO 16648 --- [Thread-37] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown initiated... -2021-12-09 17:00:58.678 INFO 16648 --- [Thread-37] com.zaxxer.hikari.HikariDataSource : HikariPool-6 - Shutdown completed. -2021-12-09 17:00:59.665 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:00:59.665 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:01:00.937 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 17:01:01.162 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 225ms. Found 35 repository interfaces. -2021-12-09 17:01:01.316 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:01:01.333 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:01:01.336 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:01:01.337 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@145e8332' 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) -2021-12-09 17:01:01.342 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:01:01.362 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:01:01.363 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:01:01.363 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:01:01.370 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:01:01.560 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 17:01:01.561 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 17:01:01.562 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 17:01:01.616 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 17:01:01.616 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1948 ms -2021-12-09 17:01:01.621 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 17:01:01.980 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Starting... -2021-12-09 17:01:02.007 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Start completed. -2021-12-09 17:01:02.098 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 17:01:02.304 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 17:01:02.940 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 17:01:02.941 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:01:03.893 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:01:03.910 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:01:04.555 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:01:04.569 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 17:01:04.635 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 17:01:04.635 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 17:01:04.635 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 17:01:04.636 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 17:01:04.677 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 17:01:04.813 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 17:01:04.847 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@22ad9370, org.springframework.security.web.context.SecurityContextPersistenceFilter@75507033, org.springframework.security.web.header.HeaderWriterFilter@d626346, org.springframework.web.filter.CorsFilter@46c58b9a, org.springframework.security.web.csrf.CsrfFilter@7aa06d8, org.springframework.security.web.authentication.logout.LogoutFilter@6680e003, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@14b5a186, org.springframework.security.web.session.ConcurrentSessionFilter@777fd1c0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6b36558c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f78cdfd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2a030aea, org.springframework.security.web.session.SessionManagementFilter@20b49fc8, org.springframework.security.web.access.ExceptionTranslationFilter@69bd620e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7f726b1b] -2021-12-09 17:01:04.851 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 17:01:04.851 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:01:05.259 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 17:01:05.284 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 17:01:05.284 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 17:01:05.284 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 17:01:05.299 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 17:01:05.300 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 5.968 seconds (JVM running for 1631306.128) -2021-12-09 17:01:05.333 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: +2021-12-24 18:53:42.275 INFO 16648 --- [Thread-313] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' +2021-12-24 18:53:42.278 INFO 16648 --- [Thread-313] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2021-12-24 18:53:42.279 INFO 16648 --- [Thread-313] com.zaxxer.hikari.HikariDataSource : HikariPool-48 - Shutdown initiated... +2021-12-24 18:53:42.298 INFO 16648 --- [Thread-313] com.zaxxer.hikari.HikariDataSource : HikariPool-48 - Shutdown completed. +2021-12-24 18:53:44.184 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) +2021-12-24 18:53:44.186 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development +2021-12-24 18:53:46.198 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. +2021-12-24 18:53:46.851 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 652ms. Found 38 repository interfaces. +2021-12-24 18:53:47.152 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:47.192 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:47.200 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-24 18:53:47.205 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3bc3b8b3' 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) +2021-12-24 18:53:47.219 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:47.251 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:47.253 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:47.254 INFO 16648 --- [restartedMain] trationDelegate$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) +2021-12-24 18:53:47.302 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) +2021-12-24 18:53:47.914 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) +2021-12-24 18:53:47.932 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2021-12-24 18:53:47.932 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] +2021-12-24 18:53:48.118 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-5].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2021-12-24 18:53:48.118 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3930 ms +2021-12-24 18:53:48.131 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() +2021-12-24 18:53:49.075 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-49 - Starting... +2021-12-24 18:53:49.115 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-49 - Start completed. +2021-12-24 18:53:49.336 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2021-12-24 18:53:49.940 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect +2021-12-24 18:53:50.945 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] +2021-12-24 18:53:50.946 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2021-12-24 18:53:52.720 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' +2021-12-24 18:53:52.737 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' +2021-12-24 18:53:54.217 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' +2021-12-24 18:53:54.258 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' +2021-12-24 18:53:54.456 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] +2021-12-24 18:53:54.457 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] +2021-12-24 18:53:54.458 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] +2021-12-24 18:53:54.458 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] +2021-12-24 18:53:54.458 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] +2021-12-24 18:53:54.458 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] +2021-12-24 18:53:54.572 WARN 16648 --- [restartedMain] aWebConfiguration$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 +2021-12-24 18:53:54.923 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' +2021-12-24 18:53:55.025 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8f93bb7, org.springframework.security.web.context.SecurityContextPersistenceFilter@2fefed9, org.springframework.security.web.header.HeaderWriterFilter@5daabf91, org.springframework.web.filter.CorsFilter@62daab8f, org.springframework.security.web.csrf.CsrfFilter@58d2ca07, org.springframework.security.web.authentication.logout.LogoutFilter@2754e888, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5ab1ca9e, org.springframework.security.web.session.ConcurrentSessionFilter@5c229126, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@a208f20, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f37efe9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6ad5047f, org.springframework.security.web.session.SessionManagementFilter@126ee39e, org.springframework.security.web.access.ExceptionTranslationFilter@6a769e8d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@12635c8f] +2021-12-24 18:53:55.041 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService +2021-12-24 18:53:55.041 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' +2021-12-24 18:53:56.694 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2021-12-24 18:53:56.746 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... +2021-12-24 18:53:56.746 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] +2021-12-24 18:53:56.746 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. +2021-12-24 18:53:56.768 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' +2021-12-24 18:53:56.769 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 13.257 seconds (JVM running for 2934121.99) +2021-12-24 18:53:56.841 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation delta: ========================== @@ -572,2261 +350,7 @@ Unconditional classes: -2021-12-09 17:01:13.926 INFO 16648 --- [http-nio-49612-exec-2] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 17:01:13.929 INFO 16648 --- [http-nio-49612-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 17:01:13.950 INFO 16648 --- [http-nio-49612-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 20 ms -2021-12-09 17:02:04.583 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 12] -2021-12-09 17:07:44.882 INFO 16648 --- [Thread-43] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 17:07:44.883 INFO 16648 --- [Thread-43] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-12-09 17:07:44.883 INFO 16648 --- [Thread-43] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 17:07:44.890 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:07:44.892 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 17:07:44.893 INFO 16648 --- [Thread-43] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:07:44.895 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:07:44.895 INFO 16648 --- [Thread-43] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:07:44.906 INFO 16648 --- [Thread-43] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:07:44.908 INFO 16648 --- [Thread-43] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Shutdown initiated... -2021-12-09 17:07:44.924 INFO 16648 --- [Thread-43] com.zaxxer.hikari.HikariDataSource : HikariPool-7 - Shutdown completed. -2021-12-09 17:07:46.124 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:07:46.124 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:07:47.854 ERROR 16648 --- [restartedMain] o.s.boot.SpringApplication : Application run failed - -java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration - at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:59) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.context.annotation.ConditionEvaluator.shouldSkip(ConditionEvaluator.java:108) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator.shouldSkip(ConfigurationClassBeanDefinitionReader.java:447) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitionsForConfigurationClass(ConfigurationClassBeanDefinitionReader.java:128) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader.loadBeanDefinitions(ConfigurationClassBeanDefinitionReader.java:117) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:327) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] -Caused by: java.lang.IllegalStateException: Failed to introspect Class [com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@161af41] - at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1737) ~[na:na] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1023) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:190) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanTypeForNonAliasDefinition(BeanTypeRegistry.java:157) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.addBeanType(BeanTypeRegistry.java:150) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:138) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[na:na] - at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.updateTypesIfNecessary(BeanTypeRegistry.java:133) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.BeanTypeRegistry.getNamesForType(BeanTypeRegistry.java:97) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.OnBeanCondition.collectBeanNamesForType(OnBeanCondition.java:268) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:261) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getBeanNamesForType(OnBeanCondition.java:250) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchingBeans(OnBeanCondition.java:170) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.OnBeanCondition.getMatchOutcome(OnBeanCondition.java:145) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.autoconfigure.condition.SpringBootCondition.matches(SpringBootCondition.java:46) ~[spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE] - ... 22 common frames omitted -Caused by: java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/authentication/LoginSuccessfulHandler - at java.base/java.lang.Class.getDeclaredMethods0(Native Method) ~[na:na] - at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) ~[na:na] - at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309) ~[na:na] - at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 44 common frames omitted -Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.authentication.LoginSuccessfulHandler - at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] - at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - ... 48 common frames omitted - -2021-12-09 17:07:47.858 WARN 16648 --- [restartedMain] o.s.boot.SpringApplication : Unable to close ApplicationContext - -java.lang.IllegalStateException: Failed to introspect Class [com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@161af41] - at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:507) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:404) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:389) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.util.ReflectionUtils.getUniqueDeclaredMethods(ReflectionUtils.java:447) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1737) ~[na:na] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.getTypeForFactoryMethod(AbstractAutowireCapableBeanFactory.java:738) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:679) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:647) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1518) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:511) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:481) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:602) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:594) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1226) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.SpringApplication.getExitCodeFromMappedException(SpringApplication.java:864) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.getExitCodeFromException(SpringApplication.java:852) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.handleExitCode(SpringApplication.java:839) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:790) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:321) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] -Caused by: java.lang.NoClassDefFoundError: com/ogoma/vue_starter/vue_starter/authentication/LoginSuccessfulHandler - at java.base/java.lang.Class.getDeclaredMethods0(Native Method) ~[na:na] - at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) ~[na:na] - at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309) ~[na:na] - at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:489) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 26 common frames omitted -Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.authentication.LoginSuccessfulHandler - at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] - at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - ... 30 common frames omitted - -2021-12-09 17:08:01.364 INFO 16648 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable -2021-12-09 17:08:01.365 INFO 16648 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' -2021-12-09 17:08:01.370 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:08:01.370 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:08:02.479 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 17:08:02.868 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 388ms. Found 35 repository interfaces. -2021-12-09 17:08:03.227 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:08:03.275 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:08:03.282 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:08:03.283 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4394f5d1' 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) -2021-12-09 17:08:03.297 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:08:03.306 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:08:03.307 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:08:03.308 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:08:03.320 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:08:03.692 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 17:08:03.694 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 17:08:03.695 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 17:08:03.783 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 17:08:03.783 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2411 ms -2021-12-09 17:08:03.792 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 17:08:04.618 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Starting... -2021-12-09 17:08:04.692 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Start completed. -2021-12-09 17:08:04.838 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 17:08:05.204 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 17:08:06.378 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 17:08:06.379 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:08:08.038 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:08:08.054 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:08:09.241 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:08:09.272 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 17:08:09.421 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 17:08:09.422 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 17:08:09.423 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 17:08:09.423 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 17:08:09.513 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 17:08:09.925 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 17:08:10.076 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@623b2a25, org.springframework.security.web.context.SecurityContextPersistenceFilter@2a8c7f18, org.springframework.security.web.header.HeaderWriterFilter@98e2aca, org.springframework.web.filter.CorsFilter@6b70c7a6, org.springframework.security.web.csrf.CsrfFilter@1c3c6d80, org.springframework.security.web.authentication.logout.LogoutFilter@546dbdc6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@ee31308, org.springframework.security.web.session.ConcurrentSessionFilter@78404d15, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@522cc8f9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e3f75f1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@35dc19d9, org.springframework.security.web.session.SessionManagementFilter@7ef6005, org.springframework.security.web.access.ExceptionTranslationFilter@6a871326, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@77b3120] -2021-12-09 17:08:10.092 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 17:08:10.092 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:08:11.056 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 17:08:11.116 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 17:08:11.116 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 17:08:11.116 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 17:08:11.144 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 17:08:11.155 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.011 seconds (JVM running for 1631731.983) -2021-12-09 17:08:11.205 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 17:08:11.205 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 17:08:11.226 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 21 ms -2021-12-09 17:08:11.252 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 17:09:09.285 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] -2021-12-09 17:10:57.838 INFO 16648 --- [Thread-50] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 17:10:57.839 INFO 16648 --- [Thread-50] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-12-09 17:10:57.839 INFO 16648 --- [Thread-50] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 17:10:57.846 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:10:57.847 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 17:10:57.852 INFO 16648 --- [Thread-50] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:10:57.853 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:10:57.853 INFO 16648 --- [Thread-50] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:10:57.873 INFO 16648 --- [Thread-50] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:10:57.879 INFO 16648 --- [Thread-50] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Shutdown initiated... -2021-12-09 17:10:57.910 INFO 16648 --- [Thread-50] com.zaxxer.hikari.HikariDataSource : HikariPool-8 - Shutdown completed. -2021-12-09 17:10:59.187 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:10:59.187 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:10:59.765 WARN 16648 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class -2021-12-09 17:10:59.770 ERROR 16648 --- [restartedMain] o.s.boot.SpringApplication : Application run failed - -org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class]; nested exception is java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class - at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:454) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.findCandidateComponents(ClassPathScanningCandidateComponentProvider.java:316) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ClassPathBeanDefinitionScanner.doScan(ClassPathBeanDefinitionScanner.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ComponentScanAnnotationParser.parse(ComponentScanAnnotationParser.java:132) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:287) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:242) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:199) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:167) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:315) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:232) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanDefinitionRegistryPostProcessors(PostProcessorRegistrationDelegate.java:275) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:95) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:705) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:531) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] -Caused by: java.io.FileNotFoundException: C:\Users\user\projects\Hr\target\classes\com\ogoma\vue_starter\vue_starter\boundaries\notifications\controllers\NotificationsController.class - at org.springframework.core.io.FileSystemResource.getInputStream(FileSystemResource.java:179) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.type.classreading.SimpleMetadataReader.(SimpleMetadataReader.java:51) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:103) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:123) ~[spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.scanCandidateComponents(ClassPathScanningCandidateComponentProvider.java:430) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 25 common frames omitted - -2021-12-09 17:11:11.193 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:11:11.193 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:11:14.206 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 17:11:14.592 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 385ms. Found 35 repository interfaces. -2021-12-09 17:11:14.860 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:14.950 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:14.953 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:11:14.953 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@638c9a46' 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) -2021-12-09 17:11:14.977 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:14.984 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:14.985 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:14.985 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:11:14.993 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:15.337 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 17:11:15.342 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 17:11:15.342 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 17:11:15.477 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 17:11:15.477 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4281 ms -2021-12-09 17:11:15.482 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 17:11:16.098 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Starting... -2021-12-09 17:11:16.129 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Start completed. -2021-12-09 17:11:16.237 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 17:11:16.618 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 17:11:17.406 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 17:11:17.406 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:11:18.452 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:11:18.463 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:11:19.443 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:11:19.477 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 17:11:19.621 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 17:11:19.622 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 17:11:19.772 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 17:11:20.227 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 17:11:20.351 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@23574bb8, org.springframework.security.web.context.SecurityContextPersistenceFilter@665a8414, org.springframework.security.web.header.HeaderWriterFilter@5b5adb0b, org.springframework.web.filter.CorsFilter@597aeab4, org.springframework.security.web.csrf.CsrfFilter@68692a08, org.springframework.security.web.authentication.logout.LogoutFilter@2abf6a4f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6f4fdfcf, org.springframework.security.web.session.ConcurrentSessionFilter@2033ab96, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6b558957, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@17ed0c3f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6ce17383, org.springframework.security.web.session.SessionManagementFilter@49a6ac5e, org.springframework.security.web.access.ExceptionTranslationFilter@3e0f1410, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@69cb9ca4] -2021-12-09 17:11:20.363 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 17:11:20.364 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:11:21.313 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 17:11:21.366 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 17:11:21.366 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 17:11:21.367 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 17:11:21.388 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 17:11:21.389 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.097 seconds (JVM running for 1631922.217) -2021-12-09 17:11:21.436 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 17:11:23.070 INFO 16648 --- [Thread-61] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 17:11:23.072 INFO 16648 --- [Thread-61] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 17:11:23.072 INFO 16648 --- [Thread-61] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 17:11:23.074 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:11:23.075 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 17:11:23.075 INFO 16648 --- [Thread-61] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:11:23.076 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:11:23.076 INFO 16648 --- [Thread-61] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:11:23.084 INFO 16648 --- [Thread-61] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:11:23.088 INFO 16648 --- [Thread-61] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Shutdown initiated... -2021-12-09 17:11:23.111 INFO 16648 --- [Thread-61] com.zaxxer.hikari.HikariDataSource : HikariPool-9 - Shutdown completed. -2021-12-09 17:11:24.193 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:11:24.194 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:11:26.072 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 17:11:26.239 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 166ms. Found 0 repository interfaces. -2021-12-09 17:11:26.596 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:26.607 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:27.221 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 17:11:27.225 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 17:11:27.227 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 17:11:27.497 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-1].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 17:11:27.497 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3297 ms -2021-12-09 17:11:27.904 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Starting... -2021-12-09 17:11:27.949 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Start completed. -2021-12-09 17:11:28.299 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 17:11:28.816 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 17:11:28.900 ERROR 16648 --- [restartedMain] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'sessionRepositoryFilterRegistration' defined in class path resource [org/springframework/boot/autoconfigure/session/SessionRepositoryFilterConfiguration.class]: Unsatisfied dependency expressed through method 'sessionRepositoryFilterRegistration' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration': Unsatisfied dependency expressed through method 'setTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present -2021-12-09 17:11:28.905 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Stopping service [Tomcat] -2021-12-09 17:11:28.909 WARN 16648 --- [restartedMain] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [HikariPool-10 housekeeper] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: - java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method) - java.base@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) - java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) - java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) - java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) - java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) - java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) - java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) - java.base@11.0.10/java.lang.Thread.run(Thread.java:834) -2021-12-09 17:11:28.910 WARN 16648 --- [restartedMain] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [HikariPool-10 connection adder] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: - java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method) - java.base@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) - java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) - java.base@11.0.10/java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:458) - java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053) - java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) - java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) - java.base@11.0.10/java.lang.Thread.run(Thread.java:834) -2021-12-09 17:11:28.912 WARN 16648 --- [restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat -2021-12-09 17:11:28.913 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Shutdown initiated... -2021-12-09 17:11:28.929 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-10 - Shutdown completed. -2021-12-09 17:11:28.944 INFO 16648 --- [restartedMain] ConditionEvaluationReportLoggingListener : - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2021-12-09 17:11:28.956 ERROR 16648 --- [restartedMain] o.s.boot.SpringApplication : Application run failed - -org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:155) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at com.ogoma.vue_starter.vue_starter.VueStarterApplication.main(VueStarterApplication.java:25) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] -Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat - at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:124) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.(TomcatWebServer.java:86) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:414) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:178) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:179) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:152) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - ... 13 common frames omitted -Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sessionRepositoryFilterRegistration' defined in class path resource [org/springframework/boot/autoconfigure/session/SessionRepositoryFilterConfiguration.class]: Unsatisfied dependency expressed through method 'sessionRepositoryFilterRegistration' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration': Unsatisfied dependency expressed through method 'setTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:769) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:509) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:204) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.servlet.ServletContextInitializerBeans.(ServletContextInitializerBeans.java:85) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:252) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:226) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5132) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na] - at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) ~[na:na] - at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na] - at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) ~[na:na] - at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.startup.Tomcat.start(Tomcat.java:456) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:105) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE] - ... 18 common frames omitted -Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.session.JdbcSessionConfiguration$SpringBootJdbcHttpSessionConfiguration': Unsatisfied dependency expressed through method 'setTransactionManager' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:676) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:392) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1251) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:857) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:760) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 58 common frames omitted -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:277) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1251) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:668) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 81 common frames omitted -Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1778) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:224) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveNamedBean(DefaultListableBeanFactory.java:1119) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveBean(DefaultListableBeanFactory.java:411) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:344) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:337) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.orm.jpa.EntityManagerFactoryUtils.findEntityManagerFactory(EntityManagerFactoryUtils.java:120) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.orm.jpa.JpaTransactionManager.setBeanFactory(JpaTransactionManager.java:313) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1800) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1765) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 90 common frames omitted -Caused by: java.lang.TypeNotPresentException: Type com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter not present - at java.base/sun.reflect.annotation.TypeNotPresentExceptionProxy.generateException(TypeNotPresentExceptionProxy.java:46) ~[na:na] - at java.base/sun.reflect.annotation.AnnotationInvocationHandler.invoke(AnnotationInvocationHandler.java:86) ~[na:na] - at com.sun.proxy.$Proxy166.converter(Unknown Source) ~[na:na] - at org.hibernate.cfg.AttributeConversionInfo.(AttributeConversionInfo.java:41) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.ClassPropertyHolder.startingProperty(ClassPropertyHolder.java:137) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.annotations.PropertyBinder.makePropertyAndValue(PropertyBinder.java:177) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.annotations.PropertyBinder.makePropertyValueAndBind(PropertyBinder.java:205) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.AnnotationBinder.processElementAnnotations(AnnotationBinder.java:2300) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.AnnotationBinder.processIdPropertiesIfNotAlready(AnnotationBinder.java:979) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:806) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl.processEntityHierarchies(AnnotationMetadataSourceProcessorImpl.java:248) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.boot.model.process.spi.MetadataBuildingProcess$1.processEntityHierarchies(MetadataBuildingProcess.java:239) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:282) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.metadata(EntityManagerFactoryBuilderImpl.java:1224) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:1255) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:57) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:390) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:377) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1837) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1774) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE] - ... 105 common frames omitted -Caused by: java.lang.ClassNotFoundException: com.ogoma.vue_starter.vue_starter.enums.converters.GenderEnumConverter - at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na] - at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - at org.springframework.boot.devtools.restart.classloader.RestartClassLoader.loadClass(RestartClassLoader.java:144) ~[spring-boot-devtools-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[na:na] - at java.base/java.lang.Class.forName0(Native Method) ~[na:na] - at java.base/java.lang.Class.forName(Class.java:398) ~[na:na] - at java.base/sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:114) ~[na:na] - at java.base/sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:125) ~[na:na] - at java.base/sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:49) ~[na:na] - at java.base/sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:440) ~[na:na] - at java.base/sun.reflect.annotation.AnnotationParser.parseClassValue(AnnotationParser.java:421) ~[na:na] - at java.base/sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:350) ~[na:na] - at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotation2(AnnotationParser.java:287) ~[na:na] - at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:121) ~[na:na] - at java.base/sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:73) ~[na:na] - at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1175) ~[na:na] - at java.base/java.lang.reflect.Field.declaredAnnotations(Field.java:1173) ~[na:na] - at java.base/java.lang.reflect.Field.getAnnotation(Field.java:1142) ~[na:na] - at java.base/java.lang.reflect.AnnotatedElement.isAnnotationPresent(AnnotatedElement.java:274) ~[na:na] - at java.base/java.lang.reflect.AccessibleObject.isAnnotationPresent(AccessibleObject.java:517) ~[na:na] - at org.hibernate.annotations.common.reflection.java.JavaAnnotationReader.isAnnotationPresent(JavaAnnotationReader.java:33) ~[hibernate-commons-annotations-5.1.2.Final.jar:5.1.2.Final] - at org.hibernate.annotations.common.reflection.java.JavaXAnnotatedElement.isAnnotationPresent(JavaXAnnotatedElement.java:43) ~[hibernate-commons-annotations-5.1.2.Final.jar:5.1.2.Final] - at org.hibernate.annotations.common.reflection.java.JavaXMember.isAnnotationPresent(JavaXMember.java:26) ~[hibernate-commons-annotations-5.1.2.Final.jar:5.1.2.Final] - at org.hibernate.cfg.PropertyContainer.mustBeSkipped(PropertyContainer.java:399) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.PropertyContainer.preFilter(PropertyContainer.java:113) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.PropertyContainer.(PropertyContainer.java:91) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.InheritanceState.getElementsToProcess(InheritanceState.java:217) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:785) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - ... 117 common frames omitted - -2021-12-09 17:11:34.295 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 17:11:34.295 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 17:11:37.403 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 17:11:38.066 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 662ms. Found 35 repository interfaces. -2021-12-09 17:11:38.399 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:38.452 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:38.458 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:11:38.459 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@765f9b1f' 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) -2021-12-09 17:11:38.467 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:38.479 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:38.480 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:38.481 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 17:11:38.492 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 17:11:38.888 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 17:11:38.891 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 17:11:38.892 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 17:11:38.958 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 17:11:38.959 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4661 ms -2021-12-09 17:11:38.963 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 17:11:39.541 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Starting... -2021-12-09 17:11:39.604 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Start completed. -2021-12-09 17:11:39.702 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 17:11:39.871 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 17:11:40.542 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 17:11:40.543 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 17:11:41.489 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 17:11:41.496 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 17:11:42.149 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 17:11:42.193 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 17:11:42.288 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 17:11:42.325 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 17:11:42.444 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 17:11:42.479 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@d299dac, org.springframework.security.web.context.SecurityContextPersistenceFilter@52973455, org.springframework.security.web.header.HeaderWriterFilter@3c7d0c33, org.springframework.web.filter.CorsFilter@45996c6b, org.springframework.security.web.csrf.CsrfFilter@75002a93, org.springframework.security.web.authentication.logout.LogoutFilter@75f11359, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@fff4b84, org.springframework.security.web.session.ConcurrentSessionFilter@382e5ffc, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6dfa6a0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3fea6ae7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4e1e2171, org.springframework.security.web.session.SessionManagementFilter@4c8eb04c, org.springframework.security.web.access.ExceptionTranslationFilter@376bb703, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@15c3d9f0] -2021-12-09 17:11:42.483 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 17:11:42.483 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 17:11:42.995 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 17:11:43.072 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 17:11:43.072 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 17:11:43.073 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 17:11:43.087 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 17:11:43.088 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.346 seconds (JVM running for 1631943.916) -2021-12-09 17:11:43.160 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 17:11:45.080 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 17:11:45.082 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 17:11:45.099 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms -2021-12-09 17:12:42.194 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] -2021-12-09 17:18:58.369 WARN 16648 --- [http-nio-49612-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 -2021-12-09 17:18:58.370 ERROR 16648 --- [http-nio-49612-exec-1] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' -2021-12-09 17:18:58.401 ERROR 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause - -java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field list' - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.getResultSet(Loader.java:2303) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2056) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2018) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQuery(Loader.java:948) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2849) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2831) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2663) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.list(Loader.java:2658) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.Query.getResultList(Query.java:165) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:587) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:406) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:374) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:359) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:200) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:644) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:608) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.lambda$invoke$3(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:138) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at com.sun.proxy.$Proxy477.findAll(Unknown Source) ~[na:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.PaymentsService.getPayments(PaymentsService.java:27) ~[classes/:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.PaymentController.getPayments(PaymentController.java:28) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:155) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:151) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] - -2021-12-09 17:19:57.842 WARN 16648 --- [http-nio-49612-exec-6] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified with collection fetch; applying in memory! -2021-12-09 17:22:03.220 WARN 16648 --- [http-nio-49612-exec-5] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 -2021-12-09 17:22:03.220 ERROR 16648 --- [http-nio-49612-exec-5] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'payment0_.notes' in 'field list' -2021-12-09 17:22:03.239 ERROR 16648 --- [http-nio-49612-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet] with root cause - -java.sql.SQLSyntaxErrorException: Unknown column 'payment0_.notes' in 'field list' - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:955) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:1005) ~[mysql-connector-java-8.0.16.jar:8.0.16] - at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) ~[HikariCP-3.2.0.jar:na] - at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) ~[HikariCP-3.2.0.jar:na] - at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.getResultSet(Loader.java:2303) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2056) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2018) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQuery(Loader.java:948) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2849) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.doList(Loader.java:2831) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2663) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.Loader.list(Loader.java:2658) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.Query.getResultList(Query.java:165) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:76) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.readPage(SimpleJpaRepository.java:587) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:406) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:374) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:359) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:200) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:644) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.doInvoke(RepositoryFactorySupport.java:608) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.lambda$invoke$3(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.data.repository.core.support.RepositoryFactorySupport$QueryExecutorMethodInterceptor.invoke(RepositoryFactorySupport.java:595) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:59) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ~[spring-tx-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:138) ~[spring-data-jpa-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.data.repository.core.support.SurroundingTransactionDetectorMethodInterceptor.invoke(SurroundingTransactionDetectorMethodInterceptor.java:61) ~[spring-data-commons-2.1.9.RELEASE.jar:2.1.9.RELEASE] - at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at com.sun.proxy.$Proxy477.findAll(Unknown Source) ~[na:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.services.PaymentsService.getPayments(PaymentsService.java:27) ~[classes/:na] - at com.ogoma.vue_starter.vue_starter.boundaries.accounting.PaymentController.getPayments(PaymentController.java:28) ~[classes/:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na] - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] - at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na] - at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:892) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1039) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:155) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:151) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] - -2021-12-09 17:33:23.246 WARN 16648 --- [http-nio-49612-exec-3] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified with collection fetch; applying in memory! -2021-12-09 17:33:27.228 ERROR 16648 --- [http-nio-49612-exec-2] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-49612-exec-2] Exception processing template "payroll/payslip": An error happened during template parsing (template: "class path resource [templates/payroll/payslip.html]") - -org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/payroll/payslip.html]") - at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.spring5.view.ThymeleafView.renderFragment(ThymeleafView.java:362) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.spring5.view.ThymeleafView.render(ThymeleafView.java:189) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1371) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1117) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1056) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:155) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:151) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] -Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "payslip.employee.user.fullName" (template: "payroll/payslip" - line 31, col 50) - at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:393) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupParser.parse(MarkupParser.java:257) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - ... 105 common frames omitted -Caused by: org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "payslip.employee.user.fullName" (template: "payroll/payslip" - line 31, col 50) - at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:290) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleOpenElementEnd(TemplateHandlerAdapterMarkupHandler.java:304) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:278) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleOpenElementEnd(OutputExpressionInlinePreProcessorHandler.java:186) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:124) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.attoparser.HtmlElement.handleOpenElementEnd(HtmlElement.java:109) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.HtmlMarkupHandler.handleOpenElementEnd(HtmlMarkupHandler.java:297) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupEventProcessorHandler.handleOpenElementEnd(MarkupEventProcessorHandler.java:402) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.ParsingElementMarkupUtil.parseOpenElement(ParsingElementMarkupUtil.java:159) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:710) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - ... 107 common frames omitted -Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property or field 'user' cannot be found on null - at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:213) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:104) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:91) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:59) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:89) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:109) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:328) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:263) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] - ... 126 common frames omitted - -2021-12-09 17:33:27.239 ERROR 16648 --- [http-nio-49612-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/payroll/payslip.html]")] with root cause - -org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property or field 'user' cannot be found on null - at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:213) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:104) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:91) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:59) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:89) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:109) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:328) ~[spring-expression-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.thymeleaf.spring5.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:263) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:166) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.processor.AbstractStandardExpressionAttributeTagProcessor.doProcess(AbstractStandardExpressionAttributeTagProcessor.java:144) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.processor.element.AbstractElementTagProcessor.process(AbstractElementTagProcessor.java:95) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.util.ProcessorConfigurationUtils$ElementTagProcessorWrapper.process(ProcessorConfigurationUtils.java:633) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.engine.ProcessorTemplateHandler.handleOpenElement(ProcessorTemplateHandler.java:1314) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.engine.TemplateHandlerAdapterMarkupHandler.handleOpenElementEnd(TemplateHandlerAdapterMarkupHandler.java:304) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler$InlineMarkupAdapterPreProcessorHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:278) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.standard.inline.OutputExpressionInlinePreProcessorHandler.handleOpenElementEnd(OutputExpressionInlinePreProcessorHandler.java:186) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.templateparser.markup.InlinedOutputExpressionMarkupHandler.handleOpenElementEnd(InlinedOutputExpressionMarkupHandler.java:124) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.attoparser.HtmlElement.handleOpenElementEnd(HtmlElement.java:109) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.HtmlMarkupHandler.handleOpenElementEnd(HtmlMarkupHandler.java:297) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupEventProcessorHandler.handleOpenElementEnd(MarkupEventProcessorHandler.java:402) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.ParsingElementMarkupUtil.parseOpenElement(ParsingElementMarkupUtil.java:159) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupParser.parseBuffer(MarkupParser.java:710) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupParser.parseDocument(MarkupParser.java:301) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.attoparser.MarkupParser.parse(MarkupParser.java:257) ~[attoparser-2.0.5.RELEASE.jar:2.0.5.RELEASE] - at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:230) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parseStandalone(AbstractMarkupTemplateParser.java:100) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:666) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.spring5.view.ThymeleafView.renderFragment(ThymeleafView.java:362) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.thymeleaf.spring5.view.ThymeleafView.render(ThymeleafView.java:189) ~[thymeleaf-spring5-3.0.11.RELEASE.jar:3.0.11.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1371) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1117) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1056) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:634) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882) ~[spring-webmvc-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat-embed-websocket-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:88) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:155) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.csrf.CsrfFilter.doFilterInternal(CsrfFilter.java:100) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:74) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) ~[spring-security-web-5.1.5.RELEASE.jar:5.1.5.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:151) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:85) ~[spring-session-core-2.1.7.RELEASE.jar:2.1.7.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:114) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:104) ~[spring-boot-actuator-2.1.6.RELEASE.jar:2.1.6.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:109) ~[spring-web-5.1.8.RELEASE.jar:5.1.8.RELEASE] - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na] - at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na] - at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.21.jar:9.0.21] - at java.base/java.lang.Thread.run(Thread.java:834) ~[na:na] - -2021-12-09 17:55:56.564 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 27], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5], sockJsScheduler[pool size = 8, active threads = 4, queued tasks = 0, completed tasks = 408] -2021-12-09 17:56:11.220 WARN 16648 --- [HikariPool-11 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-11 - Thread starvation or clock leap detected (housekeeper delta=18m33s548ms30µs900ns). -2021-12-09 18:12:39.695 INFO 16648 --- [MessageBroker-6] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 2 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(2)-CONNECTED(2)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 27], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 5], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 881] -2021-12-09 18:17:58.935 INFO 16648 --- [Thread-69] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 18:17:58.936 INFO 16648 --- [Thread-69] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-12-09 18:17:58.937 INFO 16648 --- [Thread-69] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 18:17:58.950 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:17:58.957 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 18:17:58.959 INFO 16648 --- [Thread-69] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:17:58.962 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:17:58.963 INFO 16648 --- [Thread-69] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:17:58.979 INFO 16648 --- [Thread-69] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:17:59.012 INFO 16648 --- [Thread-69] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Shutdown initiated... -2021-12-09 18:17:59.066 INFO 16648 --- [Thread-69] com.zaxxer.hikari.HikariDataSource : HikariPool-11 - Shutdown completed. -2021-12-09 18:18:00.863 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 18:18:00.864 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 18:18:02.672 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 18:18:02.987 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 314ms. Found 35 repository interfaces. -2021-12-09 18:18:03.219 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:18:03.257 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:18:03.263 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:18:03.264 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2a786a38' 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) -2021-12-09 18:18:03.270 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:18:03.280 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:18:03.281 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:18:03.281 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:18:03.293 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:18:03.707 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 18:18:03.713 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 18:18:03.713 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 18:18:03.801 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 18:18:03.801 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2908 ms -2021-12-09 18:18:03.808 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 18:18:04.336 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Starting... -2021-12-09 18:18:04.389 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Start completed. -2021-12-09 18:18:04.478 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 18:18:04.773 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 18:18:05.547 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 18:18:05.547 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:18:06.783 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:18:06.798 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:18:07.627 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:18:07.656 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 18:18:07.781 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 18:18:07.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 18:18:07.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 18:18:07.868 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 18:18:08.056 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 18:18:08.104 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ea2a282, org.springframework.security.web.context.SecurityContextPersistenceFilter@d889d7d, org.springframework.security.web.header.HeaderWriterFilter@396471c7, org.springframework.web.filter.CorsFilter@71d4b68c, org.springframework.security.web.csrf.CsrfFilter@6ed9f00c, org.springframework.security.web.authentication.logout.LogoutFilter@5d6f2fa5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@1e4a8522, org.springframework.security.web.session.ConcurrentSessionFilter@aa71f4b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6a97dee8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f802859, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7339e1f9, org.springframework.security.web.session.SessionManagementFilter@684854c, org.springframework.security.web.access.ExceptionTranslationFilter@4991a60d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@611c6e69] -2021-12-09 18:18:08.109 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 18:18:08.110 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:18:08.847 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 18:18:08.912 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 18:18:08.912 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:18:08.913 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 18:18:08.944 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 18:18:08.945 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 8.7 seconds (JVM running for 1635932.273) -2021-12-09 18:18:08.998 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 18:18:10.874 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 18:18:10.876 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 18:18:10.886 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 10 ms -2021-12-09 18:19:06.380 INFO 16648 --- [Thread-81] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 18:19:06.393 INFO 16648 --- [Thread-81] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:19:06.393 INFO 16648 --- [Thread-81] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 18:19:06.396 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:19:06.398 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 18:19:06.399 INFO 16648 --- [Thread-81] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:19:06.400 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:19:06.401 INFO 16648 --- [Thread-81] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:19:06.413 INFO 16648 --- [Thread-81] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:19:06.415 INFO 16648 --- [Thread-81] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Shutdown initiated... -2021-12-09 18:19:06.422 INFO 16648 --- [Thread-81] com.zaxxer.hikari.HikariDataSource : HikariPool-12 - Shutdown completed. -2021-12-09 18:19:07.486 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 18:19:07.487 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 18:19:09.469 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 18:19:10.040 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 571ms. Found 35 repository interfaces. -2021-12-09 18:19:10.240 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:10.266 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:10.270 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:19:10.271 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@daca34b' 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) -2021-12-09 18:19:10.279 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:10.289 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:10.290 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:10.290 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:19:10.300 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:11.180 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 18:19:11.185 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 18:19:11.185 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 18:19:11.307 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 18:19:11.307 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3816 ms -2021-12-09 18:19:11.313 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 18:19:12.067 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Starting... -2021-12-09 18:19:12.113 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Start completed. -2021-12-09 18:19:12.531 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 18:19:13.382 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 18:19:14.510 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 18:19:14.511 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:19:16.488 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:19:16.499 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:19:17.498 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:19:17.702 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 18:19:17.852 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 18:19:17.853 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 18:19:17.924 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 18:19:18.109 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 18:19:18.158 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@358b9920, org.springframework.security.web.context.SecurityContextPersistenceFilter@1c533f11, org.springframework.security.web.header.HeaderWriterFilter@4f259bf0, org.springframework.web.filter.CorsFilter@44dcacb, org.springframework.security.web.csrf.CsrfFilter@9495ecf, org.springframework.security.web.authentication.logout.LogoutFilter@28158aa8, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@21bbe6dc, org.springframework.security.web.session.ConcurrentSessionFilter@3ae63211, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7f4acd70, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@401bb555, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@55be3937, org.springframework.security.web.session.SessionManagementFilter@791ab4db, org.springframework.security.web.access.ExceptionTranslationFilter@4f9d21d5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a2f61b4] -2021-12-09 18:19:18.164 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 18:19:18.165 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:19:19.357 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 18:19:19.416 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 18:19:19.416 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:19:19.417 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 18:19:19.449 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 18:19:19.451 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 12.357 seconds (JVM running for 1636002.778) -2021-12-09 18:19:19.594 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 18:19:20.889 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 18:19:20.892 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 18:19:20.906 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 14 ms -2021-12-09 18:19:53.720 INFO 16648 --- [Thread-88] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 18:19:53.720 INFO 16648 --- [Thread-88] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:19:53.721 INFO 16648 --- [Thread-88] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 18:19:53.723 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:19:53.724 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 18:19:53.725 INFO 16648 --- [Thread-88] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:19:53.726 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:19:53.726 INFO 16648 --- [Thread-88] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:19:53.735 INFO 16648 --- [Thread-88] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:19:53.737 INFO 16648 --- [Thread-88] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Shutdown initiated... -2021-12-09 18:19:53.753 INFO 16648 --- [Thread-88] com.zaxxer.hikari.HikariDataSource : HikariPool-13 - Shutdown completed. -2021-12-09 18:19:55.045 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 18:19:55.046 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 18:19:57.112 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 18:19:57.659 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 547ms. Found 35 repository interfaces. -2021-12-09 18:19:58.059 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:58.095 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:58.102 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:19:58.103 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@2790c0f3' 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) -2021-12-09 18:19:58.111 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:58.122 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:58.123 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:58.124 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:19:58.134 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:19:58.552 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 18:19:58.570 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 18:19:58.570 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 18:19:58.684 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 18:19:58.684 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3635 ms -2021-12-09 18:19:58.691 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 18:19:59.209 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Starting... -2021-12-09 18:19:59.257 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Start completed. -2021-12-09 18:19:59.392 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 18:19:59.602 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 18:20:00.139 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 18:20:00.140 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:20:01.039 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:20:01.049 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:20:01.685 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:20:01.708 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 18:20:01.794 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 18:20:01.795 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 18:20:01.796 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 18:20:01.879 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 18:20:02.171 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 18:20:02.429 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f1c3ed7, org.springframework.security.web.context.SecurityContextPersistenceFilter@55cb031f, org.springframework.security.web.header.HeaderWriterFilter@398bcf09, org.springframework.web.filter.CorsFilter@26d6f6c2, org.springframework.security.web.csrf.CsrfFilter@546ba41a, org.springframework.security.web.authentication.logout.LogoutFilter@2a3efeca, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3b83d555, org.springframework.security.web.session.ConcurrentSessionFilter@49e7c104, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@325f6d28, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5da6fb9b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@43a7530a, org.springframework.security.web.session.SessionManagementFilter@4025e66e, org.springframework.security.web.access.ExceptionTranslationFilter@486a9b5c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2df91db7] -2021-12-09 18:20:02.458 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 18:20:02.459 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:20:03.918 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 18:20:03.995 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 18:20:03.995 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:20:03.996 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 18:20:04.026 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 18:20:04.027 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.578 seconds (JVM running for 1636047.355) -2021-12-09 18:20:04.062 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 18:20:05.541 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 18:20:05.542 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 18:20:05.558 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms -2021-12-09 18:20:07.591 INFO 16648 --- [Thread-95] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 18:20:07.592 INFO 16648 --- [Thread-95] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-12-09 18:20:07.592 INFO 16648 --- [Thread-95] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 18:20:07.598 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:20:07.599 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 18:20:07.600 INFO 16648 --- [Thread-95] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:20:07.602 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:20:07.602 INFO 16648 --- [Thread-95] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:20:07.616 INFO 16648 --- [Thread-95] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:20:07.620 INFO 16648 --- [Thread-95] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Shutdown initiated... -2021-12-09 18:20:07.652 INFO 16648 --- [Thread-95] com.zaxxer.hikari.HikariDataSource : HikariPool-14 - Shutdown completed. -2021-12-09 18:20:08.600 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 18:20:08.600 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 18:20:10.317 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 18:20:10.568 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 250ms. Found 35 repository interfaces. -2021-12-09 18:20:10.686 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:10.700 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:10.702 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:20:10.703 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@d08fef6' 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) -2021-12-09 18:20:10.707 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:10.711 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:10.712 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:10.712 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:20:10.717 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:10.907 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 18:20:10.909 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 18:20:10.909 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 18:20:10.977 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 18:20:10.977 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2370 ms -2021-12-09 18:20:10.981 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 18:20:12.052 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Starting... -2021-12-09 18:20:12.087 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Start completed. -2021-12-09 18:20:12.281 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 18:20:12.690 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 18:20:13.935 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 18:20:13.936 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:20:15.653 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:20:15.670 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:20:16.982 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:20:17.047 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 18:20:17.262 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 18:20:17.263 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 18:20:17.263 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 18:20:17.263 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 18:20:17.264 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 18:20:17.265 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 18:20:17.401 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 18:20:18.144 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 18:20:18.302 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6c888aa9, org.springframework.security.web.context.SecurityContextPersistenceFilter@2b44110f, org.springframework.security.web.header.HeaderWriterFilter@31b8e563, org.springframework.web.filter.CorsFilter@31cb39e8, org.springframework.security.web.csrf.CsrfFilter@7e7ee07d, org.springframework.security.web.authentication.logout.LogoutFilter@77305cef, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@52431a9d, org.springframework.security.web.session.ConcurrentSessionFilter@6dbc1797, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5da17af9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7a3dec90, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@236cfeb2, org.springframework.security.web.session.SessionManagementFilter@64c87e7b, org.springframework.security.web.access.ExceptionTranslationFilter@7596750a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1cd1dc87] -2021-12-09 18:20:18.320 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 18:20:18.322 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:20:19.233 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 18:20:19.287 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 18:20:19.288 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:20:19.289 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 18:20:19.330 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 18:20:19.332 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.118 seconds (JVM running for 1636062.659) -2021-12-09 18:20:19.387 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 18:20:19.855 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 18:20:19.861 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 18:20:19.884 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 23 ms -2021-12-09 18:20:45.764 INFO 16648 --- [Thread-102] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 18:20:45.764 INFO 16648 --- [Thread-102] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:20:45.764 INFO 16648 --- [Thread-102] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 18:20:45.767 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:20:45.768 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 18:20:45.769 INFO 16648 --- [Thread-102] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:20:45.770 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:20:45.771 INFO 16648 --- [Thread-102] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:20:45.778 INFO 16648 --- [Thread-102] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:20:45.780 INFO 16648 --- [Thread-102] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Shutdown initiated... -2021-12-09 18:20:45.795 INFO 16648 --- [Thread-102] com.zaxxer.hikari.HikariDataSource : HikariPool-15 - Shutdown completed. -2021-12-09 18:20:46.593 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 18:20:46.593 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 18:20:48.302 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 18:20:48.715 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 412ms. Found 35 repository interfaces. -2021-12-09 18:20:48.884 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:48.896 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:48.899 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:20:48.899 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@4f3759d7' 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) -2021-12-09 18:20:48.903 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:48.908 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:48.909 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:48.909 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:20:48.914 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:20:49.081 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 18:20:49.084 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 18:20:49.084 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 18:20:49.153 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 18:20:49.153 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2557 ms -2021-12-09 18:20:49.161 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 18:20:50.094 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Starting... -2021-12-09 18:20:50.126 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Start completed. -2021-12-09 18:20:50.313 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 18:20:50.608 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 18:20:51.600 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 18:20:51.600 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:20:52.956 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:20:52.988 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:20:54.542 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:20:54.578 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 18:20:54.689 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 18:20:54.689 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 18:20:54.689 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 18:20:54.690 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 18:20:54.761 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 18:20:54.952 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 18:20:55.004 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7a1d5d2e, org.springframework.security.web.context.SecurityContextPersistenceFilter@55625719, org.springframework.security.web.header.HeaderWriterFilter@6e0f6c38, org.springframework.web.filter.CorsFilter@3c066e38, org.springframework.security.web.csrf.CsrfFilter@738b0d6b, org.springframework.security.web.authentication.logout.LogoutFilter@3672e6e6, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@426f98e5, org.springframework.security.web.session.ConcurrentSessionFilter@54fa27d3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@40199f21, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@33338bec, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@46b57ae9, org.springframework.security.web.session.SessionManagementFilter@7f319d0b, org.springframework.security.web.access.ExceptionTranslationFilter@230453b6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@16dd828b] -2021-12-09 18:20:55.010 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 18:20:55.011 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:20:56.215 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 18:20:56.260 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 18:20:56.260 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:20:56.261 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 18:20:56.281 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 18:20:56.282 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.019 seconds (JVM running for 1636099.61) -2021-12-09 18:20:56.329 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 18:20:57.553 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 18:20:57.555 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 18:20:57.583 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 28 ms -2021-12-09 18:21:51.828 INFO 16648 --- [Thread-109] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 18:21:51.828 INFO 16648 --- [Thread-109] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-12-09 18:21:51.828 INFO 16648 --- [Thread-109] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 18:21:51.834 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:21:51.834 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 18:21:51.835 INFO 16648 --- [Thread-109] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:21:51.837 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:21:51.838 INFO 16648 --- [Thread-109] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:21:51.851 INFO 16648 --- [Thread-109] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:21:51.852 INFO 16648 --- [Thread-109] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Shutdown initiated... -2021-12-09 18:21:51.867 INFO 16648 --- [Thread-109] com.zaxxer.hikari.HikariDataSource : HikariPool-16 - Shutdown completed. -2021-12-09 18:21:52.604 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 18:21:52.604 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 18:21:53.751 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 18:21:53.971 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 220ms. Found 35 repository interfaces. -2021-12-09 18:21:54.110 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:21:54.128 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:21:54.131 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:21:54.131 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3beea66a' 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) -2021-12-09 18:21:54.136 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:21:54.144 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:21:54.145 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:21:54.145 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:21:54.151 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:21:54.402 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 18:21:54.408 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 18:21:54.408 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 18:21:54.504 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 18:21:54.504 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1897 ms -2021-12-09 18:21:54.512 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 18:21:55.027 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Starting... -2021-12-09 18:21:55.049 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Start completed. -2021-12-09 18:21:55.120 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 18:21:55.293 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 18:21:55.893 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 18:21:55.893 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:21:56.932 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:21:56.940 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:21:57.565 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:21:57.600 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 18:21:57.718 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 18:21:57.718 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 18:21:57.718 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 18:21:57.719 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 18:21:57.801 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 18:21:58.042 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 18:21:58.115 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@fa883de, org.springframework.security.web.context.SecurityContextPersistenceFilter@2e1b97dd, org.springframework.security.web.header.HeaderWriterFilter@70e39501, org.springframework.web.filter.CorsFilter@567ca3d2, org.springframework.security.web.csrf.CsrfFilter@8a26800, org.springframework.security.web.authentication.logout.LogoutFilter@6d6afae7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@63fd6222, org.springframework.security.web.session.ConcurrentSessionFilter@694de83a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3dd29d8d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7ba74aa1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@78453565, org.springframework.security.web.session.SessionManagementFilter@4dd45ea9, org.springframework.security.web.access.ExceptionTranslationFilter@2d83d284, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6e8813f3] -2021-12-09 18:21:58.125 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 18:21:58.126 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:21:58.720 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 18:21:58.751 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 18:21:58.751 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:21:58.751 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 18:21:58.766 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 18:21:58.767 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 6.405 seconds (JVM running for 1636162.095) -2021-12-09 18:21:58.820 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 18:22:00.559 INFO 16648 --- [http-nio-49612-exec-4] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 18:22:00.560 INFO 16648 --- [http-nio-49612-exec-4] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 18:22:00.569 INFO 16648 --- [http-nio-49612-exec-4] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms -2021-12-09 18:22:57.603 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] -2021-12-09 18:22:58.247 INFO 16648 --- [Thread-116] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 18:22:58.248 INFO 16648 --- [Thread-116] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[1 sessions]]]] -2021-12-09 18:22:58.248 INFO 16648 --- [Thread-116] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 18:22:58.252 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:22:58.253 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 18:22:58.253 INFO 16648 --- [Thread-116] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:22:58.254 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:22:58.255 INFO 16648 --- [Thread-116] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:22:58.267 INFO 16648 --- [Thread-116] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:22:58.268 INFO 16648 --- [Thread-116] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Shutdown initiated... -2021-12-09 18:22:58.278 INFO 16648 --- [Thread-116] com.zaxxer.hikari.HikariDataSource : HikariPool-17 - Shutdown completed. -2021-12-09 18:22:59.031 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 18:22:59.031 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 18:23:00.252 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 18:23:00.572 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 320ms. Found 35 repository interfaces. -2021-12-09 18:23:00.714 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:23:00.729 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:23:00.733 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:23:00.733 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@18f739a8' 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) -2021-12-09 18:23:00.739 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:23:00.746 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:23:00.747 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:23:00.747 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 18:23:00.756 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 18:23:00.935 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 18:23:00.938 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 18:23:00.938 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 18:23:00.996 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 18:23:00.996 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1964 ms -2021-12-09 18:23:01.001 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 18:23:01.407 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Starting... -2021-12-09 18:23:01.448 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Start completed. -2021-12-09 18:23:01.523 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 18:23:01.734 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 18:23:02.120 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 18:23:02.121 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 18:23:02.930 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 18:23:02.937 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 18:23:03.371 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 18:23:03.386 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 18:23:03.466 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 18:23:03.467 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 18:23:03.505 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 18:23:03.657 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 18:23:03.703 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@31bc0187, org.springframework.security.web.context.SecurityContextPersistenceFilter@360247f9, org.springframework.security.web.header.HeaderWriterFilter@62e40492, org.springframework.web.filter.CorsFilter@67aed2e2, org.springframework.security.web.csrf.CsrfFilter@115583a9, org.springframework.security.web.authentication.logout.LogoutFilter@6556e172, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@610146be, org.springframework.security.web.session.ConcurrentSessionFilter@14551a93, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7480153f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@596be94e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5938bf97, org.springframework.security.web.session.SessionManagementFilter@29209cd5, org.springframework.security.web.access.ExceptionTranslationFilter@39a37aca, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@aa691d9] -2021-12-09 18:23:03.709 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 18:23:03.709 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 18:23:04.226 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 18:23:04.252 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 18:23:04.253 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 18:23:04.253 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 18:23:04.268 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 18:23:04.269 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 5.432 seconds (JVM running for 1636227.597) -2021-12-09 18:23:04.300 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 18:23:06.858 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 18:23:06.860 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 18:23:06.868 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms -2021-12-09 18:24:03.399 INFO 16648 --- [MessageBroker-8] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 15] -2021-12-09 18:54:03.390 INFO 16648 --- [MessageBroker-1] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 478] -2021-12-09 19:00:40.095 INFO 16648 --- [Thread-123] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 19:00:40.097 INFO 16648 --- [Thread-123] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 19:00:40.098 INFO 16648 --- [Thread-123] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 19:00:40.111 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 19:00:40.117 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 19:00:40.121 INFO 16648 --- [Thread-123] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 19:00:40.125 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 19:00:40.126 INFO 16648 --- [Thread-123] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 19:00:40.148 INFO 16648 --- [Thread-123] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 19:00:40.186 INFO 16648 --- [Thread-123] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Shutdown initiated... -2021-12-09 19:00:40.335 INFO 16648 --- [Thread-123] com.zaxxer.hikari.HikariDataSource : HikariPool-18 - Shutdown completed. -2021-12-09 19:00:42.909 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 19:00:42.912 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 19:00:45.560 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 19:00:45.946 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 386ms. Found 35 repository interfaces. -2021-12-09 19:00:46.144 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 19:00:46.166 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 19:00:46.169 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 19:00:46.170 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@758053a3' 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) -2021-12-09 19:00:46.176 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 19:00:46.183 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 19:00:46.183 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 19:00:46.184 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 19:00:46.193 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 19:00:46.437 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 19:00:46.441 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 19:00:46.442 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 19:00:46.509 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 19:00:46.509 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3566 ms -2021-12-09 19:00:46.515 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 19:00:47.094 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Starting... -2021-12-09 19:00:47.155 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Start completed. -2021-12-09 19:00:47.318 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 19:00:47.660 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 19:00:48.568 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 19:00:48.569 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 19:00:49.955 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 19:00:49.976 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 19:00:50.801 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 19:00:50.852 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 19:00:51.016 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 19:00:51.016 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 19:00:51.016 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 19:00:51.017 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 19:00:51.119 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 19:00:51.350 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 19:00:51.407 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@111569cb, org.springframework.security.web.context.SecurityContextPersistenceFilter@53401bac, org.springframework.security.web.header.HeaderWriterFilter@6393c66b, org.springframework.web.filter.CorsFilter@f6d392c, org.springframework.security.web.csrf.CsrfFilter@18289280, org.springframework.security.web.authentication.logout.LogoutFilter@73187fec, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@20d399cf, org.springframework.security.web.session.ConcurrentSessionFilter@144ee06d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2e1d3f31, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@10b6a81f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1246add9, org.springframework.security.web.session.SessionManagementFilter@48aed76a, org.springframework.security.web.access.ExceptionTranslationFilter@304ee0e8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@46eb7bbb] -2021-12-09 19:00:51.415 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 19:00:51.415 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 19:00:52.514 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 19:00:52.602 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 19:00:52.602 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 19:00:52.603 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 19:00:52.639 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 19:00:52.641 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 10.48 seconds (JVM running for 1638495.969) -2021-12-09 19:00:52.700 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 19:01:50.851 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] -2021-12-09 20:16:44.929 WARN 16648 --- [HikariPool-19 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-19 - Thread starvation or clock leap detected (housekeeper delta=52m26s82ms223µs500ns). -2021-12-09 20:16:56.082 INFO 16648 --- [MessageBroker-7] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 0, completed tasks = 25] -2021-12-09 20:16:56.083 INFO 16648 --- [MessageBroker-7] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 2, queued tasks = 0, completed tasks = 26] -2021-12-09 20:17:00.967 INFO 16648 --- [Thread-130] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 20:17:00.969 INFO 16648 --- [Thread-130] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:17:00.969 INFO 16648 --- [Thread-130] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 20:17:00.972 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:17:00.972 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 20:17:00.973 INFO 16648 --- [Thread-130] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:17:00.974 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:17:00.974 INFO 16648 --- [Thread-130] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:17:00.981 INFO 16648 --- [Thread-130] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:17:00.982 INFO 16648 --- [Thread-130] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Shutdown initiated... -2021-12-09 20:17:00.995 INFO 16648 --- [Thread-130] com.zaxxer.hikari.HikariDataSource : HikariPool-19 - Shutdown completed. -2021-12-09 20:17:02.141 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 20:17:02.142 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 20:17:04.680 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 20:17:05.101 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 421ms. Found 35 repository interfaces. -2021-12-09 20:17:05.324 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:05.342 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:05.347 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:17:05.348 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@cb69c31' 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) -2021-12-09 20:17:05.355 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:05.364 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:05.365 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:05.366 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:17:05.376 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:05.637 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 20:17:05.641 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 20:17:05.642 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 20:17:05.715 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 20:17:05.715 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3541 ms -2021-12-09 20:17:05.721 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 20:17:06.226 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Starting... -2021-12-09 20:17:06.261 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Start completed. -2021-12-09 20:17:06.431 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 20:17:06.791 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 20:17:07.425 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 20:17:07.426 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:17:08.850 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:17:08.868 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:17:09.738 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:17:09.763 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 20:17:09.870 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 20:17:09.871 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 20:17:09.935 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 20:17:10.161 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 20:17:10.249 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3e78925f, org.springframework.security.web.context.SecurityContextPersistenceFilter@9d973ff, org.springframework.security.web.header.HeaderWriterFilter@20a4b854, org.springframework.web.filter.CorsFilter@79358688, org.springframework.security.web.csrf.CsrfFilter@2990400, org.springframework.security.web.authentication.logout.LogoutFilter@5ba20b78, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3ea1d66a, org.springframework.security.web.session.ConcurrentSessionFilter@1e3e9bd3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@c3a1c88, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3128ee8d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6a14f952, org.springframework.security.web.session.SessionManagementFilter@544d2c5e, org.springframework.security.web.access.ExceptionTranslationFilter@6faf0be0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a2722ae] -2021-12-09 20:17:10.260 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 20:17:10.260 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:17:11.058 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 20:17:11.112 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 20:17:11.113 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:17:11.113 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 20:17:11.135 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 20:17:11.137 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.589 seconds (JVM running for 1643077.065) -2021-12-09 20:17:11.169 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 20:17:27.845 INFO 16648 --- [Thread-136] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 20:17:27.846 INFO 16648 --- [Thread-136] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:17:27.846 INFO 16648 --- [Thread-136] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 20:17:27.848 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:17:27.849 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 20:17:27.850 INFO 16648 --- [Thread-136] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:17:27.851 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:17:27.851 INFO 16648 --- [Thread-136] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:17:27.860 INFO 16648 --- [Thread-136] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:17:27.862 INFO 16648 --- [Thread-136] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Shutdown initiated... -2021-12-09 20:17:27.873 INFO 16648 --- [Thread-136] com.zaxxer.hikari.HikariDataSource : HikariPool-20 - Shutdown completed. -2021-12-09 20:17:28.859 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 20:17:28.860 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 20:17:30.666 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 20:17:31.043 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 376ms. Found 35 repository interfaces. -2021-12-09 20:17:31.146 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:31.160 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:31.163 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:17:31.163 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@56693516' 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) -2021-12-09 20:17:31.167 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:31.171 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:31.171 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:31.171 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:17:31.176 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:31.307 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 20:17:31.309 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 20:17:31.309 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 20:17:31.345 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 20:17:31.345 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2484 ms -2021-12-09 20:17:31.348 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 20:17:31.754 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Starting... -2021-12-09 20:17:31.790 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Start completed. -2021-12-09 20:17:31.928 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 20:17:32.364 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 20:17:33.310 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 20:17:33.311 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:17:34.607 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:17:34.617 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:17:35.193 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:17:35.208 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 20:17:35.267 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 20:17:35.268 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 20:17:35.305 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 20:17:35.470 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 20:17:35.524 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7d2063d, org.springframework.security.web.context.SecurityContextPersistenceFilter@634423d4, org.springframework.security.web.header.HeaderWriterFilter@4a9d468a, org.springframework.web.filter.CorsFilter@79ca86a8, org.springframework.security.web.csrf.CsrfFilter@53fb2929, org.springframework.security.web.authentication.logout.LogoutFilter@f0ebb26, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6da79d3e, org.springframework.security.web.session.ConcurrentSessionFilter@270f2c1c, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@43cd8020, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@51bf12c1, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@a68433c, org.springframework.security.web.session.SessionManagementFilter@2d37faf2, org.springframework.security.web.access.ExceptionTranslationFilter@33eefc3d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@32082b36] -2021-12-09 20:17:35.529 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 20:17:35.530 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:17:36.100 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 20:17:36.154 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 20:17:36.154 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:17:36.155 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 20:17:36.176 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 20:17:36.177 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 7.71 seconds (JVM running for 1643102.105) -2021-12-09 20:17:36.208 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 20:17:44.814 INFO 16648 --- [Thread-142] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 20:17:44.815 INFO 16648 --- [Thread-142] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:17:44.815 INFO 16648 --- [Thread-142] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 20:17:44.818 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:17:44.819 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 20:17:44.819 INFO 16648 --- [Thread-142] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:17:44.820 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:17:44.821 INFO 16648 --- [Thread-142] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:17:44.829 INFO 16648 --- [Thread-142] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:17:44.830 INFO 16648 --- [Thread-142] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Shutdown initiated... -2021-12-09 20:17:44.846 INFO 16648 --- [Thread-142] com.zaxxer.hikari.HikariDataSource : HikariPool-21 - Shutdown completed. -2021-12-09 20:17:46.192 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 20:17:46.192 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 20:17:47.979 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 20:17:48.666 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 687ms. Found 35 repository interfaces. -2021-12-09 20:17:48.859 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:48.874 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:48.879 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:17:48.879 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@675b5d31' 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) -2021-12-09 20:17:48.885 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:48.891 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:48.891 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:48.892 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:17:48.897 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:17:49.123 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 20:17:49.130 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 20:17:49.130 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 20:17:49.198 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 20:17:49.198 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3000 ms -2021-12-09 20:17:49.202 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 20:17:49.844 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Starting... -2021-12-09 20:17:49.887 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Start completed. -2021-12-09 20:17:50.212 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 20:17:50.590 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 20:17:51.057 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 20:17:51.057 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:17:52.471 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:17:52.496 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:17:53.473 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:17:53.494 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 20:17:53.641 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 20:17:53.642 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 20:17:53.642 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 20:17:53.642 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 20:17:53.643 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 20:17:53.643 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 20:17:53.643 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 20:17:53.644 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 20:17:53.645 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 20:17:53.645 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 20:17:53.645 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 20:17:53.646 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 20:17:53.881 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 20:17:54.346 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 20:17:54.455 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@61caa9d, org.springframework.security.web.context.SecurityContextPersistenceFilter@57d35d27, org.springframework.security.web.header.HeaderWriterFilter@ba00ed2, org.springframework.web.filter.CorsFilter@281fe75f, org.springframework.security.web.csrf.CsrfFilter@438d0ce4, org.springframework.security.web.authentication.logout.LogoutFilter@790185d1, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@174934ba, org.springframework.security.web.session.ConcurrentSessionFilter@767f6533, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5c8e0f91, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@74da3084, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@41955f43, org.springframework.security.web.session.SessionManagementFilter@5dbea84c, org.springframework.security.web.access.ExceptionTranslationFilter@30d23be0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@47d5d6c1] -2021-12-09 20:17:54.468 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 20:17:54.470 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:17:55.387 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 20:17:55.471 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 20:17:55.471 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:17:55.472 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 20:17:55.502 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 20:17:55.506 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.916 seconds (JVM running for 1643121.434) -2021-12-09 20:17:55.547 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 20:18:16.221 INFO 16648 --- [Thread-148] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 20:18:16.226 INFO 16648 --- [Thread-148] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:18:16.226 INFO 16648 --- [Thread-148] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 20:18:16.229 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:18:16.230 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 20:18:16.230 INFO 16648 --- [Thread-148] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:18:16.232 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:18:16.232 INFO 16648 --- [Thread-148] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:18:16.240 INFO 16648 --- [Thread-148] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:18:16.243 INFO 16648 --- [Thread-148] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Shutdown initiated... -2021-12-09 20:18:16.263 INFO 16648 --- [Thread-148] com.zaxxer.hikari.HikariDataSource : HikariPool-22 - Shutdown completed. -2021-12-09 20:18:17.451 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 20:18:17.451 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 20:18:19.354 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 20:18:19.818 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 463ms. Found 35 repository interfaces. -2021-12-09 20:18:20.052 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:20.079 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:20.084 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:18:20.085 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@611280c' 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) -2021-12-09 20:18:20.092 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:20.100 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:20.101 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:20.101 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:18:20.108 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:20.337 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 20:18:20.341 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 20:18:20.342 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 20:18:20.400 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 20:18:20.400 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2947 ms -2021-12-09 20:18:20.406 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 20:18:20.806 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Starting... -2021-12-09 20:18:20.843 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Start completed. -2021-12-09 20:18:21.002 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 20:18:21.481 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 20:18:22.369 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 20:18:22.370 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:18:23.536 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:18:23.557 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:18:24.650 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:18:24.677 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 20:18:24.781 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 20:18:24.781 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 20:18:24.782 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 20:18:24.783 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 20:18:24.861 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 20:18:25.060 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 20:18:25.123 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@11a80a08, org.springframework.security.web.context.SecurityContextPersistenceFilter@7b72ac91, org.springframework.security.web.header.HeaderWriterFilter@31ccbd93, org.springframework.web.filter.CorsFilter@18bb354, org.springframework.security.web.csrf.CsrfFilter@5341464f, org.springframework.security.web.authentication.logout.LogoutFilter@3231b0d4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6ca72119, org.springframework.security.web.session.ConcurrentSessionFilter@2fd82fbd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2f06b649, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5c7ad921, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@79ea35d2, org.springframework.security.web.session.SessionManagementFilter@53641d7d, org.springframework.security.web.access.ExceptionTranslationFilter@287f802f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7a604f38] -2021-12-09 20:18:25.131 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 20:18:25.132 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:18:26.062 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 20:18:26.125 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 20:18:26.125 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:18:26.127 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 20:18:26.156 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 20:18:26.158 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.231 seconds (JVM running for 1643152.085) -2021-12-09 20:18:26.198 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 20:18:43.768 INFO 16648 --- [Thread-154] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 20:18:43.769 INFO 16648 --- [Thread-154] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:18:43.770 INFO 16648 --- [Thread-154] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 20:18:43.772 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:18:43.773 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 20:18:43.773 INFO 16648 --- [Thread-154] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:18:43.774 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:18:43.775 INFO 16648 --- [Thread-154] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:18:43.786 INFO 16648 --- [Thread-154] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:18:43.788 INFO 16648 --- [Thread-154] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Shutdown initiated... -2021-12-09 20:18:43.805 INFO 16648 --- [Thread-154] com.zaxxer.hikari.HikariDataSource : HikariPool-23 - Shutdown completed. -2021-12-09 20:18:45.078 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 20:18:45.078 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 20:18:47.678 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 20:18:48.438 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 759ms. Found 35 repository interfaces. -2021-12-09 20:18:48.812 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:48.851 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:48.857 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:18:48.858 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@74d1f3d3' 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) -2021-12-09 20:18:48.867 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:48.880 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:48.881 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:48.881 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:18:48.893 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:18:49.361 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 20:18:49.370 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 20:18:49.370 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 20:18:49.488 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 20:18:49.488 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4406 ms -2021-12-09 20:18:49.497 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 20:18:49.992 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Starting... -2021-12-09 20:18:50.014 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Start completed. -2021-12-09 20:18:50.126 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 20:18:50.487 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 20:18:51.317 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 20:18:51.317 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:18:52.371 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:18:52.379 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:18:53.270 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:18:53.306 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 20:18:53.472 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 20:18:53.474 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 20:18:53.566 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 20:18:53.821 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 20:18:53.874 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@56d70893, org.springframework.security.web.context.SecurityContextPersistenceFilter@5098902b, org.springframework.security.web.header.HeaderWriterFilter@8e32d06, org.springframework.web.filter.CorsFilter@1e39531e, org.springframework.security.web.csrf.CsrfFilter@4955aa5c, org.springframework.security.web.authentication.logout.LogoutFilter@3fe4ad57, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@30cef593, org.springframework.security.web.session.ConcurrentSessionFilter@77a704b8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@41020c23, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70a9f53e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67ff0efe, org.springframework.security.web.session.SessionManagementFilter@13c45bd6, org.springframework.security.web.access.ExceptionTranslationFilter@7a4bba75, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@53b55146] -2021-12-09 20:18:53.879 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 20:18:53.879 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:18:54.369 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 20:18:54.410 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 20:18:54.410 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:18:54.410 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 20:18:54.442 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 20:18:54.443 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.988 seconds (JVM running for 1643180.371) -2021-12-09 20:18:54.491 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 20:19:53.315 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] -2021-12-09 20:20:00.880 INFO 16648 --- [Thread-160] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 20:20:00.882 INFO 16648 --- [Thread-160] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:20:00.883 INFO 16648 --- [Thread-160] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 20:20:00.888 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:20:00.889 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 20:20:00.890 INFO 16648 --- [Thread-160] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:20:00.891 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:20:00.891 INFO 16648 --- [Thread-160] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:20:00.902 INFO 16648 --- [Thread-160] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:20:00.905 INFO 16648 --- [Thread-160] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Shutdown initiated... -2021-12-09 20:20:00.949 INFO 16648 --- [Thread-160] com.zaxxer.hikari.HikariDataSource : HikariPool-24 - Shutdown completed. -2021-12-09 20:20:02.176 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 20:20:02.177 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 20:20:04.891 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 20:20:05.310 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 418ms. Found 35 repository interfaces. -2021-12-09 20:20:05.561 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:20:05.593 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:20:05.597 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:20:05.598 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@1e66e4b' 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) -2021-12-09 20:20:05.606 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:20:05.615 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:20:05.617 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:20:05.617 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:20:05.627 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:20:05.951 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 20:20:05.960 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 20:20:05.960 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 20:20:06.087 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 20:20:06.087 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3906 ms -2021-12-09 20:20:06.094 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 20:20:06.703 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Starting... -2021-12-09 20:20:06.748 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Start completed. -2021-12-09 20:20:06.934 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 20:20:07.474 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 20:20:08.216 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 20:20:08.216 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:20:09.116 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:20:09.122 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:20:09.893 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:20:09.914 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 20:20:10.022 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 20:20:10.023 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 20:20:10.084 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 20:20:10.535 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 20:20:10.644 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f966fca, org.springframework.security.web.context.SecurityContextPersistenceFilter@127bfc4, org.springframework.security.web.header.HeaderWriterFilter@589f7ce0, org.springframework.web.filter.CorsFilter@cb900a9, org.springframework.security.web.csrf.CsrfFilter@39ea1ef6, org.springframework.security.web.authentication.logout.LogoutFilter@6e8349e7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@75bd7a45, org.springframework.security.web.session.ConcurrentSessionFilter@3446aa4e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@22fcab7c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f169a91, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@31ec1520, org.springframework.security.web.session.SessionManagementFilter@5db212a0, org.springframework.security.web.access.ExceptionTranslationFilter@42aeff55, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@460f7cf2] -2021-12-09 20:20:10.654 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 20:20:10.654 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:20:11.278 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 20:20:11.310 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 20:20:11.310 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:20:11.310 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 20:20:11.327 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 20:20:11.328 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 9.489 seconds (JVM running for 1643257.255) -2021-12-09 20:20:11.362 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 20:21:09.928 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] -2021-12-09 20:21:48.527 INFO 16648 --- [Thread-166] o.s.m.s.b.SimpleBrokerMessageHandler : Stopping... -2021-12-09 20:21:48.527 INFO 16648 --- [Thread-166] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=false, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:21:48.528 INFO 16648 --- [Thread-166] o.s.m.s.b.SimpleBrokerMessageHandler : Stopped. -2021-12-09 20:21:48.531 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:21:48.532 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'brokerChannelExecutor' -2021-12-09 20:21:48.533 INFO 16648 --- [Thread-166] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:21:48.534 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:21:48.535 INFO 16648 --- [Thread-166] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:21:48.552 INFO 16648 --- [Thread-166] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:21:48.554 INFO 16648 --- [Thread-166] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Shutdown initiated... -2021-12-09 20:21:48.587 INFO 16648 --- [Thread-166] com.zaxxer.hikari.HikariDataSource : HikariPool-25 - Shutdown completed. -2021-12-09 20:21:50.574 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Starting VueStarterApplication on DESKTOP-AFC5970 with PID 16648 (C:\Users\user\projects\Hr\target\classes started by user in C:\Users\user\projects\Hr) -2021-12-09 20:21:50.574 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : The following profiles are active: development -2021-12-09 20:21:53.329 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. -2021-12-09 20:21:53.973 INFO 16648 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 644ms. Found 35 repository interfaces. -2021-12-09 20:21:54.363 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8c2ca7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:21:54.409 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$9939f4e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:21:54.414 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:21:54.415 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@39984693' 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) -2021-12-09 20:21:54.429 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityConfig' of type [com.ogoma.vue_starter.vue_starter.config.MethodSecurityConfig$$EnhancerBySpringCGLIB$$46909ebb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:21:54.444 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration' of type [org.springframework.security.config.annotation.method.configuration.Jsr250MetadataSourceConfiguration$$EnhancerBySpringCGLIB$$e363afa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:21:54.446 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'jsr250MethodSecurityMetadataSource' of type [org.springframework.security.access.annotation.Jsr250MethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:21:54.446 INFO 16648 --- [restartedMain] trationDelegate$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) -2021-12-09 20:21:54.459 INFO 16648 --- [restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$800c79d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2021-12-09 20:21:54.899 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 49612 (http) -2021-12-09 20:21:54.913 INFO 16648 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] -2021-12-09 20:21:54.914 INFO 16648 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] -2021-12-09 20:21:55.043 INFO 16648 --- [restartedMain] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring embedded WebApplicationContext -2021-12-09 20:21:55.043 INFO 16648 --- [restartedMain] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4467 ms -2021-12-09 20:21:55.052 INFO 16648 --- [restartedMain] f.a.AutowiredAnnotationBeanPostProcessor : Autowired annotation should only be used on methods with parameters: org.springframework.security.web.AuthenticationEntryPoint com.ogoma.vue_starter.vue_starter.config.AppSecurityConfig.authenticationEntryPoint() -2021-12-09 20:21:55.990 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-26 - Starting... -2021-12-09 20:21:56.020 INFO 16648 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-26 - Start completed. -2021-12-09 20:21:56.226 INFO 16648 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2021-12-09 20:21:56.571 INFO 16648 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect -2021-12-09 20:21:57.552 INFO 16648 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2021-12-09 20:21:57.552 INFO 16648 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2021-12-09 20:21:59.092 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientInboundChannelExecutor' -2021-12-09 20:21:59.112 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'clientOutboundChannelExecutor' -2021-12-09 20:21:59.873 INFO 16648 --- [restartedMain] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'messageBrokerTaskScheduler' -2021-12-09 20:21:59.918 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'brokerChannelExecutor' -2021-12-09 20:22:00.081 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] -2021-12-09 20:22:00.081 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/dist/**'], [] -2021-12-09 20:22:00.081 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/static/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/scss/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/images/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/photos/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/plugins/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/theme/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/fonts.googleapis.com/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/.i.pravatar.cc'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/maxcdn.bootstrapcdn.com/**'], [] -2021-12-09 20:22:00.082 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/health'], [] -2021-12-09 20:22:00.188 WARN 16648 --- [restartedMain] aWebConfiguration$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 -2021-12-09 20:22:00.444 INFO 16648 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' -2021-12-09 20:22:00.517 INFO 16648 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@49e64027, org.springframework.security.web.context.SecurityContextPersistenceFilter@1558a1d0, org.springframework.security.web.header.HeaderWriterFilter@60ba4386, org.springframework.web.filter.CorsFilter@43e28918, org.springframework.security.web.csrf.CsrfFilter@f0f763c, org.springframework.security.web.authentication.logout.LogoutFilter@26776f5, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5be49344, org.springframework.security.web.session.ConcurrentSessionFilter@753c6728, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@27cc668e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@14f45664, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@66b35cc, org.springframework.security.web.session.SessionManagementFilter@1f64fbc, org.springframework.security.web.access.ExceptionTranslationFilter@4624d413, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@120af8d0] -2021-12-09 20:22:00.529 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService -2021-12-09 20:22:00.529 INFO 16648 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'threadPoolTaskExecutor' -2021-12-09 20:22:01.235 INFO 16648 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 -2021-12-09 20:22:01.289 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Starting... -2021-12-09 20:22:01.289 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [DefaultSubscriptionRegistry[cache[0 destination(s)], registry[0 sessions]]]] -2021-12-09 20:22:01.290 INFO 16648 --- [restartedMain] o.s.m.s.b.SimpleBrokerMessageHandler : Started. -2021-12-09 20:22:01.309 INFO 16648 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 49612 (http) with context path '' -2021-12-09 20:22:01.310 INFO 16648 --- [restartedMain] c.o.v.vue_starter.VueStarterApplication : Started VueStarterApplication in 11.858 seconds (JVM running for 1643367.237) -2021-12-09 20:22:01.354 INFO 16648 --- [restartedMain] .ConditionEvaluationDeltaLoggingListener : Condition evaluation unchanged -2021-12-09 20:22:22.094 INFO 16648 --- [http-nio-49612-exec-1] o.a.c.c.C.[Tomcat-2].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' -2021-12-09 20:22:22.096 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' -2021-12-09 20:22:22.109 INFO 16648 --- [http-nio-49612-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 13 ms -2021-12-09 20:22:59.928 INFO 16648 --- [MessageBroker-5] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[1 current WS(1)-HttpStream(0)-HttpPoll(0), 1 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(1)-CONNECTED(1)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 12, active threads = 0, queued tasks = 0, completed tasks = 12], outboundChannel[pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 2], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 3, completed tasks = 8] -2021-12-09 20:23:05.048 WARN 16648 --- [http-nio-49612-exec-7] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified with collection fetch; applying in memory! +2021-12-24 18:54:54.264 INFO 16648 --- [MessageBroker-2] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 3, active threads = 1, queued tasks = 1, completed tasks = 1] +2021-12-24 19:24:54.273 INFO 16648 --- [MessageBroker-4] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 32] +2021-12-24 19:46:45.227 WARN 16648 --- [HikariPool-49 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-49 - Thread starvation or clock leap detected (housekeeper delta=11m25s331ms995µs300ns). +2021-12-24 19:54:54.278 INFO 16648 --- [MessageBroker-8] o.s.w.s.c.WebSocketMessageBrokerStats : WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 8, active threads = 1, queued tasks = 1, completed tasks = 53] diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/TrainersController.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/TrainersController.java new file mode 100644 index 00000000..d2886023 --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/TrainersController.java @@ -0,0 +1,58 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training; + +import com.ogoma.vue_starter.vue_starter.boundaries.training.entities.Trainer; +import com.ogoma.vue_starter.vue_starter.boundaries.training.requests.TrainerRequest; +import com.ogoma.vue_starter.vue_starter.boundaries.training.services.TrainerService; +import com.ogoma.vue_starter.vue_starter.models.requests.PagedDataRequest; +import org.springframework.data.domain.Page; +import org.springframework.http.ResponseEntity; +import org.springframework.stereotype.Controller; +import org.springframework.web.bind.annotation.PathVariable; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RequestMethod; + +import javax.validation.Valid; +import java.util.Optional; + +@Controller +public class TrainersController { + private final TrainerService trainerService; + + public TrainersController(TrainerService trainerService) { + this.trainerService = trainerService; + } + + @RequestMapping(value = "api/trainers", method = RequestMethod.POST) + public ResponseEntity createTrainer(@RequestBody @Valid TrainerRequest trainer) { + this.trainerService.createTrainer(trainer); + return ResponseEntity.ok(trainer); + } + + @RequestMapping(value = "api/trainers", method = RequestMethod.GET) + public ResponseEntity getAllTrainers(PagedDataRequest pagedDataRequest) { + Page trainers = this.trainerService.getTrainers(pagedDataRequest); + return ResponseEntity.ok(trainers); + } + + @RequestMapping(value = "api/trainers/{id}", method = RequestMethod.GET) + public ResponseEntity getTrainer(@PathVariable("id") Long id) { + Optional trainer = this.trainerService.getTrainer(id); + return ResponseEntity.of(trainer); + } + @RequestMapping(value = "api/trainers/{id}", method = RequestMethod.PUT) + public ResponseEntity updateTrainer(@PathVariable Long id, + @RequestBody @Valid TrainerRequest trainerRequest){ + Optional trainer= + this.trainerService.updateTrainer(id,trainerRequest); + return ResponseEntity.of(trainer); + } + + + @RequestMapping(value = "api/trainers/{id}",method = RequestMethod.DELETE) + public ResponseEntity removeTrainer(@PathVariable Long id){ + this.trainerService.removeTrainer(id); + return ResponseEntity.ok("Trainer successfully removed"); + } +} + diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java index a9cd8fea..dbca418d 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Trainer.java @@ -4,6 +4,7 @@ import org.hibernate.annotations.UpdateTimestamp; import javax.persistence.*; +import javax.validation.constraints.NotBlank; import java.util.Date; @Entity @@ -15,9 +16,13 @@ public enum Status{ @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; + @NotBlank private String firstName; + @NotBlank private String lastName; + @NotBlank private String email; + @NotBlank private String description; private String role; private Status status; diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java index 792d3ed2..db633d25 100644 --- a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/entities/Training.java @@ -1,2 +1,111 @@ -package com.ogoma.vue_starter.vue_starter.boundaries.training.entities;public class Training { +package com.ogoma.vue_starter.vue_starter.boundaries.training.entities; + +import com.ogoma.vue_starter.vue_starter.boundaries.hr.employee_management.entities.Employee; +import org.hibernate.annotations.CreationTimestamp; +import org.hibernate.annotations.UpdateTimestamp; + +import javax.persistence.*; +import java.util.Date; +import java.util.List; + +@Entity +@Table(name = "trainings") +public class Training { + public enum Status{ + active, inactive + } + @Id + private Long id; + @ManyToOne + private Trainer trainer; + @ManyToOne + private TrainingType trainingType; + @OneToMany + private List employees; + private Date startDate; + private Date endDate; + private String description; + public Status status; + @Temporal(TemporalType.TIMESTAMP) + @CreationTimestamp + private Date createdAt; + @Temporal(TemporalType.TIMESTAMP) + @UpdateTimestamp + private Date updatedAt; + + public Long getId() { + return id; + } + + public Trainer getTrainer() { + return trainer; + } + + public void setTrainer(Trainer trainer) { + this.trainer = trainer; + } + + public TrainingType getTrainingType() { + return trainingType; + } + + public void setTrainingType(TrainingType trainingType) { + this.trainingType = trainingType; + } + + public List getEmployees() { + return employees; + } + + public void setEmployees(List employees) { + this.employees = employees; + } + + public Date getStartDate() { + return startDate; + } + + public void setStartDate(Date startDate) { + this.startDate = startDate; + } + + public Date getEndDate() { + return endDate; + } + + public void setEndDate(Date endDate) { + this.endDate = endDate; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public Status getStatus() { + return status; + } + + public void setStatus(Status status) { + this.status = status; + } + + public Date getCreatedAt() { + return createdAt; + } + + public void setCreatedAt(Date createdAt) { + this.createdAt = createdAt; + } + + public Date getUpdatedAt() { + return updatedAt; + } + + public void setUpdatedAt(Date updatedAt) { + this.updatedAt = updatedAt; + } } diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainersRepository.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainersRepository.java new file mode 100644 index 00000000..8ec5e714 --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainersRepository.java @@ -0,0 +1,9 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.repositories; + +import com.ogoma.vue_starter.vue_starter.boundaries.training.entities.Trainer; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.stereotype.Repository; + +@Repository +public interface TrainersRepository extends JpaRepository { +} diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingRepository.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingRepository.java new file mode 100644 index 00000000..f2554d35 --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingRepository.java @@ -0,0 +1,9 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.repositories; + +import com.ogoma.vue_starter.vue_starter.boundaries.training.entities.Training; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.stereotype.Repository; + +@Repository +public interface TrainingRepository extends JpaRepository { +} diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingTypeRepository.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingTypeRepository.java new file mode 100644 index 00000000..8e4c4309 --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/repositories/TrainingTypeRepository.java @@ -0,0 +1,9 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.repositories; + +import com.ogoma.vue_starter.vue_starter.boundaries.training.entities.TrainingType; +import org.springframework.data.jpa.repository.JpaRepository; +import org.springframework.stereotype.Repository; + +@Repository +public interface TrainingTypeRepository extends JpaRepository { +} diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/requests/TrainerRequest.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/requests/TrainerRequest.java new file mode 100644 index 00000000..d4510dce --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/requests/TrainerRequest.java @@ -0,0 +1,62 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.requests; + +import com.ogoma.vue_starter.vue_starter.boundaries.training.entities.Trainer; + +import java.util.Date; + +public class TrainerRequest { + private String firstName; + private String lastName; + private String email; + private String role; + private String description; + private Trainer.Status status; + + public String getFirstName() { + return firstName; + } + + public void setFirstName(String firstName) { + this.firstName = firstName; + } + + public String getLastName() { + return lastName; + } + + public void setLastName(String lastName) { + this.lastName = lastName; + } + + public String getEmail() { + return email; + } + + public void setEmail(String email) { + this.email = email; + } + + public String getRole() { + return role; + } + + public void setRole(String role) { + this.role = role; + } + + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public Trainer.Status getStatus() { + return status; + } + + public void setStatus(Trainer.Status status) { + this.status = status; + } +} diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainerService.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainerService.java new file mode 100644 index 00000000..5f9c4809 --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainerService.java @@ -0,0 +1,61 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.services; + +import com.ogoma.vue_starter.vue_starter.boundaries.training.entities.Trainer; +import com.ogoma.vue_starter.vue_starter.boundaries.training.repositories.TrainersRepository; +import com.ogoma.vue_starter.vue_starter.boundaries.training.requests.TrainerRequest; +import com.ogoma.vue_starter.vue_starter.models.requests.PagedDataRequest; +import org.springframework.data.domain.Page; +import org.springframework.stereotype.Service; + +import java.util.Optional; + +@Service +public class TrainerService { + private final TrainersRepository trainersRepository; + + public TrainerService(TrainersRepository trainersRepository) { + this.trainersRepository = trainersRepository; + } + + public Trainer createTrainer(TrainerRequest trainerRequest) { + Trainer trainer = new Trainer(); + trainer.setEmail(trainerRequest.getDescription()); + trainer.setLastName(trainerRequest.getLastName()); + trainer.setFirstName(trainerRequest.getFirstName()); + trainer.setRole(trainerRequest.getRole()); + trainer.setDescription(trainerRequest.getDescription()); + trainer.setStatus(trainerRequest.getStatus()); + this.trainersRepository.save(trainer); + return trainer; + } + + public Page getTrainers(PagedDataRequest pagedDataRequest) { + Page trainers = + this.trainersRepository.findAll(pagedDataRequest.toPageable()); + return trainers; + } + + public Optional getTrainer(Long id) { + Optional trainer = this.trainersRepository.findById(id); + return trainer; + } + + public void removeTrainer(Long id) { + this.trainersRepository.deleteById(id); + } + + public Optional updateTrainer(Long id, TrainerRequest trainerRequest) { + Optional trainer = this.trainersRepository.findById(id); + trainer.ifPresent(t -> { + t.setDescription(trainerRequest.getDescription()); + t.setEmail(trainerRequest.getDescription()); + t.setLastName(trainerRequest.getLastName()); + t.setFirstName(trainerRequest.getFirstName()); + t.setRole(trainerRequest.getRole()); + t.setStatus(trainerRequest.getStatus()); + this.trainersRepository.save(t); + }); + return trainer; + } +} + diff --git a/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainingService.java b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainingService.java new file mode 100644 index 00000000..b22a199c --- /dev/null +++ b/src/main/java/com/ogoma/vue_starter/vue_starter/boundaries/training/services/TrainingService.java @@ -0,0 +1,12 @@ +package com.ogoma.vue_starter.vue_starter.boundaries.training.services; + +import com.ogoma.vue_starter.vue_starter.boundaries.training.repositories.TrainingRepository; +import org.springframework.stereotype.Service; + +@Service +public class TrainingService { + private final TrainingRepository trainingRepository; + public TrainingService(TrainingRepository trainingRepository) { + this.trainingRepository = trainingRepository; + } +} diff --git a/src/main/resources/static/js/src/components/trainers/TrainerCreateForm.vue b/src/main/resources/static/js/src/components/trainers/TrainerCreateForm.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/main/resources/static/js/src/components/trainers/TrainersCreateFormModal.vue b/src/main/resources/static/js/src/components/trainers/TrainersCreateFormModal.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/main/resources/static/js/src/components/trainers/TrainersList.vue b/src/main/resources/static/js/src/components/trainers/TrainersList.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/main/resources/static/js/src/components/training/TrainersList.vue b/src/main/resources/static/js/src/components/training/TrainersList.vue new file mode 100644 index 00000000..e69de29b diff --git a/src/main/resources/static/js/src/components/training/TrainingCreateForm.vue b/src/main/resources/static/js/src/components/training/TrainingCreateForm.vue new file mode 100644 index 00000000..e69de29b