Created
August 2, 2021 14:28
-
-
Save KunYi/75090c5fa0ae7f051a7beee84b142fc7 to your computer and use it in GitHub Desktop.
docker to run hawkbit update server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run -p 8080:8080 hawkbit/hawkbit-update-server:latest --hawkbit.dmf.rabbitmq.enabled=false --hawkbit.server.ddi.security.authentication.anonymous.enabled=true | |
______ _ _ _ _ ____ _ _ | |
| ____| | (_) | | | | | _ \(_) | | |
| |__ ___| |_ _ __ ___ ___ | |__ __ ___ _| | _| |_) |_| |_ | |
| __| / __| | | '_ \/ __|/ _ \ | '_ \ / _` \ \ /\ / / |/ / _ <| | __| | |
| |___| (__| | | |_) \__ \ __/ | | | | (_| |\ V V /| <| |_) | | |_ | |
|______\___|_|_| .__/|___/\___| |_| |_|\__,_| \_/\_/ |_|\_\____/|_|\__| | |
| | | |
|_| | |
Eclipse hawkBit Update Server (v0.3.0M7) | |
using Spring Boot (v2.3.7.RELEASE) | |
Go to https://www.eclipse.org/hawkbit for more information. | |
2021-08-02 14:26:45.941 INFO 1 --- [ main] org.eclipse.hawkbit.app.Start : No active profile set, falling back to default profiles: default | |
2021-08-02 14:26:47.844 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. | |
2021-08-02 14:26:48.288 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 434ms. Found 19 JPA repository interfaces. | |
2021-08-02 14:26:48.921 INFO 1 --- [ main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance @Configuration bean definition 'com.vaadin.spring.VaadinConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'. | |
2021-08-02 14:26:49.192 INFO 1 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=520d2506-111c-36dc-9d79-2fdfa6ee90b5 | |
2021-08-02 14:26:49.284 INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created. | |
2021-08-02 14:26:49.328 INFO 1 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created. | |
2021-08-02 14:26:49.419 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.449 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'BindingHandlerAdvise' of type [org.springframework.cloud.stream.config.BindingHandlerAdvise] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.470 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spelConverter' of type [org.springframework.cloud.stream.config.SpelExpressionConverterConfiguration$SpelConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.472 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.474 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.488 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.540 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.548 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' of type [org.springframework.boot.autoconfigure.orm.jpa.JpaProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.570 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration' of type [org.eclipse.hawkbit.repository.jpa.RepositoryApplicationConfiguration$$EnhancerBySpringCGLIB$$71d42302] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.627 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'hawkbit.threadpool-org.eclipse.hawkbit.autoconfigure.scheduling.AsyncConfigurerThreadpoolProperties' of type [org.eclipse.hawkbit.autoconfigure.scheduling.AsyncConfigurerThreadpoolProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.628 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.eclipse.hawkbit.autoconfigure.scheduling.ExecutorAutoConfiguration' of type [org.eclipse.hawkbit.autoconfigure.scheduling.ExecutorAutoConfiguration$$EnhancerBySpringCGLIB$$751f926a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.637 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'asyncExecutor' of type [org.springframework.security.concurrent.DelegatingSecurityContextExecutorService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.639 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.eclipse.hawkbit.autoconfigure.scheduling.AsyncConfigurerAutoConfiguration' of type [org.eclipse.hawkbit.autoconfigure.scheduling.AsyncConfigurerAutoConfiguration$$EnhancerBySpringCGLIB$$c8600b9d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.699 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$6a43791a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:49.988 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@54a67a45' 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-08-02 14:26:50.006 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-08-02 14:26:50.017 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.vaadin.spring.security.config.VaadinSharedSecurityConfiguration' of type [org.vaadin.spring.security.config.VaadinSharedSecurityConfiguration$$EnhancerBySpringCGLIB$$39028d2a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:50.041 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.vaadin.spring.events.config.EventBusConfiguration' of type [org.vaadin.spring.events.config.EventBusConfiguration$$EnhancerBySpringCGLIB$$6d4397a3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:50.067 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:50.106 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:50.110 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2021-08-02 14:26:50.360 INFO 1 --- [ main] org.eclipse.jetty.util.log : Logging initialized @7163ms to org.eclipse.jetty.util.log.Slf4jLog | |
2021-08-02 14:26:50.616 INFO 1 --- [ main] o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 8080 | |
2021-08-02 14:26:50.621 INFO 1 --- [ main] org.eclipse.jetty.server.Server : jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 1.8.0_282-b08 | |
2021-08-02 14:26:50.680 INFO 1 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext | |
2021-08-02 14:26:50.680 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4687 ms | |
2021-08-02 14:26:50.904 INFO 1 --- [ main] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 5.2.4 by Boxfuse | |
2021-08-02 14:26:50.920 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... | |
2021-08-02 14:26:51.205 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. | |
2021-08-02 14:26:51.214 INFO 1 --- [ main] o.f.c.internal.database.DatabaseFactory : Database: jdbc:h2:mem:testdb (H2 1.4) | |
2021-08-02 14:26:51.260 WARN 1 --- [ main] o.f.c.internal.database.base.Database : Flyway upgrade recommended: H2 1.4.200 is newer than this version of Flyway and support has not been tested. | |
2021-08-02 14:26:51.403 INFO 1 --- [ main] o.f.core.internal.command.DbValidate : Successfully validated 37 migrations (execution time 00:00.108s) | |
2021-08-02 14:26:51.421 INFO 1 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table: "PUBLIC"."schema_version" | |
2021-08-02 14:26:51.462 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": << Empty Schema >> | |
2021-08-02 14:26:51.464 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.0.1 - init | |
2021-08-02 14:26:51.615 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.2.0 - update target info for message | |
2021-08-02 14:26:51.642 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.4.0 - cascade delete | |
2021-08-02 14:26:51.674 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.4.1 - cascade delete | |
2021-08-02 14:26:51.687 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.5.0 - target filter query | |
2021-08-02 14:26:51.700 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.6.0 - rollout management | |
2021-08-02 14:26:51.748 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.7.0 - swmType maxAssignment greater 0 | |
2021-08-02 14:26:51.758 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.7.1 - reduce length enums | |
2021-08-02 14:26:51.806 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.8.0 - auto assign ds filter | |
2021-08-02 14:26:51.823 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.8.1 - cascade delete | |
2021-08-02 14:26:51.842 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.8.2 - remove external artifact | |
2021-08-02 14:26:51.852 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.9.0 - add rollout groups created | |
2021-08-02 14:26:51.870 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.10.0 - advanced rolloutgroup | |
2021-08-02 14:26:51.896 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.10.1 - consolidate artifact sha1 | |
2021-08-02 14:26:51.912 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.10.2 - rollout auto start | |
2021-08-02 14:26:51.929 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.10.3 - add rollout deleted flag | |
2021-08-02 14:26:52.009 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.11.0 - drop target info | |
2021-08-02 14:26:52.070 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.11.1 - target filter query UQ | |
2021-08-02 14:26:52.078 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.11.2 - remove unused idexes | |
2021-08-02 14:26:52.089 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.11.3 - add module md targetvis | |
2021-08-02 14:26:52.100 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.0 - action performance | |
2021-08-02 14:26:52.154 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.1 - missing non null | |
2021-08-02 14:26:52.168 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.2 - missing non null enum | |
2021-08-02 14:26:52.178 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.3 - cascade delete | |
2021-08-02 14:26:52.188 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.4 - add maintenance window | |
2021-08-02 14:26:52.221 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.6 - add index | |
2021-08-02 14:26:52.230 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.7 - add rollout approval fields | |
2021-08-02 14:26:52.247 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.8 - change length of created last modified by | |
2021-08-02 14:26:52.381 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.9 - add target metadata | |
2021-08-02 14:26:52.390 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.10 - change length of target attributes key | |
2021-08-02 14:26:52.400 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.11 - add auto assign action type | |
2021-08-02 14:26:52.411 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.12 - change length of controller id and name | |
2021-08-02 14:26:52.465 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.13 - add action external id | |
2021-08-02 14:26:52.479 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.14 - add sha256 hash | |
2021-08-02 14:26:52.491 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.15 - add weight | |
2021-08-02 14:26:52.507 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.16 - add action initiated by | |
2021-08-02 14:26:52.522 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1.12.17 - add index target modified | |
2021-08-02 14:26:52.529 INFO 1 --- [ main] o.f.core.internal.command.DbMigrate : Successfully applied 37 migrations to schema "PUBLIC" (execution time 00:01.112s) | |
2021-08-02 14:26:53.417 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' | |
2021-08-02 14:26:54.904 INFO 1 --- [ main] lipseLinkProjectionQueryCreationListener : Usage of Spring Data projections detected on persistence provider EclipseLink. Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs: | |
2021-08-02 14:26:54.904 INFO 1 --- [ main] lipseLinkProjectionQueryCreationListener : - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.ActionRepository.getStatusCountByRolloutId(java.lang.Long) | |
2021-08-02 14:26:54.913 INFO 1 --- [ main] lipseLinkProjectionQueryCreationListener : - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.ActionRepository.getStatusCountByRolloutId(java.util.List) | |
2021-08-02 14:26:54.979 INFO 1 --- [ main] lipseLinkProjectionQueryCreationListener : - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.ActionRepository.getStatusCountByRolloutGroupId(java.util.List) | |
2021-08-02 14:26:54.983 INFO 1 --- [ main] lipseLinkProjectionQueryCreationListener : - public abstract java.util.List org.eclipse.hawkbit.repository.jpa.ActionRepository.getStatusCountByRolloutGroupId(java.lang.Long) | |
2021-08-02 14:26:55.145 INFO 1 --- [ main] lipseLinkProjectionQueryCreationListener : Usage of Spring Data projections detected on persistence provider EclipseLink. Make sure the following query methods declare result columns in exactly the order the accessors are declared in the projecting interface or the order of parameters for DTOs: | |
2021-08-02 14:26:55.145 INFO 1 --- [ main] lipseLinkProjectionQueryCreationListener : - public abstract java.util.Map org.eclipse.hawkbit.repository.jpa.TargetRepository.getControllerAttributes(java.lang.String) | |
2021-08-02 14:26:57.071 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-08-02 14:26:57.526 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Registering Vaadin servlet | |
2021-08-02 14:26:57.526 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Servlet will be mapped to URLs [/UI, /UI/*, /VAADIN/*] | |
2021-08-02 14:26:57.536 INFO 1 --- [ main] o.v.spring.servlet.Vaadin4SpringServlet : Using custom Vaadin4Spring servlet | |
2021-08-02 14:26:57.547 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Setting servlet init parameters | |
2021-08-02 14:26:57.548 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Set servlet init parameter [productionMode] = [true] | |
2021-08-02 14:26:57.548 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Set servlet init parameter [resourceCacheTime] = [3600] | |
2021-08-02 14:26:57.548 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Set servlet init parameter [heartbeatInterval] = [60] | |
2021-08-02 14:26:57.548 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Set servlet init parameter [closeIdleSessions] = [false] | |
2021-08-02 14:26:57.796 INFO 1 --- [ main] org.eclipse.jetty.server.session : DefaultSessionIdManager workerName=node0 | |
2021-08-02 14:26:57.796 INFO 1 --- [ main] org.eclipse.jetty.server.session : No SessionScavenger set, using defaults | |
2021-08-02 14:26:57.798 INFO 1 --- [ main] org.eclipse.jetty.server.session : node0 Scavenging every 600000ms | |
2021-08-02 14:26:57.809 INFO 1 --- [ main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@1bc0d349{application,/,[file:///tmp/jetty-docbase.8080.8894537132961359202/],AVAILABLE} | |
2021-08-02 14:26:57.810 INFO 1 --- [ main] org.eclipse.jetty.server.Server : Started @14612ms | |
2021-08-02 14:26:58.378 INFO 1 --- [ main] o.e.h.a.s.SecurityManagedConfiguration : ****************** | |
** Anonymous controller security enabled, should only be used for developing purposes ** | |
****************** | |
2021-08-02 14:26:58.383 INFO 1 --- [ main] o.e.h.a.s.SecurityManagedConfiguration : ****************** | |
** Anonymous controller security enabled, should only be used for developing purposes ** | |
****************** | |
2021-08-02 14:26:58.397 INFO 1 --- [ main] o.e.h.a.s.SecurityManagedConfiguration : "******************\n** Requires HTTPS Security has been disabled for UI, should only be used for developing purposes **\n******************" | |
2021-08-02 14:26:58.403 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/documentation/**'], [] | |
2021-08-02 14:26:58.404 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/VAADIN/**'], [] | |
2021-08-02 14:26:58.404 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/*.*'], [] | |
2021-08-02 14:26:58.404 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/docs/**'], [] | |
2021-08-02 14:26:58.451 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/{tenant}/controller/v1/{controllerId}'], Ant [pattern='/{tenant}/controller/v1/{controllerId}/deploymentBase/**'], Ant [pattern='/{tenant}/controller/v1/{controllerId}/cancelAction/**'], Ant [pattern='/{tenant}/controller/v1/{controllerId}/configData'], Ant [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6c841199, org.springframework.security.web.header.HeaderWriterFilter@64db4967, org.springframework.security.web.authentication.logout.LogoutFilter@3b27b497, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@17273273, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@984169e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6a818392, org.springframework.security.web.session.SessionManagementFilter@59696551, org.springframework.security.web.access.ExceptionTranslationFilter@a2341c6] | |
2021-08-02 14:26:58.454 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: OrRequestMatcher [requestMatchers=[Ant [pattern='/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/*']]], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@445bb139, org.springframework.security.web.header.HeaderWriterFilter@3743539f, org.springframework.security.web.authentication.logout.LogoutFilter@2cc75074, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5db6b845, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@378f002a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@b9a77c8, org.springframework.security.web.session.SessionManagementFilter@d277579, org.springframework.security.web.access.ExceptionTranslationFilter@7b122839] | |
2021-08-02 14:26:58.474 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Regex [pattern='.*\/downloadId\/.*'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@45cec376, org.springframework.security.web.context.SecurityContextPersistenceFilter@2eeb0f9b, org.springframework.security.web.header.HeaderWriterFilter@2d64160c, org.springframework.security.web.authentication.logout.LogoutFilter@6cbd0674, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1645f294, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6325f352, org.springframework.security.web.session.SessionManagementFilter@5f254608, org.springframework.security.web.access.ExceptionTranslationFilter@75181b50, org.eclipse.hawkbit.security.HttpDownloadAuthenticationFilter@26d41711, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7412ed6b] | |
2021-08-02 14:26:58.486 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Regex [pattern='\/rest.*|\/system/admin.*'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@44b29496, org.springframework.security.web.context.SecurityContextPersistenceFilter@3650d4fc, org.springframework.security.web.header.HeaderWriterFilter@459f703f, org.springframework.security.web.authentication.logout.LogoutFilter@4acc5dff, org.eclipse.hawkbit.autoconfigure.security.SecurityManagedConfiguration$RestSecurityConfigurationAdapter$1@1947596f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6d5c2745, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@aaa0f76, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@340a8894, org.springframework.security.web.session.SessionManagementFilter@188ac8a3, org.eclipse.hawkbit.autoconfigure.security.AuthenticationSuccessTenantMetadataCreationFilter@3078cac, org.springframework.security.web.access.ExceptionTranslationFilter@7e5843db, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@57f9b467] | |
2021-08-02 14:26:58.490 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Regex [pattern='(?!.*HEARTBEAT)^.*\/UI.*$'], [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@176f7f3b, org.springframework.security.web.context.SecurityContextPersistenceFilter@7d3c09ec, org.springframework.security.web.header.HeaderWriterFilter@23f86d8a, org.springframework.security.web.authentication.logout.LogoutFilter@94e51e8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@71e4b308, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@11900483, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@30ca0779, org.springframework.security.web.session.SessionManagementFilter@2264ea32, org.springframework.security.web.access.ExceptionTranslationFilter@43d9f1a2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1d805aa1] | |
2021-08-02 14:26:58.601 INFO 1 --- [ main] o.v.s.security.AbstractVaadinSecurity : Using authentication manager org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator@59bbe88a | |
2021-08-02 14:26:58.602 INFO 1 --- [ main] o.v.s.security.AbstractVaadinSecurity : Using access decision manager org.springframework.security.access.vote.AffirmativeBased@c2584d3 | |
2021-08-02 14:26:58.604 INFO 1 --- [ main] o.v.s.security.AbstractVaadinSecurity : No RememberMeServices found. Using NullRememberMeServices. | |
2021-08-02 14:26:58.604 INFO 1 --- [ main] o.v.s.s.s.DefaultVaadinSharedSecurity : No session authentication strategy found in application context, using null strategy | |
2021-08-02 14:26:58.604 INFO 1 --- [ main] o.v.s.s.s.DefaultVaadinSharedSecurity : Using authentication success handler org.eclipse.hawkbit.autoconfigure.security.TenantMetadataSavedRequestAwareVaadinAuthenticationSuccessHandler@53c6f96d | |
2021-08-02 14:26:58.605 INFO 1 --- [ main] o.v.s.s.s.DefaultVaadinSharedSecurity : Using logout handler org.vaadin.spring.security.shared.VaadinRedirectLogoutHandler@3291b443 | |
2021-08-02 14:26:58.930 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' | |
2021-08-02 14:26:59.292 INFO 1 --- [ main] c.v.s.b.i.VaadinServletConfiguration : Registering Vaadin servlet of type [org.vaadin.spring.servlet.Vaadin4SpringServlet] | |
2021-08-02 14:27:00.327 INFO 1 --- [ main] o.s.c.f.c.c.SimpleFunctionRegistry : Looking up function '' with acceptedOutputTypes: [] | |
2021-08-02 14:27:00.693 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler mapped to context-path: /* | |
2021-08-02 14:27:00.693 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler | |
2021-08-02 14:27:00.739 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation | |
2021-08-02 14:27:00.756 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-08-02 14:27:00.760 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol | |
2021-08-02 14:27:00.768 INFO 1 --- [ main] o.a.container.JSR356AsyncSupport : JSR 356 Mapping path /UI | |
2021-08-02 14:27:00.775 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installing Default AtmosphereInterceptors | |
2021-08-02 14:27:00.776 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support | |
2021-08-02 14:27:00.776 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor | |
2021-08-02 14:27:00.777 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support | |
2021-08-02 14:27:00.778 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support | |
2021-08-02 14:27:00.778 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support | |
2021-08-02 14:27:00.779 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support | |
2021-08-02 14:27:00.779 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support | |
2021-08-02 14:27:00.782 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol | |
2021-08-02 14:27:00.782 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor | |
2021-08-02 14:27:00.782 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection | |
2021-08-02 14:27:00.783 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor | |
2021-08-02 14:27:00.783 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them. | |
2021-08-02 14:27:00.784 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT | |
2021-08-02 14:27:00.789 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.790 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.790 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.790 INFO 1 --- [ main] o.a.interceptor.HeartbeatInterceptor : HeartbeatInterceptor configured with padding value 'X', client frequency 60 seconds and server frequency 0 seconds | |
2021-08-02 14:27:00.790 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.791 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.791 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.791 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.791 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.791 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT | |
2021-08-02 14:27:00.792 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT | |
2021-08-02 14:27:00.792 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper | |
2021-08-02 14:27:00.792 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache | |
2021-08-02 14:27:00.792 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster | |
2021-08-02 14:27:00.792 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Shared List Resources: false | |
2021-08-02 14:27:00.792 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Broadcaster Polling Wait Time 100 | |
2021-08-02 14:27:00.792 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Shared ExecutorService supported: true | |
2021-08-02 14:27:00.793 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor | |
2021-08-02 14:27:00.793 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Async I/O Thread Pool Size: 200 | |
2021-08-02 14:27:00.793 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory | |
2021-08-02 14:27:00.793 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory | |
2021-08-02 14:27:00.793 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor | |
2021-08-02 14:27:00.798 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Invoke AtmosphereInterceptor on WebSocket message true | |
2021-08-02 14:27:00.798 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : HttpSession supported: true | |
2021-08-02 14:27:00.798 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation | |
2021-08-02 14:27:00.798 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: jetty/9.4.35.v20201120 using javax.servlet/3.0 and jsr356/WebSocket API | |
2021-08-02 14:27:00.799 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Atmosphere Framework 2.4.30.vaadin1 started. | |
2021-08-02 14:27:00.803 INFO 1 --- [ main] org.atmosphere.cpr.AtmosphereFramework : Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT | |
2021-08-02 14:27:00.829 INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel | |
2021-08-02 14:27:00.830 INFO 1 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'application-1.errorChannel' has 1 subscriber(s). | |
2021-08-02 14:27:00.830 INFO 1 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started bean '_org.springframework.integration.errorLogger' | |
2021-08-02 14:27:00.838 INFO 1 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet 'dispatcherServlet' | |
2021-08-02 14:27:00.838 INFO 1 --- [ main] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' | |
2021-08-02 14:27:00.854 INFO 1 --- [ main] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms | |
2021-08-02 14:27:00.856 INFO 1 --- [ main] o.v.spring.servlet.Vaadin4SpringServlet : Found 1 custom init parameter provider(s) | |
2021-08-02 14:27:00.863 INFO 1 --- [ main] o.v.s.s.Vaadin4SpringServletService : Using custom Vaadin4Spring servlet service | |
2021-08-02 14:27:00.889 INFO 1 --- [ main] o.v.spring.servlet.Vaadin4SpringServlet : Using custom SystemMessagesProvider org.eclipse.hawkbit.ui.LocalizedSystemMessagesProvider@6fbb4061 | |
2021-08-02 14:27:00.891 INFO 1 --- [ main] o.v.spring.servlet.Vaadin4SpringServlet : Custom Vaadin4Spring servlet initialization completed | |
2021-08-02 14:27:00.929 INFO 1 --- [ main] o.e.jetty.server.AbstractConnector : Started ServerConnector@1fcb4808{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} | |
2021-08-02 14:27:00.932 INFO 1 --- [ main] o.s.b.web.embedded.jetty.JettyWebServer : Jetty started on port(s) 8080 (http/1.1) with context path '/' | |
2021-08-02 14:27:00.943 INFO 1 --- [ main] org.eclipse.hawkbit.app.Start : Started Start in 16.862 seconds (JVM running for 17.745) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment