Guest User

Untitled

a guest
Aug 3rd, 2022
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 24.03 KB | None | 0 0
  1.  
  2. 2022-08-03T17:10:13.470811+00:00 app[web.1]: =========|_|==============|___/=/_/_/_/
  3. 2022-08-03T17:10:13.471860+00:00 app[web.1]: :: Spring Boot ::                (v2.7.1)
  4. 2022-08-03T17:10:13.471901+00:00 app[web.1]:
  5. 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
  6. 3-726b77d3e797 with PID 4 (/app/target/AxiumWebsite-0.1-SNAPSHOT.jar started by u47628 in /app)
  7. 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"
  8. 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.
  9. 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.    
  10. 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)
  11. 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]
  12. 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]
  13. 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
  14. 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
  15. 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
  16. 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]
  17. 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
  18. 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}
  19. 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...
  20. 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.
  21. 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
  22. 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
  23. m.internal.NoJtaPlatform]
  24. 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'
  25. 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
  26. d during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
  27. 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
  28. -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
  29. 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/**']
  30. 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='/
  31. 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 [
  32. 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'
  33. ], 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
  34. 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
  35. 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
  36. 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-
  37. 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
  38. s is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
  39. 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
  40. 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
  41. 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
  42. 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']
  43. , 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='/
  44. 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
  45. 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
  46. 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']]
  47. 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
  48. ter@3ba3d4b6, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@51b77cdf, org.springframework.security.web.context.SecurityContextPersistenceFilter@38b3f208, org.springframework.security.web.hea
  49. der.HeaderWriterFilter@2577a95d, org.springframework.security.web.csrf.CsrfFilter@1d4fb213, org.springframework.security.web.authentication.logout.LogoutFilter@6807a356, org.springframework.security.web.authentication.UsernamePasswo
  50. rdAuthenticationFilter@250a9031, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7d97e06c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@65bad087, org.springframework.secur
  51. ity.web.authentication.AnonymousAuthenticationFilter@441fbe89, org.springframework.security.web.session.SessionManagementFilter@22c53d82, org.springframework.security.web.access.ExceptionTranslationFilter@71adfedd, org.springframewo
  52. rk.security.web.access.intercept.FilterSecurityInterceptor@2be21396]
  53. 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
  54. 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      
  55. 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.
  56. 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.
  57. 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
  58. TERED'
  59. 2022-08-03T17:10:34.953485+00:00 app[web.1]: Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  60. 2022-08-03T17:10:34.953486+00:00 app[web.1]: NOT STARTED.
  61. 2022-08-03T17:10:34.953487+00:00 app[web.1]: Currently in standby mode.
  62. 2022-08-03T17:10:34.953487+00:00 app[web.1]: Number of jobs executed: 0
  63. 2022-08-03T17:10:34.953488+00:00 app[web.1]: Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  64. 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.
  65. 2022-08-03T17:10:34.953489+00:00 app[web.1]:
  66. 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
  67. ance.
  68. 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
  69. 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    
  70. 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
  71. ped to context-path: /*
  72. 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.
  73. server.communication.PushAtmosphereHandler
  74. 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
  75. 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
  76. ter.maxAsyncWriteThreads to -1 to fully use its power.
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. tor
  83. 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
  84. pport
  85. 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  
  86. 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
  87. 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
  88. 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      
  89. 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
  90. 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
  91. or.WebSocketMessageSuspendInterceptor
  92. 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    
  93. 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
  94. urceInterceptor
  95. 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.
  96. 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
  97. T
  98. 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
  99. _DEFAULT
  100. 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
  101. FAULT
  102. 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  
  103. 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      
  104. 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    
  105. 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
  106. 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
  107. tor with priority AFTER_DEFAULT
  108. 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
  109. T
  110. 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
  111. iority BEFORE_DEFAULT
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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      
  119. 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
  120. 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
  121. 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      
  122. 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
  123. 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
  124. 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
  125. 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
  126. ation
  127. 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
  128. er container: Apache Tomcat/9.0.64 using javax.servlet/3.0 and jsr356/WebSocket API
  129. 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.
  130. 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
  131. RE_DEFAULT
  132. 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.
  133. 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 ''
  134. 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
  135. 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.
  136. 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)
  137. 2022-08-03T17:10:35.874826+00:00 heroku[web.1]: State changed from starting to up
  138. 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'
  139. 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'
  140. 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
  141. 2022-08-03T17:11:42.857267+00:00 app[web.1]: name: null
  142. 2022-08-03T17:11:42.938858+00:00 app[web.1]: role not found
  143. 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
  144. s status=200 bytes=145 protocol=https
  145.  
Advertisement
Add Comment
Please, Sign In to add comment