Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2022-08-03T17:10:13.470811+00:00 app[web.1]: =========|_|==============|___/=/_/_/_/
- 2022-08-03T17:10:13.471860+00:00 app[web.1]: :: Spring Boot :: (v2.7.1)
- 2022-08-03T17:10:13.471901+00:00 app[web.1]:
- 2022-08-03T17:10:13.661577+00:00 app[web.1]: 2022-08-03 17:10:13.653 INFO 4 --- [ main] f.x.a.AxiumWebsiteApplication : Starting AxiumWebsiteApplication v0.1-SNAPSHOT using Java 18.0.1 on 09cadd43-a1a7-4cbc-a7a
- 3-726b77d3e797 with PID 4 (/app/target/AxiumWebsite-0.1-SNAPSHOT.jar started by u47628 in /app)
- 2022-08-03T17:10:13.662948+00:00 app[web.1]: 2022-08-03 17:10:13.662 INFO 4 --- [ main] f.x.a.AxiumWebsiteApplication : No active profile set, falling back to 1 default profile: "default"
- 2022-08-03T17:10:16.622447+00:00 app[web.1]: 2022-08-03 17:10:16.622 INFO 4 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
- 2022-08-03T17:10:16.789407+00:00 app[web.1]: 2022-08-03 17:10:16.789 INFO 4 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 150 ms. Found 3 JPA repository interfaces.
- 2022-08-03T17:10:20.636887+00:00 app[web.1]: 2022-08-03 17:10:20.636 INFO 4 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 3500 (http)
- 2022-08-03T17:10:20.648661+00:00 app[web.1]: 2022-08-03 17:10:20.648 INFO 4 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 2022-08-03T17:10:20.648839+00:00 app[web.1]: 2022-08-03 17:10:20.648 INFO 4 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.64]
- 2022-08-03T17:10:20.749525+00:00 app[web.1]: 2022-08-03 17:10:20.749 INFO 4 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 2022-08-03T17:10:20.749625+00:00 app[web.1]: 2022-08-03 17:10:20.749 INFO 4 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6967 ms
- 2022-08-03T17:10:21.876654+00:00 app[web.1]: 2022-08-03 17:10:21.875 INFO 4 --- [ main] c.v.f.s.VaadinServletContextInitializer : Search for VaadinAppShell took 46 ms
- 2022-08-03T17:10:23.626892+00:00 app[web.1]: 2022-08-03 17:10:23.626 INFO 4 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
- 2022-08-03T17:10:23.697945+00:00 app[web.1]: 2022-08-03 17:10:23.697 INFO 4 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.9.Final
- 2022-08-03T17:10:24.150579+00:00 app[web.1]: 2022-08-03 17:10:24.150 INFO 4 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
- 2022-08-03T17:10:24.623987+00:00 app[web.1]: 2022-08-03 17:10:24.623 INFO 4 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
- 2022-08-03T17:10:25.754113+00:00 app[web.1]: 2022-08-03 17:10:25.753 INFO 4 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
- 2022-08-03T17:10:25.813867+00:00 app[web.1]: 2022-08-03 17:10:25.813 INFO 4 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL10Dialect
- 2022-08-03T17:10:27.901970+00:00 app[web.1]: 2022-08-03 17:10:27.901 INFO 4 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platfor
- m.internal.NoJtaPlatform]
- 2022-08-03T17:10:27.917503+00:00 app[web.1]: 2022-08-03 17:10:27.917 INFO 4 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
- 2022-08-03T17:10:29.825017+00:00 app[web.1]: 2022-08-03 17:10:29.824 WARN 4 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performe
- d during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
- 2022-08-03T17:10:31.513531+00:00 app[web.1]: 2022-08-03 17:10:31.513 WARN 4 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Ant [pattern='/api/**']. This is not recommended
- -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
- 2022-08-03T17:10:31.514829+00:00 app[web.1]: 2022-08-03 17:10:31.514 INFO 4 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will not secure Ant [pattern='/api/**']
- 2022-08-03T17:10:31.516258+00:00 app[web.1]: 2022-08-03 17:10:31.515 WARN 4 --- [ main] o.s.s.c.a.web.builders.WebSecurity : You are asking Spring Security to ignore Or [Ant [pattern='/favicon.ico'], Ant [pattern='/
- manifest.webmanifest'], Ant [pattern='/sw.js'], Ant [pattern='/sw-runtime-resources-precache.js'], Ant [pattern='/offline.html'], Ant [pattern='/offline-stub.html'], Ant [pattern='/icons/icon.png'], Ant [pattern='/themes/**'], Ant [
- pattern='/icons/icon-144x144.png'], Ant [pattern='/icons/icon-192x192.png'], Ant [pattern='/icons/icon-512x512.png'], Ant [pattern='/icons/icon-16x16.png'], Ant [pattern='/icons/icon-32x32.png'], Ant [pattern='/icons/icon-96x96.png'
- ], Ant [pattern='/icons/icon-180x180.png'], Ant [pattern='/icons/icon-2048x2732.png'], Ant [pattern='/icons/icon-2732x2048.png'], Ant [pattern='/icons/icon-1668x2388.png'], Ant [pattern='/icons/icon-2388x1668.png'], Ant [pattern='/i
- cons/icon-1668x2224.png'], Ant [pattern='/icons/icon-2224x1668.png'], Ant [pattern='/icons/icon-1620x2160.png'], Ant [pattern='/icons/icon-2160x1620.png'], Ant [pattern='/icons/icon-1536x2048.png'], Ant [pattern='/icons/icon-2048x15
- 36.png'], Ant [pattern='/icons/icon-1284x2778.png'], Ant [pattern='/icons/icon-2778x1284.png'], Ant [pattern='/icons/icon-1170x2532.png'], Ant [pattern='/icons/icon-2532x1170.png'], Ant [pattern='/icons/icon-1125x2436.png'], Ant [pa
- ttern='/icons/icon-2436x1125.png'], Ant [pattern='/icons/icon-1242x2688.png'], Ant [pattern='/icons/icon-2688x1242.png'], Ant [pattern='/icons/icon-828x1792.png'], Ant [pattern='/icons/icon-1792x828.png'], Ant [pattern='/icons/icon-
- 1242x2208.png'], Ant [pattern='/icons/icon-2208x1242.png'], Ant [pattern='/icons/icon-750x1334.png'], Ant [pattern='/icons/icon-1334x750.png'], Ant [pattern='/icons/icon-640x1136.png'], Ant [pattern='/icons/icon-1136x640.png']]. Thi
- s is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
- 2022-08-03T17:10:31.516574+00:00 app[web.1]: 2022-08-03 17:10:31.516 INFO 4 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will not secure Or [Ant [pattern='/favicon.ico'], Ant [pattern='/manifest.webmanifest'], A
- nt [pattern='/sw.js'], Ant [pattern='/sw-runtime-resources-precache.js'], Ant [pattern='/offline.html'], Ant [pattern='/offline-stub.html'], Ant [pattern='/icons/icon.png'], Ant [pattern='/themes/**'], Ant [pattern='/icons/icon-144x
- 144.png'], Ant [pattern='/icons/icon-192x192.png'], Ant [pattern='/icons/icon-512x512.png'], Ant [pattern='/icons/icon-16x16.png'], Ant [pattern='/icons/icon-32x32.png'], Ant [pattern='/icons/icon-96x96.png'], Ant [pattern='/icons/i
- con-180x180.png'], Ant [pattern='/icons/icon-2048x2732.png'], Ant [pattern='/icons/icon-2732x2048.png'], Ant [pattern='/icons/icon-1668x2388.png'], Ant [pattern='/icons/icon-2388x1668.png'], Ant [pattern='/icons/icon-1668x2224.png']
- , Ant [pattern='/icons/icon-2224x1668.png'], Ant [pattern='/icons/icon-1620x2160.png'], Ant [pattern='/icons/icon-2160x1620.png'], Ant [pattern='/icons/icon-1536x2048.png'], Ant [pattern='/icons/icon-2048x1536.png'], Ant [pattern='/
- icons/icon-1284x2778.png'], Ant [pattern='/icons/icon-2778x1284.png'], Ant [pattern='/icons/icon-1170x2532.png'], Ant [pattern='/icons/icon-2532x1170.png'], Ant [pattern='/icons/icon-1125x2436.png'], Ant [pattern='/icons/icon-2436x1
- 125.png'], Ant [pattern='/icons/icon-1242x2688.png'], Ant [pattern='/icons/icon-2688x1242.png'], Ant [pattern='/icons/icon-828x1792.png'], Ant [pattern='/icons/icon-1792x828.png'], Ant [pattern='/icons/icon-1242x2208.png'], Ant [pat
- tern='/icons/icon-2208x1242.png'], Ant [pattern='/icons/icon-750x1334.png'], Ant [pattern='/icons/icon-1334x750.png'], Ant [pattern='/icons/icon-640x1136.png'], Ant [pattern='/icons/icon-1136x640.png']]
- 2022-08-03T17:10:31.717346+00:00 app[web.1]: 2022-08-03 17:10:31.717 INFO 4 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFil
- ter@3ba3d4b6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@51b77cdf, org.springframework.security.web.context.SecurityContextPersistenceFilter@38b3f208, org.springframework.security.web.hea
- der.HeaderWriterFilter@2577a95d, org.springframework.security.web.csrf.CsrfFilter@1d4fb213, org.springframework.security.web.authentication.logout.LogoutFilter@6807a356, org.springframework.security.web.authentication.UsernamePasswo
- rdAuthenticationFilter@250a9031, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7d97e06c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@65bad087, org.springframework.secur
- ity.web.authentication.AnonymousAuthenticationFilter@441fbe89, org.springframework.security.web.session.SessionManagementFilter@22c53d82, org.springframework.security.web.access.ExceptionTranslationFilter@71adfedd, org.springframewo
- rk.security.web.access.intercept.FilterSecurityInterceptor@2be21396]
- 2022-08-03T17:10:34.932585+00:00 app[web.1]: 2022-08-03 17:10:34.932 INFO 4 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
- 2022-08-03T17:10:34.950574+00:00 app[web.1]: 2022-08-03 17:10:34.950 INFO 4 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- 2022-08-03T17:10:34.950667+00:00 app[web.1]: 2022-08-03 17:10:34.950 INFO 4 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
- 2022-08-03T17:10:34.951945+00:00 app[web.1]: 2022-08-03 17:10:34.951 INFO 4 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
- 2022-08-03T17:10:34.953484+00:00 app[web.1]: 2022-08-03 17:10:34.952 INFO 4 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUS
- TERED'
- 2022-08-03T17:10:34.953485+00:00 app[web.1]: Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- 2022-08-03T17:10:34.953486+00:00 app[web.1]: NOT STARTED.
- 2022-08-03T17:10:34.953487+00:00 app[web.1]: Currently in standby mode.
- 2022-08-03T17:10:34.953487+00:00 app[web.1]: Number of jobs executed: 0
- 2022-08-03T17:10:34.953488+00:00 app[web.1]: Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
- 2022-08-03T17:10:34.953488+00:00 app[web.1]: Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- 2022-08-03T17:10:34.953489+00:00 app[web.1]:
- 2022-08-03T17:10:34.953895+00:00 app[web.1]: 2022-08-03 17:10:34.953 INFO 4 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties inst
- ance.
- 2022-08-03T17:10:34.953985+00:00 app[web.1]: 2022-08-03 17:10:34.953 INFO 4 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
- 2022-08-03T17:10:34.954185+00:00 app[web.1]: 2022-08-03 17:10:34.954 INFO 4 --- [ main] org.quartz.core.QuartzScheduler : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3cdff901
- 2022-08-03T17:10:35.582655+00:00 app[web.1]: 2022-08-03 17:10:35.582 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler map
- ped to context-path: /*
- 2022-08-03T17:10:35.582720+00:00 app[web.1]: 2022-08-03 17:10:35.582 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.
- server.communication.PushAtmosphereHandler
- 2022-08-03T17:10:35.613727+00:00 app[web.1]: 2022-08-03 17:10:35.613 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation
- 2022-08-03T17:10:35.625736+00:00 app[web.1]: 2022-08-03 17:10:35.625 INFO 4 --- [ main] org.atmosphere.util.ForkJoinPool : Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcas
- ter.maxAsyncWriteThreads to -1 to fully use its power.
- 2022-08-03T17:10:35.631262+00:00 app[web.1]: 2022-08-03 17:10:35.630 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
- 2022-08-03T17:10:35.661471+00:00 app[web.1]: 2022-08-03 17:10:35.661 INFO 4 --- [ main] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /vaadinServlet
- 2022-08-03T17:10:35.678346+00:00 app[web.1]: 2022-08-03 17:10:35.678 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors
- 2022-08-03T17:10:35.678598+00:00 app[web.1]: 2022-08-03 17:10:35.678 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
- 2022-08-03T17:10:35.678728+00:00 app[web.1]: 2022-08-03 17:10:35.678 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Intercep
- tor
- 2022-08-03T17:10:35.679524+00:00 app[web.1]: 2022-08-03 17:10:35.679 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Su
- pport
- 2022-08-03T17:10:35.680687+00:00 app[web.1]: 2022-08-03 17:10:35.680 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
- 2022-08-03T17:10:35.680741+00:00 app[web.1]: 2022-08-03 17:10:35.680 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor
- 2022-08-03T17:10:35.681701+00:00 app[web.1]: 2022-08-03 17:10:35.681 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
- 2022-08-03T17:10:35.681938+00:00 app[web.1]: 2022-08-03 17:10:35.681 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
- 2022-08-03T17:10:35.683632+00:00 app[web.1]: 2022-08-03 17:10:35.683 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
- 2022-08-03T17:10:35.683905+00:00 app[web.1]: 2022-08-03 17:10:35.683 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.intercept
- or.WebSocketMessageSuspendInterceptor
- 2022-08-03T17:10:35.684136+00:00 app[web.1]: 2022-08-03 17:10:35.684 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
- 2022-08-03T17:10:35.684465+00:00 app[web.1]: 2022-08-03 17:10:35.684 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleReso
- urceInterceptor
- 2022-08-03T17:10:35.684538+00:00 app[web.1]: 2022-08-03 17:10:35.684 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
- 2022-08-03T17:10:35.685137+00:00 app[web.1]: 2022-08-03 17:10:35.685 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAUL
- T
- 2022-08-03T17:10:35.690076+00:00 app[web.1]: 2022-08-03 17:10:35.689 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER
- _DEFAULT
- 2022-08-03T17:10:35.690723+00:00 app[web.1]: 2022-08-03 17:10:35.690 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DE
- FAULT
- 2022-08-03T17:10:35.691558+00:00 app[web.1]: 2022-08-03 17:10:35.690 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
- 2022-08-03T17:10:35.691786+00:00 app[web.1]: 2022-08-03 17:10:35.691 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
- 2022-08-03T17:10:35.691907+00:00 app[web.1]: 2022-08-03 17:10:35.691 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
- 2022-08-03T17:10:35.692051+00:00 app[web.1]: 2022-08-03 17:10:35.691 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
- 2022-08-03T17:10:35.692220+00:00 app[web.1]: 2022-08-03 17:10:35.692 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendIntercep
- tor with priority AFTER_DEFAULT
- 2022-08-03T17:10:35.692315+00:00 app[web.1]: 2022-08-03 17:10:35.692 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAUL
- T
- 2022-08-03T17:10:35.692404+00:00 app[web.1]: 2022-08-03 17:10:35.692 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with pr
- iority BEFORE_DEFAULT
- 2022-08-03T17:10:35.692916+00:00 app[web.1]: 2022-08-03 17:10:35.692 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
- 2022-08-03T17:10:35.692970+00:00 app[web.1]: 2022-08-03 17:10:35.692 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
- 2022-08-03T17:10:35.693056+00:00 app[web.1]: 2022-08-03 17:10:35.692 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
- 2022-08-03T17:10:35.693188+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false
- 2022-08-03T17:10:35.693245+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100
- 2022-08-03T17:10:35.693285+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true
- 2022-08-03T17:10:35.693340+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor
- 2022-08-03T17:10:35.693401+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200
- 2022-08-03T17:10:35.693439+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
- 2022-08-03T17:10:35.693475+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory
- 2022-08-03T17:10:35.693519+00:00 app[web.1]: 2022-08-03 17:10:35.693 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
- 2022-08-03T17:10:35.697462+00:00 app[web.1]: 2022-08-03 17:10:35.697 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true
- 2022-08-03T17:10:35.697541+00:00 app[web.1]: 2022-08-03 17:10:35.697 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true
- 2022-08-03T17:10:35.697589+00:00 app[web.1]: 2022-08-03 17:10:35.697 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object cre
- ation
- 2022-08-03T17:10:35.697695+00:00 app[web.1]: 2022-08-03 17:10:35.697 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running und
- er container: Apache Tomcat/9.0.64 using javax.servlet/3.0 and jsr356/WebSocket API
- 2022-08-03T17:10:35.697780+00:00 app[web.1]: 2022-08-03 17:10:35.697 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 2.7.3.slf4jvaadin4 started.
- 2022-08-03T17:10:35.703150+00:00 app[web.1]: 2022-08-03 17:10:35.702 INFO 4 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFO
- RE_DEFAULT
- 2022-08-03T17:10:35.776228+00:00 app[web.1]: 2022-08-03 17:10:35.775 INFO 4 --- [ main] c.v.f.s.DefaultDeploymentConfiguration : Vaadin is running in production mode.
- 2022-08-03T17:10:35.849856+00:00 app[web.1]: 2022-08-03 17:10:35.849 INFO 4 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 3500 (http) with context path ''
- 2022-08-03T17:10:35.852275+00:00 app[web.1]: 2022-08-03 17:10:35.852 INFO 4 --- [ main] o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
- 2022-08-03T17:10:35.852540+00:00 app[web.1]: 2022-08-03 17:10:35.852 INFO 4 --- [ main] org.quartz.core.QuartzScheduler : Scheduler quartzScheduler_$_NON_CLUSTERED started.
- 2022-08-03T17:10:35.872601+00:00 app[web.1]: 2022-08-03 17:10:35.872 INFO 4 --- [ main] f.x.a.AxiumWebsiteApplication : Started AxiumWebsiteApplication in 24.171 seconds (JVM running for 25.703)
- 2022-08-03T17:10:35.874826+00:00 heroku[web.1]: State changed from starting to up
- 2022-08-03T17:11:42.770794+00:00 app[web.1]: 2022-08-03 17:11:42.770 INFO 4 --- [nio-3500-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2022-08-03T17:11:42.770862+00:00 app[web.1]: 2022-08-03 17:11:42.770 INFO 4 --- [nio-3500-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
- 2022-08-03T17:11:42.772757+00:00 app[web.1]: 2022-08-03 17:11:42.772 INFO 4 --- [nio-3500-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
- 2022-08-03T17:11:42.857267+00:00 app[web.1]: name: null
- 2022-08-03T17:11:42.938858+00:00 app[web.1]: role not found
- 2022-08-03T17:11:43.003201+00:00 heroku[router]: at=info method=GET path="/api/roles/?id=0" host=axium-centrality.herokuapp.com request_id=8fcfca84-a102-4252-b4d3-f53f41574710 fwd="109.30.116.102" dyno=web.1 connect=0ms service=270m
- s status=200 bytes=145 protocol=https
Advertisement
Add Comment
Please, Sign In to add comment