AnnaRadeva

log

Jun 2nd, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.65 KB | None | 0 0
  1. [email protected]:~ $ java -Dserver.port=9999 -jar /opt/kg-backend/backend.jar -rating
  2. SLF4J: Class path contains multiple SLF4J bindings.
  3. SLF4J: Found binding in [jar:file:/opt/kg-backend/backend.jar!/BOOT-INF/lib/log4j-slf4j-impl-2.12.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  4. SLF4J: Found binding in [jar:file:/opt/kg-backend/backend.jar!/BOOT-INF/lib/slf4j-log4j12-1.7.28.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  5. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  6. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
  7. 2021-06-02 21:28:41,588 INFO [org.springframework.data.repository.config.RepositoryConfigurationDelegate] (main) Bootstrapping Spring Data repositories in DEFAULT mode.
  8. 2021-06-02 21:28:42,248 INFO [org.springframework.data.repository.config.RepositoryConfigurationDelegate] (main) Finished Spring Data repository scanning in 646ms. Found 72 repository interfaces.
  9. 2021-06-02 21:28:42,949 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$29de3021] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  10. 2021-06-02 21:28:43,039 INFO [org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping] (main) Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  11. 2021-06-02 21:28:43,067 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  12. 2021-06-02 21:28:43,114 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  13. 2021-06-02 21:28:43,118 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) 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)
  14. 2021-06-02 21:28:43,121 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@5a755cc1' 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)
  15. 2021-06-02 21:28:43,124 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16. 2021-06-02 21:28:43,128 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) 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)
  17. 2021-06-02 21:28:43,439 INFO [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] (main) Tomcat initialized with port(s): 9999 (http)
  18. 2021-06-02 21:28:43,452 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Initializing ProtocolHandler ["http-nio-9999"]
  19. 2021-06-02 21:28:43,454 INFO [org.apache.catalina.core.StandardService] (main) Starting service [Tomcat]
  20. 2021-06-02 21:28:43,456 INFO [org.apache.catalina.core.StandardEngine] (main) Starting Servlet engine: [Apache Tomcat/9.0.27]
  21. 2021-06-02 21:28:43,513 INFO [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]] (main) Initializing Spring embedded WebApplicationContext
  22. 2021-06-02 21:28:43,513 INFO [org.springframework.web.context.ContextLoader] (main) Root WebApplicationContext: initialization completed in 3396 ms
  23. 2021-06-02 21:28:43,878 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Starting...
  24. 2021-06-02 21:28:43,964 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Start completed.
  25. 2021-06-02 21:28:44,503 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOGLOCK
  26. 2021-06-02 21:28:44,509 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOGLOCK
  27. 2021-06-02 21:28:44,511 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT `LOCKED` FROM gradini.DATABASECHANGELOGLOCK WHERE ID=1
  28. 2021-06-02 21:28:44,526 INFO [liquibase.lockservice.StandardLockService] (main) Successfully acquired change log lock
  29. 2021-06-02 21:28:44,685 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT MD5SUM FROM gradini.DATABASECHANGELOG WHERE MD5SUM IS NOT NULL LIMIT 1
  30. 2021-06-02 21:28:44,686 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOG
  31. 2021-06-02 21:28:44,688 INFO [liquibase.changelog.StandardChangeLogHistoryService] (main) Reading from gradini.DATABASECHANGELOG
  32. 2021-06-02 21:28:44,689 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT * FROM gradini.DATABASECHANGELOG ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  33. 2021-06-02 21:28:44,718 INFO [liquibase.lockservice.StandardLockService] (main) Successfully released change log lock
  34. 2021-06-02 21:28:44,841 INFO [org.hibernate.jpa.internal.util.LogHelper] (main) HHH000204: Processing PersistenceUnitInfo [name: default]
  35. 2021-06-02 21:28:44,942 INFO [org.hibernate.Version] (main) HHH000412: Hibernate Core {5.4.6.Final}
  36. 2021-06-02 21:28:45,129 INFO [org.hibernate.annotations.common.Version] (main) HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
  37. 2021-06-02 21:28:45,298 INFO [org.hibernate.dialect.Dialect] (main) HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
  38. 2021-06-02 21:28:45,369 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (main) Envers integration enabled? : true
  39. 2021-06-02 21:28:45,932 INFO [Hibernate Types] (main) This framework is proudly powered by:
  40.  
  41. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  42. _ _ _ _
  43. | | | | (_) | |
  44. | |__| |_ _ _ __ ___ _ __ ___ _ ___| |_ ___ _ __ ___ ___
  45. | __ | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \
  46. | | | | |_| | |_) | __/ | \__ \ \__ \ || __/ | | | (_| __/
  47. |_| |_|\__, | .__/ \___|_| |___/_|___/\__\___|_| |_|\___\___|
  48. __/ | |
  49. |___/|_|
  50.  
  51. At Hypersistence, we only build amazing tools, like Hibernate Types, Flexy Pool, or Hypersistence Optimizer.
  52. What if there was a tool that couuld automatically detect JPA and Hibernate performance issues?
  53. Hypersistence Optimizer is that tool!
  54. For more details, go to:
  55.  
  56. https://vladmihalcea.com/hypersistence-optimizer/
  57. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  58.  
  59. 2021-06-02 21:28:46,705 WARN [org.hibernate.mapping.RootClass] (main) HHH000038: Composite-id class does not override equals(): com.sirma.kg.entity.kindergarden.ChildEntryNumberPK
  60. 2021-06-02 21:28:46,705 WARN [org.hibernate.mapping.RootClass] (main) HHH000039: Composite-id class does not override hashCode(): com.sirma.kg.entity.kindergarden.ChildEntryNumberPK
  61. 2021-06-02 21:28:46,708 WARN [org.hibernate.mapping.RootClass] (main) HHH000038: Composite-id class does not override equals(): com.sirma.kg.entity.kindergarden.LinkedDocumentsId
  62. 2021-06-02 21:28:46,708 WARN [org.hibernate.mapping.RootClass] (main) HHH000039: Composite-id class does not override hashCode(): com.sirma.kg.entity.kindergarden.LinkedDocumentsId
  63. 2021-06-02 21:28:46,711 WARN [org.hibernate.mapping.RootClass] (main) HHH000038: Composite-id class does not override equals(): com.sirma.kg.entity.person.CriteriaSnapshotId
  64. 2021-06-02 21:28:46,711 WARN [org.hibernate.mapping.RootClass] (main) HHH000039: Composite-id class does not override hashCode(): com.sirma.kg.entity.person.CriteriaSnapshotId
  65. 2021-06-02 21:28:46,719 WARN [org.hibernate.mapping.RootClass] (main) HHH000038: Composite-id class does not override equals(): com.sirma.kg.entity.communication.AddressDetailsPK
  66. 2021-06-02 21:28:46,719 WARN [org.hibernate.mapping.RootClass] (main) HHH000039: Composite-id class does not override hashCode(): com.sirma.kg.entity.communication.AddressDetailsPK
  67. 2021-06-02 21:28:48,115 INFO [org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator] (main) HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  68. 2021-06-02 21:28:48,124 INFO [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (main) Initialized JPA EntityManagerFactory for persistence unit 'default'
  69. 2021-06-02 21:28:51,399 INFO [org.springframework.ws.soap.saaj.SaajSoapMessageFactory] (main) Creating SAAJ 1.3 MessageFactory with SOAP 1.1 Protocol
  70. 2021-06-02 21:28:53,533 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (main) Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5340ccb9, org.springframework.security.web.context.SecurityContextPersistenceFilter@4203529f, org.springframework.security.web.header.HeaderWriterFilter@3387ab0, org.springframework.web.filter.CorsFilter@2bc8caa7, org.springframework.security.web.authentication.logout.LogoutFilter@1b5f960a, com.sirma.kg.security.JwtTokenFilter@582ea164, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2aaa89c2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@69ac5752, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2fccf49e, org.springframework.security.web.session.SessionManagementFilter@6b278b17, org.springframework.security.web.access.ExceptionTranslationFilter@780a91d0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@288b73c1]
  71. 2021-06-02 21:28:53,898 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] (main) Initializing ExecutorService 'applicationTaskExecutor'
  72. 2021-06-02 21:28:54,149 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] (main) Initializing ExecutorService 'taskScheduler'
  73. 2021-06-02 21:28:54,165 WARN [org.springframework.xml.transform.TransformerFactoryUtils] (main) http://javax.xml.XMLConstants/property/accessExternalDTD property not supported by org.apache.xalan.processor.TransformerFactoryImpl
  74. 2021-06-02 21:28:54,165 WARN [org.springframework.xml.transform.TransformerFactoryUtils] (main) http://javax.xml.XMLConstants/property/accessExternalStylesheet property not supported by org.apache.xalan.processor.TransformerFactoryImpl
  75. 2021-06-02 21:28:54,200 INFO [org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver] (main) Exposing 2 endpoint(s) beneath base path '/actuator'
  76. 2021-06-02 21:28:54,265 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Starting ProtocolHandler ["http-nio-9999"]
  77. 2021-06-02 21:28:54,285 INFO [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] (main) Tomcat started on port(s): 9999 (http) with context path ''
  78. 2021-06-02 21:28:56,917 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] (main) Shutting down ExecutorService 'taskScheduler'
  79. 2021-06-02 21:28:56,919 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] (main) Shutting down ExecutorService 'applicationTaskExecutor'
  80. 2021-06-02 21:28:56,945 INFO [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (main) Closing JPA EntityManagerFactory for persistence unit 'default'
  81. 2021-06-02 21:28:56,946 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Shutdown initiated...
  82. 2021-06-02 21:28:56,959 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Shutdown completed.
  83.  
Advertisement
Add Comment
Please, Sign In to add comment