Created
May 25, 2020 15:06
-
-
Save mxmtrms/ff12e2481d0ccc2781f15a961de6eab9 to your computer and use it in GitHub Desktop.
Backend Logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Spring Boot :: (v2.1.6.RELEASE) | |
2020-05-25 14:31:45.564 INFO 1 --- [ main] ru.sensoric.Application : Starting Application v1.0-SNAPSHOT on ff7453199c87 with PID 1 (/usr/app/back.jar started by root in /) | |
2020-05-25 14:31:45.569 INFO 1 --- [ main] ru.sensoric.Application : No active profile set, falling back to default profiles: default | |
2020-05-25 14:31:48.403 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode. | |
2020-05-25 14:31:48.623 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 197ms. Found 5 repository interfaces. | |
2020-05-25 14:31:49.472 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$dcbe315] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2020-05-25 14:31:50.068 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) | |
2020-05-25 14:31:50.126 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] | |
2020-05-25 14:31:50.126 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.21] | |
2020-05-25 14:31:50.281 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2020-05-25 14:31:50.282 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4593 ms | |
2020-05-25 14:31:51.062 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... | |
2020-05-25 14:31:51.254 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. | |
2020-05-25 14:31:51.534 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ | |
name: default | |
...] | |
2020-05-25 14:31:51.941 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {5.3.10.Final} | |
2020-05-25 14:31:51.945 INFO 1 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found | |
2020-05-25 14:31:52.770 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.0.4.Final} | |
2020-05-25 14:31:53.433 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL95Dialect | |
2020-05-25 14:31:53.593 INFO 1 --- [ main] o.h.e.j.e.i.LobCreatorBuilderImpl : HHH000421: Disabling contextual LOB creation as hibernate.jdbc.lob.non_contextual_creation is true | |
2020-05-25 14:31:53.604 INFO 1 --- [ main] org.hibernate.type.BasicTypeRegistry : HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@5dafbe45 | |
2020-05-25 14:31:54.884 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' | |
2020-05-25 14:31:55.850 WARN 1 --- [ 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 | |
2020-05-25 14:31:56.033 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@54d18072, org.springframework.security.web.context.SecurityContextPersistenceFilter@5829e4f4, org.springframework.security.web.header.HeaderWriterFilter@5cbe877d, org.springframework.web.filter.CorsFilter@1506f20f, org.springframework.security.web.authentication.logout.LogoutFilter@4566d049, ru.sensoric.security.JwtAuthenticationFilter@73a2e526, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4bff64c2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@c2db68f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@47a5b70d, org.springframework.security.web.session.SessionManagementFilter@4cf8b2dc, org.springframework.security.web.access.ExceptionTranslationFilter@7e8dcdaa, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5a411614] | |
2020-05-25 14:31:56.233 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' | |
2020-05-25 14:31:56.871 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' | |
2020-05-25 14:31:56.874 INFO 1 --- [ main] ru.sensoric.Application : Started Application in 12.401 seconds (JVM running for 14.291) | |
2020-05-25 14:31:56.914 INFO 1 --- [ main] o.h.h.i.QueryTranslatorFactoryInitiator : HHH000397: Using ASTQueryTranslatorFactory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment