-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample.log
42 lines (42 loc) · 8 KB
/
sample.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2020-06-20 14:20:17,206 org.springframework.boot.StartupInfoLogger logStarting INFO Starting SpringBoot2SecurityCsrfExampleApplication on DELL with PID 6140 (E:\Boot7AM\SpringBoot2SecurityCsrfExample\target\classes started by User in E:\Boot7AM\SpringBoot2SecurityCsrfExample)
2020-06-20 14:20:17,213 org.springframework.boot.SpringApplication logStartupProfileInfo INFO No active profile set, falling back to default profiles: default
2020-06-20 14:20:17,394 org.springframework.boot.logging.DeferredLog logTo INFO Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2020-06-20 14:20:17,395 org.springframework.boot.logging.DeferredLog logTo INFO For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2020-06-20 14:20:20,700 org.springframework.data.repository.config.RepositoryConfigurationDelegate registerRepositoriesIn INFO Bootstrapping Spring Data JPA repositories in DEFERRED mode.
2020-06-20 14:20:20,942 org.springframework.data.repository.config.RepositoryConfigurationDelegate registerRepositoriesIn INFO Finished Spring Data repository scanning in 211ms. Found 1 JPA repository interfaces.
2020-06-20 14:20:23,496 org.springframework.boot.web.embedded.tomcat.TomcatWebServer initialize INFO Tomcat initialized with port(s): 8080 (http)
2020-06-20 14:20:23,517 org.apache.juli.logging.DirectJDKLog log INFO Starting service [Tomcat]
2020-06-20 14:20:23,518 org.apache.juli.logging.DirectJDKLog log INFO Starting Servlet engine: [Apache Tomcat/9.0.36]
2020-06-20 14:20:23,913 org.apache.juli.logging.DirectJDKLog log INFO Initializing Spring embedded WebApplicationContext
2020-06-20 14:20:23,915 org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext prepareWebApplicationContext INFO Root WebApplicationContext: initialization completed in 6518 ms
2020-06-20 14:20:24,076 com.zaxxer.hikari.HikariDataSource getConnection INFO HikariPool-1 - Starting...
2020-06-20 14:20:24,399 com.zaxxer.hikari.HikariDataSource getConnection INFO HikariPool-1 - Start completed.
2020-06-20 14:20:24,417 org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration lambda$h2Console$0 INFO H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:51eedd86-a92c-4a7a-85cd-a62290c4e9af'
2020-06-20 14:20:24,843 org.springframework.scheduling.concurrent.ExecutorConfigurationSupport initialize INFO Initializing ExecutorService 'applicationTaskExecutor'
2020-06-20 14:20:24,953 org.hibernate.jpa.internal.util.LogHelper logPersistenceUnitInformation INFO HHH000204: Processing PersistenceUnitInfo [name: default]
2020-06-20 14:20:25,066 org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration openEntityManagerInViewInterceptor WARN 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
2020-06-20 14:20:25,110 org.hibernate.Version logVersion INFO HHH000412: Hibernate ORM core version 5.4.17.Final
2020-06-20 14:20:25,479 org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit> INFO HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2020-06-20 14:20:25,540 org.springframework.security.web.DefaultSecurityFilterChain <init> INFO Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@552f91c7, org.springframework.security.web.context.SecurityContextPersistenceFilter@6c66268a, org.springframework.security.web.header.HeaderWriterFilter@2950969c, org.springframework.security.web.csrf.CsrfFilter@55c510e1, org.springframework.security.web.authentication.logout.LogoutFilter@5131fb14, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@331758f, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@54a8dd56, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@5157841, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@297b5ddd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6ed5be08, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@256dc200, org.springframework.security.web.session.SessionManagementFilter@f3d7746, org.springframework.security.web.access.ExceptionTranslationFilter@21bed97d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5913a4eb]
2020-06-20 14:20:25,857 org.hibernate.dialect.Dialect <init> INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-06-20 14:20:26,615 org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer startServer INFO LiveReload server is running on port 35729
2020-06-20 14:20:26,770 org.springframework.boot.web.embedded.tomcat.TomcatWebServer start INFO Tomcat started on port(s): 8080 (http) with context path ''
2020-06-20 14:20:26,776 org.springframework.data.repository.config.DeferredRepositoryInitializationListener onApplicationEvent INFO Triggering deferred initialization of Spring Data repositories…
2020-06-20 14:20:27,331 org.apache.juli.logging.DirectJDKLog log INFO Initializing Spring DispatcherServlet 'dispatcherServlet'
2020-06-20 14:20:27,332 org.springframework.web.servlet.FrameworkServlet initServletBean INFO Initializing Servlet 'dispatcherServlet'
2020-06-20 14:20:27,627 org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator initiateService INFO HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-06-20 14:20:27,647 org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-06-20 14:20:28,102 org.springframework.data.repository.config.DeferredRepositoryInitializationListener onApplicationEvent INFO Spring Data repositories initialized!
2020-06-20 14:20:28,121 org.springframework.web.servlet.FrameworkServlet initServletBean INFO Completed initialization in 788 ms
2020-06-20 14:20:28,161 org.springframework.boot.StartupInfoLogger logStarted INFO Started SpringBoot2SecurityCsrfExampleApplication in 11.851 seconds (JVM running for 14.163)
2020-06-20 14:20:28,241 in.nit.raghu.controller.StudentController showReg INFO Entered into show method
2020-06-20 14:20:42,251 in.nit.raghu.controller.StudentController showReg INFO Entered into show method
2020-06-20 14:20:50,574 org.apache.juli.logging.DirectJDKLog log WARN Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [357] milliseconds.
2020-06-20 14:20:58,429 in.nit.raghu.controller.StudentController showReg INFO Entered into show method
2020-06-20 14:22:20,631 org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin shutdown INFO Application shutdown requested.
2020-06-20 14:22:20,951 org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO Closing JPA EntityManagerFactory for persistence unit 'default'
2020-06-20 14:22:20,954 org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl perform INFO HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-06-20 14:22:20,977 org.springframework.scheduling.concurrent.ExecutorConfigurationSupport shutdown INFO Shutting down ExecutorService 'applicationTaskExecutor'
2020-06-20 14:22:21,225 org.springframework.beans.factory.support.DisposableBeanAdapter destroy WARN Invocation of destroy method failed on bean with name 'inMemoryDatabaseShutdownExecutor': org.h2.jdbc.JdbcSQLNonTransientConnectionException: Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-200]
2020-06-20 14:22:21,228 com.zaxxer.hikari.HikariDataSource close INFO HikariPool-1 - Shutdown initiated...
2020-06-20 14:22:21,238 com.zaxxer.hikari.HikariDataSource close INFO HikariPool-1 - Shutdown completed.