Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [email protected]:~ $ java -jar /opt/kg-backend/backend.jar -rating
- SLF4J: Class path contains multiple SLF4J bindings.
- 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]
- 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]
- SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
- SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
- 2021-06-02 21:20:02,105 INFO [org.springframework.data.repository.config.RepositoryConfigurationDelegate] (main) Bootstrapping Spring Data repositories in DEFAULT mode.
- 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.
- 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)
- 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]
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- 2021-06-02 21:20:03,962 INFO [org.springframework.boot.web.embedded.tomcat.TomcatWebServer] (main) Tomcat initialized with port(s): 8080 (http)
- 2021-06-02 21:20:03,975 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Initializing ProtocolHandler ["http-nio-8080"]
- 2021-06-02 21:20:03,978 INFO [org.apache.catalina.core.StandardService] (main) Starting service [Tomcat]
- 2021-06-02 21:20:03,979 INFO [org.apache.catalina.core.StandardEngine] (main) Starting Servlet engine: [Apache Tomcat/9.0.27]
- 2021-06-02 21:20:04,035 INFO [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/]] (main) Initializing Spring embedded WebApplicationContext
- 2021-06-02 21:20:04,036 INFO [org.springframework.web.context.ContextLoader] (main) Root WebApplicationContext: initialization completed in 3426 ms
- 2021-06-02 21:20:04,389 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Starting...
- 2021-06-02 21:20:04,487 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Start completed.
- 2021-06-02 21:20:05,070 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOGLOCK
- 2021-06-02 21:20:05,075 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOGLOCK
- 2021-06-02 21:20:05,077 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT `LOCKED` FROM gradini.DATABASECHANGELOGLOCK WHERE ID=1
- 2021-06-02 21:20:05,093 INFO [liquibase.lockservice.StandardLockService] (main) Successfully acquired change log lock
- 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
- 2021-06-02 21:20:05,253 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT COUNT(*) FROM gradini.DATABASECHANGELOG
- 2021-06-02 21:20:05,256 INFO [liquibase.changelog.StandardChangeLogHistoryService] (main) Reading from gradini.DATABASECHANGELOG
- 2021-06-02 21:20:05,256 INFO [liquibase.executor.jvm.JdbcExecutor] (main) SELECT * FROM gradini.DATABASECHANGELOG ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC
- 2021-06-02 21:20:05,286 INFO [liquibase.lockservice.StandardLockService] (main) Successfully released change log lock
- 2021-06-02 21:20:05,405 INFO [org.hibernate.jpa.internal.util.LogHelper] (main) HHH000204: Processing PersistenceUnitInfo [name: default]
- 2021-06-02 21:20:05,506 INFO [org.hibernate.Version] (main) HHH000412: Hibernate Core {5.4.6.Final}
- 2021-06-02 21:20:05,695 INFO [org.hibernate.annotations.common.Version] (main) HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
- 2021-06-02 21:20:05,919 INFO [org.hibernate.dialect.Dialect] (main) HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
- 2021-06-02 21:20:05,973 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (main) Envers integration enabled? : true
- 2021-06-02 21:20:06,436 INFO [Hibernate Types] (main) This framework is proudly powered by:
- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- _ _ _ _
- | | | | (_) | |
- | |__| |_ _ _ __ ___ _ __ ___ _ ___| |_ ___ _ __ ___ ___
- | __ | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \
- | | | | |_| | |_) | __/ | \__ \ \__ \ || __/ | | | (_| __/
- |_| |_|\__, | .__/ \___|_| |___/_|___/\__\___|_| |_|\___\___|
- __/ | |
- |___/|_|
- At Hypersistence, we only build amazing tools, like Hibernate Types, Flexy Pool, or Hypersistence Optimizer.
- What if there was a tool that couuld automatically detect JPA and Hibernate performance issues?
- Hypersistence Optimizer is that tool!
- For more details, go to:
- https://vladmihalcea.com/hypersistence-optimizer/
- <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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]
- 2021-06-02 21:20:08,592 INFO [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (main) Initialized JPA EntityManagerFactory for persistence unit 'default'
- 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
- 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]
- 2021-06-02 21:20:13,678 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] (main) Initializing ExecutorService 'applicationTaskExecutor'
- 2021-06-02 21:20:13,926 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] (main) Initializing ExecutorService 'taskScheduler'
- 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
- 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
- 2021-06-02 21:20:13,973 INFO [org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver] (main) Exposing 2 endpoint(s) beneath base path '/actuator'
- 2021-06-02 21:20:14,041 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Starting ProtocolHandler ["http-nio-8080"]
- 2021-06-02 21:20:14,049 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Pausing ProtocolHandler ["http-nio-8080"]
- 2021-06-02 21:20:14,049 INFO [org.apache.catalina.core.StandardService] (main) Stopping service [Tomcat]
- 2021-06-02 21:20:14,053 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Stopping ProtocolHandler ["http-nio-8080"]
- 2021-06-02 21:20:14,053 INFO [org.apache.coyote.http11.Http11NioProtocol] (main) Destroying ProtocolHandler ["http-nio-8080"]
- 2021-06-02 21:20:14,056 INFO [org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener] (SimpleAsyncTaskExecutor-12)
- Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
- 2021-06-02 21:20:14,066 ERROR [org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter] (main)
- ***************************
- APPLICATION FAILED TO START
- ***************************
- Description:
- Web server failed to start. Port 8080 was already in use.
- Action:
- Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
- 2021-06-02 21:20:14,069 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler] (main) Shutting down ExecutorService 'taskScheduler'
- 2021-06-02 21:20:14,070 INFO [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor] (main) Shutting down ExecutorService 'applicationTaskExecutor'
- 2021-06-02 21:20:14,094 INFO [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] (main) Closing JPA EntityManagerFactory for persistence unit 'default'
- 2021-06-02 21:20:14,096 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Shutdown initiated...
- 2021-06-02 21:20:14,106 INFO [com.zaxxer.hikari.HikariDataSource] (main) HikariPool-1 - Shutdown completed.
Advertisement
Add Comment
Please, Sign In to add comment