AnnaRadeva

error

Jun 2nd, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.61 KB | None | 0 0
  1. [email protected]:~ $ java -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:20:02,105 INFO [org.springframework.data.repository.config.RepositoryConfigurationDelegate] (main) Bootstrapping Spring Data repositories in DEFAULT mode.
  8. 2021-06-02 21:20:02,939 INFO [org.springframework.data.repository.config.RepositoryConfigurationDelegate] (main) Finished Spring Data repository scanning in 820ms. Found 72 repository interfaces.
  9. 2021-06-02 21:20:03,495 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$7e78774e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  10. 2021-06-02 21:20:03,588 INFO [org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping] (main) Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  11. 2021-06-02 21:20:03,615 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:20:03,656 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:20:03,660 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:20:03,662 INFO [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker] (main) Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@64bce832' 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:20:03,663 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:20:03,667 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:20:03,962 INFO [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] (main) Tomcat initialized with port(s): 8080 (http)
  18. 2021-06-02 21:20:03,975 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Initializing ProtocolHandler ["http-nio-8080"]
  19. 2021-06-02 21:20:03,978 INFO [org.apache.catalina.core.StandardService] (main) Starting service [Tomcat]
  20. 2021-06-02 21:20:03,979 INFO [org.apache.catalina.core.StandardEngine] (main) Starting Servlet engine: [Apache Tomcat/9.0.27]
  21. 2021-06-02 21:20:04,035 INFO [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]] (main) Initializing Spring embedded WebApplicationContext
  22. 2021-06-02 21:20:04,036 INFO [org.springframework.web.context.ContextLoader] (main) Root WebApplicationContext: initialization completed in 3426 ms
  23. 2021-06-02 21:20:04,389 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Starting...
  24. 2021-06-02 21:20:04,487 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Start completed.
  25. 2021-06-02 21:20:05,070 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOGLOCK
  26. 2021-06-02 21:20:05,075 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOGLOCK
  27. 2021-06-02 21:20:05,077 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT `LOCKED` FROM gradini.DATABASECHANGELOGLOCK WHERE ID=1
  28. 2021-06-02 21:20:05,093 INFO [liquibase.lockservice.StandardLockService] (main) Successfully acquired change log lock
  29. 2021-06-02 21:20:05,253 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT MD5SUM FROM gradini.DATABASECHANGELOG WHERE MD5SUM IS NOT NULL LIMIT 1
  30. 2021-06-02 21:20:05,253 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOG
  31. 2021-06-02 21:20:05,256 INFO [liquibase.changelog.StandardChangeLogHistoryService] (main) Reading from gradini.DATABASECHANGELOG
  32. 2021-06-02 21:20:05,256 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT * FROM gradini.DATABASECHANGELOG ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
  33. 2021-06-02 21:20:05,286 INFO [liquibase.lockservice.StandardLockService] (main) Successfully released change log lock
  34. 2021-06-02 21:20:05,405 INFO [org.hibernate.jpa.internal.util.LogHelper] (main) HHH000204: Processing PersistenceUnitInfo [name: default]
  35. 2021-06-02 21:20:05,506 INFO [org.hibernate.Version] (main) HHH000412: Hibernate Core {5.4.6.Final}
  36. 2021-06-02 21:20:05,695 INFO [org.hibernate.annotations.common.Version] (main) HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
  37. 2021-06-02 21:20:05,919 INFO [org.hibernate.dialect.Dialect] (main) HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
  38. 2021-06-02 21:20:05,973 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (main) Envers integration enabled? : true
  39. 2021-06-02 21:20:06,436 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:20:07,217 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:20:07,218 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:20:07,220 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:20:07,220 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:20:07,224 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:20:07,224 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:20:07,231 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:20:07,231 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:20:08,583 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:20:08,592 INFO [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (main) Initialized JPA EntityManagerFactory for persistence unit 'default'
  69. 2021-06-02 21:20:11,315 INFO [org.springframework.ws.soap.saaj.SaajSoapMessageFactory] (main) Creating SAAJ 1.3 MessageFactory with SOAP 1.1 Protocol
  70. 2021-06-02 21:20:13,354 INFO [org.springframework.security.web.DefaultSecurityFilterChain] (main) Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7cbede2b, org.springframework.security.web.context.SecurityContextPersistenceFilter@5d94ac8a, org.springframework.security.web.header.HeaderWriterFilter@55317c63, org.springframework.web.filter.CorsFilter@1ef04613, org.springframework.security.web.authentication.logout.LogoutFilter@72646d16, com.sirma.kg.security.JwtTokenFilter@2d3d4a54, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@104cfb24, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@582ea164, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@215c6ec0, org.springframework.security.web.session.SessionManagementFilter@42ef5216, org.springframework.security.web.access.ExceptionTranslationFilter@4dd752e8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3e71a1f8]
  71. 2021-06-02 21:20:13,678 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] (main) Initializing ExecutorService 'applicationTaskExecutor'
  72. 2021-06-02 21:20:13,926 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] (main) Initializing ExecutorService 'taskScheduler'
  73. 2021-06-02 21:20:13,940 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:20:13,940 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:20:13,973 INFO [org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver] (main) Exposing 2 endpoint(s) beneath base path '/actuator'
  76. 2021-06-02 21:20:14,041 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Starting ProtocolHandler ["http-nio-8080"]
  77. 2021-06-02 21:20:14,049 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Pausing ProtocolHandler ["http-nio-8080"]
  78. 2021-06-02 21:20:14,049 INFO [org.apache.catalina.core.StandardService] (main) Stopping service [Tomcat]
  79. 2021-06-02 21:20:14,053 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Stopping ProtocolHandler ["http-nio-8080"]
  80. 2021-06-02 21:20:14,053 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Destroying ProtocolHandler ["http-nio-8080"]
  81. 2021-06-02 21:20:14,056 INFO [org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener] (SimpleAsyncTaskExecutor-12)
  82.  
  83. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  84. 2021-06-02 21:20:14,066 ERROR [org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter] (main)
  85.  
  86. ***************************
  87. APPLICATION FAILED TO START
  88. ***************************
  89.  
  90. Description:
  91.  
  92. Web server failed to start. Port 8080 was already in use.
  93.  
  94. Action:
  95.  
  96. Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
  97.  
  98. 2021-06-02 21:20:14,069 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] (main) Shutting down ExecutorService 'taskScheduler'
  99. 2021-06-02 21:20:14,070 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] (main) Shutting down ExecutorService 'applicationTaskExecutor'
  100. 2021-06-02 21:20:14,094 INFO [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (main) Closing JPA EntityManagerFactory for persistence unit 'default'
  101. 2021-06-02 21:20:14,096 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Shutdown initiated...
  102. 2021-06-02 21:20:14,106 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Shutdown completed.
  103.  
Advertisement
Add Comment
Please, Sign In to add comment