2018-11-10 19:50:51.333 INFO 10680 --- [main] com.atos.manolito.ManolitoApplication : Starting ManolitoApplication v0.0.1-SNAPSHOT on MC0YZQBC with PID 10680 (C:\Program Files\Dynatrace\Dynatrace 7.2\agent\lib64\manolito-0.0.1-SNAPSHOT.jar started by A704739 in C:\Program Files\Dynatrace\Dynatrace 7.2\agent\lib64) 2018-11-10 19:50:51.333 INFO 10680 --- [main] com.atos.manolito.ManolitoApplication : No active profile set, falling back to default profiles: default 2018-11-10 19:50:51.458 INFO 10680 --- [main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@47f37ef1: startup date [Sat Nov 10 19:50:51 CET 2018]; root of context hierarchy 2018-11-10 19:50:54.750 INFO 10680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3a10ae48] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2018-11-10 19:50:54.843 INFO 10680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$d2be7682] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2018-11-10 19:50:54.859 INFO 10680 --- [main] 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) 2018-11-10 19:50:54.874 INFO 10680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@10683d9d' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2018-11-10 19:50:54.874 INFO 10680 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$f7931934] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2018-11-10 19:50:54.890 INFO 10680 --- [main] 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) 2018-11-10 19:50:55.867 INFO 10680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8084 (http) 2018-11-10 19:50:55.930 INFO 10680 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2018-11-10 19:50:55.930 INFO 10680 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.32 2018-11-10 19:50:55.945 INFO 10680 --- [localhost-startStop-1] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Python27\;C:\Python27\Scripts;C:\ProgramData\Boxstarter;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.8.0_171\bin;C:\Program Files\Java\jre1.8.0_181\bin;C:\Users\A704739\Desktop\apache-maven-3.5.4\bin;C:\Program Files\Git\cmd;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Users\A704739\AppData\Local\atom\bin;C:\Users\A704739\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\A704739\AppData\Roaming\npm;.] 2018-11-10 19:50:56.257 INFO 10680 --- [localhost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2018-11-10 19:50:57.162 INFO 10680 --- [localhost-startStop-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2018-11-10 19:50:57.521 INFO 10680 --- [localhost-startStop-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2018-11-10 19:50:57.646 INFO 10680 --- [localhost-startStop-1] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2018-11-10 19:51:00.438 INFO 10680 --- [localhost-startStop-1] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-11-10 19:51:01.398 INFO 10680 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] 2018-11-10 19:51:01.398 INFO 10680 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2018-11-10 19:51:01.398 INFO 10680 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*] 2018-11-10 19:51:01.398 INFO 10680 --- [localhost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*] 2018-11-10 19:51:01.414 INFO 10680 --- [localhost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*] 2018-11-10 19:51:01.414 INFO 10680 --- [localhost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/] 2018-11-10 19:51:01.967 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/resources/**'], [] 2018-11-10 19:51:01.983 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/static/**'], [] 2018-11-10 19:51:01.983 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], [] 2018-11-10 19:51:01.983 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], [] 2018-11-10 19:51:01.983 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/imgs/**'], [] 2018-11-10 19:51:01.983 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/errors/**'], [] 2018-11-10 19:51:01.998 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='error/**'], [] 2018-11-10 19:51:02.217 INFO 10680 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@729d991e, org.springframework.security.web.context.SecurityContextPersistenceFilter@43dac38f, org.springframework.security.web.header.HeaderWriterFilter@bae7dc0, org.springframework.security.web.csrf.CsrfFilter@58d75e99, org.springframework.security.web.authentication.logout.LogoutFilter@5a56cdac, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@316bcf94, org.springframework.security.web.session.ConcurrentSessionFilter@6392827e, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@c88a337, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1de76cc7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@31fa1761, org.springframework.security.web.session.SessionManagementFilter@e15b7e8, org.springframework.security.web.access.ExceptionTranslationFilter@52af26ee, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@f0da945] 2018-11-10 19:51:03.605 WARN 10680 --- [main] 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 2018-11-10 19:51:04.307 INFO 10680 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup 2018-11-10 19:51:04.307 INFO 10680 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure 2018-11-10 19:51:04.323 INFO 10680 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] 2018-11-10 19:51:04.432 INFO 10680 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8084 (http) with context path '' 2018-11-10 19:51:04.448 INFO 10680 --- [main] com.atos.manolito.ManolitoApplication : Started ManolitoApplication in 19.706 seconds (JVM running for 21.007) 2018-11-10 19:53:09.793 INFO 10680 --- [http-nio-8084-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet' 2018-11-10 19:53:10.001 INFO 10680 --- [http-nio-8084-exec-1] c.a.m.s.c.listener.SessionListener : session created 2018-11-10 19:53:10.178 INFO 10680 --- [http-nio-8084-exec-2] c.a.m.login.views.LoginController : METHOD: showLoginForm() -- PARAM error=null, logout:null 2018-11-10 19:53:10.179 INFO 10680 --- [http-nio-8084-exec-2] c.a.m.login.views.LoginController : Returning to login view 2018-11-10 19:53:10.180 INFO 10680 --- [http-nio-8084-exec-2] c.a.m.login.views.LoginController : METHOD: login() modelAndView: ModelAndView: reference to view with name 'login'; model is {error=null, blocked=null, logout=null, expired=, invalid=null, result=0} 2018-11-10 19:53:11.161 INFO 10680 --- [http-nio-8084-exec-4] c.a.m.login.views.LoginController : METHOD: showLoginForm() -- PARAM error=null, logout:null 2018-11-10 19:53:11.162 INFO 10680 --- [http-nio-8084-exec-4] c.a.m.login.views.LoginController : Returning to login view 2018-11-10 19:53:11.162 INFO 10680 --- [http-nio-8084-exec-4] c.a.m.login.views.LoginController : METHOD: login() modelAndView: ModelAndView: reference to view with name 'login'; model is {error=null, blocked=null, logout=null, expired=null, invalid=null, result=0} 2018-11-10 19:54:01.485 INFO 10680 --- [ContainerBackgroundProcessor[StandardEngine[Tomcat]]] c.a.m.s.c.listener.SessionListener : session destroyed