question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Acrarium container keeps shutting down

See original GitHub issue

As I’m running Acrarium container under kubernetes i discovered that Kubernetes restarted the container 285 times as the app keeps shutting down after restart

Here is the complete log of the container from restart to shutdown:

                                          _
     /\                                  (_)
    /  \      ___   _ __    __ _   _ __   _   _   _   _ __ ___
   / /\ \    / __| | '__|  / _` | | '__| | | | | | | | '_ ` _ \
  / ____ \  | (__  | |    | (_| | | |    | | | |_| | | | | | | |
 /_/    \_\  \___| |_|     \__,_| |_|    |_|  \__,_| |_| |_| |_|

2021-04-01 10:29:52.686  INFO 1 --- [           main] com.faendir.acra.BackendApplicationKt    : Starting BackendApplicationKt v1.2.1 using Java 11.0.10 on likestory-acrarium-88ccccc48-rfpkx with PID 1 (/application/BOOT-INF/classes started by root in /application)
2021-04-01 10:29:52.692  INFO 1 --- [           main] com.faendir.acra.BackendApplicationKt    : No active profile set, falling back to default profiles: default
2021-04-01 10:29:53.026  INFO 1 --- [           main] o.s.c.a.ConfigurationClassParser         : Properties location [file:${user.home}/.config/acrarium/application.properties] not resolvable: /root/.config/acrarium/application.properties (No such file or directory)
2021-04-01 10:29:53.027  INFO 1 --- [           main] o.s.c.a.ConfigurationClassParser         : Properties location [file:${user.home}/.acra/application.properties] not resolvable: /root/.acra/application.properties (No such file or directory)
2021-04-01 10:29:56.625  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2021-04-01 10:29:56.779  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 139 ms. Found 0 JPA repository interfaces.
2021-04-01 10:29:57.571  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@75ed7512' 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-04-01 10:29:57.594  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : 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-04-01 10:29:58.307  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2021-04-01 10:29:58.330  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-04-01 10:29:58.330  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.43]
2021-04-01 10:29:58.449  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-04-01 10:29:58.449  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5589 ms
2021-04-01 10:29:59.550  INFO 1 --- [           main] c.v.f.s.VaadinServletContextInitializer  : Search for VaadinAppShell took 191 ms
2021-04-01 10:29:59.794  INFO 1 --- [           main] c.g.z.f.compression.CompressingFilter    : CompressingFilter has initialized
2021-04-01 10:30:00.233  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2021-04-01 10:30:00.565  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2021-04-01 10:30:01.232  INFO 1 --- [           main] liquibase.lockservice                    : Successfully acquired change log lock
2021-04-01 10:30:01.466  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.469  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.474  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.478  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.480  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.AddPrimaryKeyChange. Must add it to the Scope
2021-04-01 10:30:01.485  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.486  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.AddPrimaryKeyChange. Must add it to the Scope
2021-04-01 10:30:01.491  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.496  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.AddUniqueConstraintChange. Must add it to the Scope
2021-04-01 10:30:01.504  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.509  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.513  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.514  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.AddUniqueConstraintChange. Must add it to the Scope
2021-04-01 10:30:01.527  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.532  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.CreateTableChange. Must add it to the Scope
2021-04-01 10:30:01.532  INFO 1 --- [           main] liquibase.change                         : As of Liquibase 4.0, cannot set resource accessor on liquibase.change.core.AddPrimaryKeyChange. Must add it to the Scope
2021-04-01 10:30:01.769  INFO 1 --- [           main] liquibase.changelog                      : Reading from acrarium_db.DATABASECHANGELOG
2021-04-01 10:30:02.189  INFO 1 --- [           main] liquibase.lockservice                    : Successfully released change log lock
2021-04-01 10:30:02.209  INFO 1 --- [           main] liquibase.lockservice                    : Successfully acquired change log lock
Skipping auto-registration
2021-04-01 10:30:02.210  WARN 1 --- [           main] liquibase.hub                            : Skipping auto-registration
2021-04-01 10:30:02.237  INFO 1 --- [           main] liquibase.lockservice                    : Successfully released change log lock
2021-04-01 10:30:02.591  INFO 1 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2021-04-01 10:30:02.716  INFO 1 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.4.28.Final
2021-04-01 10:30:03.129  INFO 1 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-01 10:30:03.309  WARN 1 --- [           main] o.h.b.r.c.i.AggregatedServiceLoader      : HHH000505: Ignoring ServiceConfigurationError caught while trying to instantiate service 'interface org.hibernate.boot.spi.MetadataBuilderInitializer'.

java.util.ServiceConfigurationError: org.hibernate.boot.spi.MetadataBuilderInitializer: Provider com.faendir.acra.hibernate.ZonedDateTimeMetadataBuilderInitializer not found
	at java.base/java.util.ServiceLoader.fail(Unknown Source) ~[na:na]
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(Unknown Source) ~[na:na]
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(Unknown Source) ~[na:na]
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(Unknown Source) ~[na:na]
	at java.base/java.util.ServiceLoader$2.hasNext(Unknown Source) ~[na:na]
	at java.base/java.util.ServiceLoader$ProviderSpliterator.tryAdvance(Unknown Source) ~[na:na]
	at java.base/java.util.Spliterators$1Adapter.hasNext(Unknown Source) ~[na:na]
	at org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader$ClassPathAndModulePathAggregatedServiceLoader.hasNextIgnoringServiceConfigurationError(AggregatedServiceLoader.java:241) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader$ClassPathAndModulePathAggregatedServiceLoader.loadAll(AggregatedServiceLoader.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.boot.registry.classloading.internal.AggregatedServiceLoader$ClassPathAndModulePathAggregatedServiceLoader.getAll(AggregatedServiceLoader.java:187) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.loadJavaServices(ClassLoaderServiceImpl.java:251) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.boot.internal.MetadataBuilderImpl.<init>(MetadataBuilderImpl.java:140) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.boot.MetadataSources.getMetadataBuilder(MetadataSources.java:158) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:238) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:168) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.springframework.orm.jpa.vendor.SpringHibernateJpaPersistenceProvider.createContainerEntityManagerFactory(SpringHibernateJpaPersistenceProvider.java:52) ~[spring-orm-5.3.4.jar:5.3.4]
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.createNativeEntityManagerFactory(LocalContainerEntityManagerFactoryBean.java:365) ~[spring-orm-5.3.4.jar:5.3.4]
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.buildNativeEntityManagerFactory(AbstractEntityManagerFactoryBean.java:409) ~[spring-orm-5.3.4.jar:5.3.4]
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.afterPropertiesSet(AbstractEntityManagerFactoryBean.java:396) ~[spring-orm-5.3.4.jar:5.3.4]
	at org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean.afterPropertiesSet(LocalContainerEntityManagerFactoryBean.java:341) ~[spring-orm-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1845) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1782) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:602) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.4.jar:5.3.4]
	at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1153) ~[spring-context-5.3.4.jar:5.3.4]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:907) ~[spring-context-5.3.4.jar:5.3.4]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:582) ~[spring-context-5.3.4.jar:5.3.4]
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:144) ~[spring-boot-2.4.3.jar:2.4.3]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:767) ~[spring-boot-2.4.3.jar:2.4.3]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) ~[spring-boot-2.4.3.jar:2.4.3]
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:426) ~[spring-boot-2.4.3.jar:2.4.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:326) ~[spring-boot-2.4.3.jar:2.4.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1311) ~[spring-boot-2.4.3.jar:2.4.3]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300) ~[spring-boot-2.4.3.jar:2.4.3]
	at com.faendir.acra.BackendApplicationKt.main(BackendApplication.kt:43) ~[classes/:1.2.1]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
	at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[application/:na]
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) ~[application/:na]
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[application/:na]
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) ~[application/:na]

2021-04-01 10:30:03.415  INFO 1 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
2021-04-01 10:30:05.663  INFO 1 --- [           main] o.h.tuple.entity.EntityMetamodel         : HHH000157: Lazy property fetching available for: com.faendir.acra.model.Version
2021-04-01 10:30:06.071  INFO 1 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-01 10:30:06.091  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-04-01 10:30:06.816  WARN 1 --- [           main] JpaBaseConfiguration$JpaWebConfiguration : 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
2021-04-01 10:30:07.528  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure Regex [pattern='/report'] with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@77d771a2, org.springframework.security.web.context.SecurityContextPersistenceFilter@2a70c8d5, org.springframework.security.web.authentication.logout.LogoutFilter@5fc3333f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@87affb5, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2936f48a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7a696a6b, org.springframework.security.web.session.SessionManagementFilter@46e05384, org.springframework.security.web.access.ExceptionTranslationFilter@530dd2d7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3310bb28]
2021-04-01 10:30:07.536  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure Regex [pattern='/api/.*'] with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@72788282, org.springframework.security.web.context.SecurityContextPersistenceFilter@1362f4, org.springframework.security.web.authentication.logout.LogoutFilter@5a4f7911, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@286b48ce, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6e5506c9, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@446b74b9, org.springframework.security.web.session.SessionManagementFilter@2114955c, org.springframework.security.web.access.ExceptionTranslationFilter@7d0ae3d1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@66b16770]
2021-04-01 10:30:07.547  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest$EndpointRequestMatcher@70cc0601 with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4b27a3fc, org.springframework.security.web.context.SecurityContextPersistenceFilter@13b0755e, org.springframework.security.web.authentication.logout.LogoutFilter@65263248, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@76e5278a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@21259314, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@19f3c1f7, org.springframework.security.web.session.SessionManagementFilter@79e2aa2d, org.springframework.security.web.access.ExceptionTranslationFilter@72e950ef, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2b284acc]
2021-04-01 10:30:07.551  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@40e28324, org.springframework.security.web.context.SecurityContextPersistenceFilter@3ef2816a, org.springframework.security.web.authentication.logout.LogoutFilter@5e05f3eb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@71adea8d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@49842c0d, org.springframework.security.web.session.SessionManagementFilter@1b94df68, org.springframework.security.web.access.ExceptionTranslationFilter@6ddab96c]
2021-04-01 10:30:07.631  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3778cd05, org.springframework.security.web.context.SecurityContextPersistenceFilter@28261231, org.springframework.security.web.header.HeaderWriterFilter@1cf5236d, org.springframework.security.web.csrf.CsrfFilter@13437ce5, org.springframework.security.web.authentication.logout.LogoutFilter@735d1db7, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7856b790, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@302ab67e, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@7d5238b4, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7adf0ff9, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5f709e71, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6a2b30b9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@55a430b2, org.springframework.security.web.session.SessionManagementFilter@14d9d042, org.springframework.security.web.access.ExceptionTranslationFilter@5a9ccbfb, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3af8f1ef]
2021-04-01 10:30:08.176  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-01 10:30:09.053  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 15 endpoint(s) beneath base path '/actuator'
2021-04-01 10:30:09.288  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /*
2021-04-01 10:30:09.289  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler
2021-04-01 10:30:09.379  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation
2021-04-01 10:30:09.396  INFO 1 --- [           main] org.atmosphere.util.ForkJoinPool         : Using ForkJoinPool  java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power.
2021-04-01 10:30:09.407  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol 
2021-04-01 10:30:09.419  INFO 1 --- [           main] o.a.container.JSR356AsyncSupport         : JSR 356 Mapping path /vaadinServlet
2021-04-01 10:30:09.439  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installing Default AtmosphereInterceptors
2021-04-01 10:30:09.441  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
2021-04-01 10:30:09.442  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
2021-04-01 10:30:09.443  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
2021-04-01 10:30:09.445  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
2021-04-01 10:30:09.445  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor
2021-04-01 10:30:09.446  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
2021-04-01 10:30:09.447  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
2021-04-01 10:30:09.450  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
2021-04-01 10:30:09.450  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
2021-04-01 10:30:09.451  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
2021-04-01 10:30:09.452  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : 	org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
2021-04-01 10:30:09.452  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
2021-04-01 10:30:09.453  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT 
2021-04-01 10:30:09.454  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT 
2021-04-01 10:30:09.455  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT 
2021-04-01 10:30:09.456  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT 
2021-04-01 10:30:09.456  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT 
2021-04-01 10:30:09.456  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT 
2021-04-01 10:30:09.457  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT 
2021-04-01 10:30:09.457  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT 
2021-04-01 10:30:09.457  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT 
2021-04-01 10:30:09.458  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT 
2021-04-01 10:30:09.458  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
2021-04-01 10:30:09.459  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
2021-04-01 10:30:09.459  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
2021-04-01 10:30:09.459  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Broadcaster Shared List Resources: false
2021-04-01 10:30:09.460  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Broadcaster Polling Wait Time 100
2021-04-01 10:30:09.460  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Shared ExecutorService supported: true
2021-04-01 10:30:09.460  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor
2021-04-01 10:30:09.461  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Async I/O Thread Pool Size: 200
2021-04-01 10:30:09.461  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
2021-04-01 10:30:09.461  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory
2021-04-01 10:30:09.461  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
2021-04-01 10:30:09.467  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Invoke AtmosphereInterceptor on WebSocket message true
2021-04-01 10:30:09.468  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : HttpSession supported: true
2021-04-01 10:30:09.468  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Atmosphere is using org.atmosphere.inject.InjectableObjectFactory for dependency injection and object creation
2021-04-01 10:30:09.469  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Apache Tomcat/9.0.43 using javax.servlet/3.0 and jsr356/WebSocket API
2021-04-01 10:30:09.469  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Atmosphere Framework 2.4.30.slf4jvaadin1 started.
2021-04-01 10:30:09.476  INFO 1 --- [           main] org.atmosphere.cpr.AtmosphereFramework   : Installed AtmosphereInterceptor  Track Message Size Interceptor using | with priority BEFORE_DEFAULT 
2021-04-01 10:30:09.546  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2021-04-01 10:30:09.582  INFO 1 --- [           main] com.faendir.acra.BackendApplicationKt    : Started BackendApplicationKt in 18.163 seconds (JVM running for 19.101)
2021-04-01 10:30:49.114  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-01 10:30:49.115  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2021-04-01 10:30:49.123  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 8 ms
Hibernate: select user0_.`username` as username1_7_, user0_.`mail` as mail2_7_, user0_.`password` as password3_7_, permission2_.`user_username` as user_use1_8_1__, permission2_.`app_id` as app_id2_8_1__, permission2_.`level` as level3_8_1__, roles1_.`user_username` as user_use1_9_0__, roles1_.`roles` as roles2_9_0__ from `user` user0_ left outer join `user_roles` roles1_ on user0_.`username`=roles1_.`user_username` left outer join `user_permissions` permission2_ on user0_.`username`=permission2_.`user_username` where lower(user0_.`username`)=?
Hibernate: select user0_.`username` as username1_7_, user0_.`mail` as mail2_7_, user0_.`password` as password3_7_, permission2_.`user_username` as user_use1_8_1__, permission2_.`app_id` as app_id2_8_1__, permission2_.`level` as level3_8_1__, roles1_.`user_username` as user_use1_9_0__, roles1_.`roles` as roles2_9_0__ from `user` user0_ left outer join `user_roles` roles1_ on user0_.`username`=roles1_.`user_username` left outer join `user_permissions` permission2_ on user0_.`username`=permission2_.`user_username` where lower(user0_.`username`)=?
2021-04-01 10:31:39.913  INFO 1 --- [nio-8080-exec-3] c.v.f.s.DefaultDeploymentConfiguration   : Vaadin is running in production mode.
Hibernate: select 1 as col_0_0_ from `user` user0_ where ? in (select roles1_.`roles` from `user_roles` roles1_ where user0_.`username`=roles1_.`user_username`) limit ?
Hibernate: select user0_.`username` as username1_7_, user0_.`mail` as mail2_7_, user0_.`password` as password3_7_, permission2_.`user_username` as user_use1_8_1__, permission2_.`app_id` as app_id2_8_1__, permission2_.`level` as level3_8_1__, roles1_.`user_username` as user_use1_9_0__, roles1_.`roles` as roles2_9_0__ from `user` user0_ left outer join `user_roles` roles1_ on user0_.`username`=roles1_.`user_username` left outer join `user_permissions` permission2_ on user0_.`username`=permission2_.`user_username` where lower(user0_.`username`)=?
Hibernate: select count(app0_.`id`) as col_0_0_ from `app` app0_ where  not (exists (select 1 from `user` user1_ inner join `user_permissions` permission2_ on user1_.`username`=permission2_.`user_username` where user1_.`username`=? and permission2_.`app_id`=app0_.`id` and permission2_.`level`<?))
Hibernate: select app0_.`id` as col_0_0_, count(distinct bug1_.`id`) as col_1_0_, count(report3_.`id`) as col_2_0_, app0_.`id` as id1_0_, app0_.`min_score` as min_scor2_0_, app0_.`name` as name3_0_, app0_.`reporter_username` as reporter4_0_ from `app` app0_ left outer join `bug` bug1_ on (bug1_.`app_id`=app0_.`id`) left outer join `stacktrace` stacktrace2_ on (stacktrace2_.`bug_id`=bug1_.`id`) left outer join `report` report3_ on (report3_.`stacktrace_id`=stacktrace2_.`id`) where  not (exists (select 1 from `user` user4_ inner join `user_permissions` permission5_ on user4_.`username`=permission5_.`user_username` where user4_.`username`=? and permission5_.`app_id`=app0_.`id` and permission5_.`level`<?)) group by app0_.`id` limit ?
Hibernate: select user0_.`username` as username1_7_0_, user0_.`mail` as mail2_7_0_, user0_.`password` as password3_7_0_, permission1_.`user_username` as user_use1_8_1_, permission1_.`app_id` as app_id2_8_1_, permission1_.`level` as level3_8_1_, app2_.`id` as id1_0_2_, app2_.`min_score` as min_scor2_0_2_, app2_.`name` as name3_0_2_, app2_.`reporter_username` as reporter4_0_2_, roles3_.`user_username` as user_use1_9_3_, roles3_.`roles` as roles2_9_3_ from `user` user0_ left outer join `user_permissions` permission1_ on user0_.`username`=permission1_.`user_username` left outer join `app` app2_ on permission1_.`app_id`=app2_.`id` left outer join `user_roles` roles3_ on user0_.`username`=roles3_.`user_username` where user0_.`username`=?
Hibernate: select user0_.`username` as username1_7_, user0_.`mail` as mail2_7_, user0_.`password` as password3_7_, permission2_.`user_username` as user_use1_8_1__, permission2_.`app_id` as app_id2_8_1__, permission2_.`level` as level3_8_1__, roles1_.`user_username` as user_use1_9_0__, roles1_.`roles` as roles2_9_0__ from `user` user0_ left outer join `user_roles` roles1_ on user0_.`username`=roles1_.`user_username` left outer join `user_permissions` permission2_ on user0_.`username`=permission2_.`user_username` where lower(user0_.`username`)=?
2021-04-01 10:31:49.164  INFO 1 --- [extShutdownHook] c.g.z.f.compression.CompressingFilter    : CompressingFilter is being destroyed...
2021-04-01 10:31:49.194  INFO 1 --- [extShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor  : Shutting down ExecutorService 'applicationTaskExecutor'
2021-04-01 10:31:49.201  INFO 1 --- [extShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2021-04-01 10:31:49.211  INFO 1 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2021-04-01 10:31:49.245  INFO 1 --- [extShutdownHook] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
F43nd1rcommented, Jun 25, 2021
0reactions
F43nd1rcommented, Jul 16, 2021

@essare does that solve the original issue as well?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Find out Why Your Docker Container Keeps Crashing
Your Docker container is exiting without a useful error message? Here are a few ways to find out what's happening.
Read more >
How do you check why your docker container keeps shutting ...
I run docker-compose up and the container shuts down after like 45 min on our linux server, but I have no idea what's...
Read more >
FDA to Allow Closed Abbott Plant to Release Baby Formula ...
After ordering Abbott's Michigan plant to close due to contamination concerns following a nationwide recall of baby formula, the FDA said ...
Read more >
Georgia Aquarium Visitor Information
Georgia Aquarium Visitor Information for helpful tips to enhance visits. Plan your visit, building maps, parking, what you can and cannot bring with...
Read more >
API PROPER pH 7.0 Freshwater Aquarium Water pH ...
Contains one (1) API PROPER pH 7.0 Freshwater Aquarium Water pH Stabilizer 8.8-Ounce Container; Sets and stabilizes water pH to neutral to help...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found