. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.7.2) 2022-11-09 14:53:32.049 INFO 1 --- [ main] de.adnova.adfweb.AdfwebApplication : Starting AdfwebApplication using Java 11.0.9 on adfweb-service-8549d6b596-b82lc with PID 1 (/opt/app/application.jar started by root in /opt/app) 2022-11-09 14:53:32.052 INFO 1 --- [ main] de.adnova.adfweb.AdfwebApplication : No active profile set, falling back to 1 default profile: "default" 2022-11-09 14:53:39.748 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Jmix repositories in DEFAULT mode. 2022-11-09 14:53:39.846 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 93 ms. Found 0 Jmix repository interfaces. 2022-11-09 14:53:41.052 INFO 1 --- [ main] io.jmix.core.JmixModulesProcessor : Using Jmix modules: [io.jmix.core, io.jmix.security, io.jmix.ui, io.jmix.securityui, io.jmix.data, io.jmix.appsettings, io.jmix.appsettingsui, io.jmix.datatools, io.jmix.uiexport, io.jmix.datatoolsui, io.jmix.eclipselink, io.jmix.localfs, io.jmix.securitydata, io.jmix.uidata, de.adnova.adfweb] 2022-11-09 14:53:41.133 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'. 2022-11-09 14:53:45.146 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2022-11-09 14:53:45.235 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2022-11-09 14:53:45.235 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.65] 2022-11-09 14:53:45.539 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2022-11-09 14:53:45.539 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 12298 ms 2022-11-09 14:53:46.040 INFO 1 --- [ main] i.j.c.i.s.JmixModulesClasspathScanner : Classpath scan completed in 391 ms 2022-11-09 14:53:47.650 INFO 1 --- [ main] io.jmix.core.impl.MetadataLoader : Metadata initialized in 1109 ms 2022-11-09 14:53:48.344 INFO 1 --- [ main] i.j.a.u.v.JmixVaadinServletConfiguration : Servlet will be mapped to URLs [/vaadinServlet/*, /VAADIN/*] 2022-11-09 14:53:48.437 INFO 1 --- [ main] i.j.a.u.v.JmixVaadinServletConfiguration : Set servlet init parameter [productionMode] = [false] 2022-11-09 14:53:48.438 INFO 1 --- [ main] i.j.a.u.v.JmixVaadinServletConfiguration : Set servlet init parameter [resourceCacheTime] = [3600] 2022-11-09 14:53:48.438 INFO 1 --- [ main] i.j.a.u.v.JmixVaadinServletConfiguration : Set servlet init parameter [heartbeatInterval] = [300] 2022-11-09 14:53:48.438 INFO 1 --- [ main] i.j.a.u.v.JmixVaadinServletConfiguration : Set servlet init parameter [closeIdleSessions] = [false] 2022-11-09 14:53:51.150 INFO 1 --- [ main] c.h.i.config.AbstractConfigLocator : Loading 'hazelcast.yaml' from the classpath. 2022-11-09 14:53:52.651 INFO 1 --- [ main] c.h.i.c.o.ExternalConfigurationOverride : Detected external configuration entries in environment variables: [hazelcast.network.join.kubernetes.enabled=true] 2022-11-09 14:53:52.731 DEBUG 1 --- [ main] com.hazelcast.internal.util.JavaVersion : Detected runtime version: Java 11 2022-11-09 14:53:52.733 WARN 1 --- [ main] c.h.i.impl.HazelcastInstanceFactory : Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used: --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED 2022-11-09 14:53:52.836 DEBUG 1 --- [ main] com.hazelcast.instance.AddressPicker : [LOCAL] [dev] [5.2.0] Prefer IPv4 stack is true, prefer IPv6 addresses is false 2022-11-09 14:53:52.851 DEBUG 1 --- [ main] com.hazelcast.instance.AddressPicker : [LOCAL] [dev] [5.2.0] Trying to bind inet socket address: 0.0.0.0/0.0.0.0:5701 2022-11-09 14:53:52.852 DEBUG 1 --- [ main] com.hazelcast.instance.AddressPicker : [LOCAL] [dev] [5.2.0] Bind successful to inet socket address: /0.0.0.0:5701 2022-11-09 14:53:52.852 DEBUG 1 --- [ main] com.hazelcast.instance.AddressPicker : [LOCAL] [dev] [5.2.0] Picked [10.42.9.83]:5701, using socket ServerSocket[addr=/0.0.0.0,localport=5701], bind any local is true 2022-11-09 14:53:52.932 INFO 1 --- [ main] com.hazelcast.system.logo : [10.42.9.83]:5701 [dev] [5.2.0] + + o o o o---o o----o o o---o o o----o o--o--o + + + + | | / \ / | | / / \ | | + + + + + o----o o o o o----o | o o o o----o | + + + + | | / \ / | | \ / \ | | + + o o o o o---o o----o o----o o---o o o o----o o 2022-11-09 14:53:52.932 INFO 1 --- [ main] com.hazelcast.system : [10.42.9.83]:5701 [dev] [5.2.0] Copyright (c) 2008-2022, Hazelcast, Inc. All Rights Reserved. 2022-11-09 14:53:52.932 INFO 1 --- [ main] com.hazelcast.system : [10.42.9.83]:5701 [dev] [5.2.0] Hazelcast Platform 5.2.0 (20221024 - e2669d0) starting at [10.42.9.83]:5701 2022-11-09 14:53:52.932 INFO 1 --- [ main] com.hazelcast.system : [10.42.9.83]:5701 [dev] [5.2.0] Cluster name: dev 2022-11-09 14:53:52.932 DEBUG 1 --- [ main] com.hazelcast.system : [10.42.9.83]:5701 [dev] [5.2.0] Configured Hazelcast Serialization version: 1 2022-11-09 14:53:52.932 INFO 1 --- [ main] com.hazelcast.system : [10.42.9.83]:5701 [dev] [5.2.0] Integrity Checker is disabled. Fail-fast on corrupted executables will not be performed. For more information, see the documentation for Integrity Checker. 2022-11-09 14:53:52.935 INFO 1 --- [ main] com.hazelcast.system : [10.42.9.83]:5701 [dev] [5.2.0] The Jet engine is disabled. To enable the Jet engine on the members, do one of the following: - Change member config using Java API: config.getJetConfig().setEnabled(true) - Change XML/YAML configuration property: Set hazelcast.jet.enabled to true - Add system property: -Dhz.jet.enabled=true (for Hazelcast embedded, works only when loading config via Config.load) - Add environment variable: HZ_JET_ENABLED=true (recommended when running container image. For Hazelcast embedded, works only when loading config via Config.load) 2022-11-09 14:53:53.345 DEBUG 1 --- [ main] c.hazelcast.internal.util.ServiceLoader : The class com.hazelcast.jet.impl.metrics.JetMetricsDataSerializerHook does not implement the expected interface com.hazelcast.nio.serialization.SerializerHook 2022-11-09 14:53:53.350 DEBUG 1 --- [ main] c.hazelcast.internal.util.ServiceLoader : The class com.hazelcast.jet.impl.observer.JetObserverDataSerializerHook does not implement the expected interface com.hazelcast.nio.serialization.SerializerHook 2022-11-09 14:53:53.432 DEBUG 1 --- [ main] c.hazelcast.internal.util.ServiceLoader : The class com.hazelcast.jet.impl.metrics.JetMetricsDataSerializerHook does not implement the expected interface com.hazelcast.nio.serialization.SerializerHook 2022-11-09 14:53:53.432 DEBUG 1 --- [ main] c.hazelcast.internal.util.ServiceLoader : The class com.hazelcast.jet.impl.observer.JetObserverDataSerializerHook does not implement the expected interface com.hazelcast.nio.serialization.SerializerHook 2022-11-09 14:53:53.438 DEBUG 1 --- [ main] c.h.i.metrics.impl.MetricsConfigHelper : [10.42.9.83]:5701 [dev] [5.2.0] Collecting debug metrics and sending to diagnostics is disabled 2022-11-09 14:53:53.452 DEBUG 1 --- [ main] c.h.s.i.o.impl.BackpressureRegulator : [10.42.9.83]:5701 [dev] [5.2.0] Backpressure is disabled 2022-11-09 14:53:53.542 DEBUG 1 --- [ main] h.s.i.o.i.InboundResponseHandlerSupplier : [10.42.9.83]:5701 [dev] [5.2.0] Running with 2 response threads 2022-11-09 14:53:53.731 DEBUG 1 --- [ main] c.h.i.server.tcp.LocalAddressRegistry : [10.42.9.83]:5701 [dev] [5.2.0] LinkedAddresses{primaryAddress=[10.42.9.83]:5701, allLinkedAddresses=[[10.42.9.83]:5701, [127.0.0.1]:5701]} are registered for the local member with local uuid=47583d2a-8f67-40f0-80fa-568b39a55bfe 2022-11-09 14:53:54.133 INFO 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Kubernetes Discovery properties: { service-dns: null, service-dns-timeout: 5, service-name: adfweb-service, service-port: 0, service-label: null, service-label-value: true, namespace: fnktnext-finance, pod-label: null, pod-label-value: null, resolve-not-ready-addresses: true, expose-externally-mode: AUTO, use-node-name-as-external-address: false, service-per-pod-label: null, service-per-pod-label-value: null, kubernetes-api-retries: 3, kubernetes-master: https://kubernetes.default.svc} 2022-11-09 14:53:55.036 INFO 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Kubernetes Discovery activated with mode: KUBERNETES_API 2022-11-09 14:53:55.037 DEBUG 1 --- [ main] com.hazelcast.system.security : [10.42.9.83]:5701 [dev] [5.2.0] 🔒 Security recommendations and their status: ⚠️ Use a custom cluster name ✅ Disable member multicast discovery/join method ⚠️ Use advanced networking, separate client and member sockets ⚠️ Bind Server sockets to a single network interface (disable hazelcast.socket.server.bind.any) ✅ Disable scripting in the Management Center ✅ Disable console in the Management Center ⚠️ Enable Security (Enterprise) ⚠️ Use TLS communication protection (Enterprise) ⚠️ Enable auditlog (Enterprise) Check the hazelcast-security-hardened.xml/yaml example config file to find why and how to configure these security related settings. 2022-11-09 14:53:55.236 INFO 1 --- [ main] com.hazelcast.instance.impl.Node : [10.42.9.83]:5701 [dev] [5.2.0] Using Discovery SPI 2022-11-09 14:53:55.241 WARN 1 --- [ main] com.hazelcast.cp.CPSubsystem : [10.42.9.83]:5701 [dev] [5.2.0] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees. 2022-11-09 14:53:56.137 DEBUG 1 --- [ main] c.h.i.metrics.impl.MetricsService : [10.42.9.83]:5701 [dev] [5.2.0] Configuring metrics collection, collection interval=5 seconds, retention=5 seconds, publishers=[Management Center Publisher, JMX Publisher] 2022-11-09 14:53:56.156 DEBUG 1 --- [ main] c.h.s.i.o.impl.OperationExecutorImpl : [10.42.9.83]:5701 [dev] [5.2.0] Starting 2 partition threads and 3 generic threads (1 dedicated for priority tasks) 2022-11-09 14:53:56.232 INFO 1 --- [ main] c.h.internal.diagnostics.Diagnostics : [10.42.9.83]:5701 [dev] [5.2.0] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments. 2022-11-09 14:53:56.237 INFO 1 --- [ main] com.hazelcast.core.LifecycleService : [10.42.9.83]:5701 [dev] [5.2.0] [10.42.9.83]:5701 is STARTING 2022-11-09 14:53:56.237 DEBUG 1 --- [ main] c.h.i.p.InternalPartitionService : [10.42.9.83]:5701 [dev] [5.2.0] Adding Member [10.42.9.83]:5701 - 47583d2a-8f67-40f0-80fa-568b39a55bfe this 2022-11-09 14:53:56.247 DEBUG 1 --- [ main] c.h.i.networking.nio.NioNetworking : [10.42.9.83]:5701 [dev] [5.2.0] TcpIpConnectionManager configured with Non Blocking IO-threading model: 3 input threads and 3 output threads 2022-11-09 14:53:56.247 DEBUG 1 --- [ main] c.h.i.networking.nio.NioNetworking : [10.42.9.83]:5701 [dev] [5.2.0] write through enabled:true 2022-11-09 14:53:56.247 DEBUG 1 --- [ main] c.h.i.networking.nio.NioNetworking : [10.42.9.83]:5701 [dev] [5.2.0] IO threads selector mode is SELECT WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.hazelcast.internal.networking.nio.SelectorOptimizer (jar:file:/opt/app/application.jar!/BOOT-INF/lib/hazelcast-5.2.0.jar!/) to field sun.nio.ch.SelectorImpl.selectedKeys WARNING: Please consider reporting this to the maintainers of com.hazelcast.internal.networking.nio.SelectorOptimizer WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2022-11-09 14:53:56.540 INFO 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Cannot fetch the current zone, ZONE_AWARE feature is disabled 2022-11-09 14:53:56.637 INFO 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Kubernetes plugin discovered node name: k8s-dev-w-90-gpua10-1 2022-11-09 14:53:56.638 DEBUG 1 --- [ main] c.h.internal.cluster.ClusterService : [10.42.9.83]:5701 [dev] [5.2.0] Setting master address to null 2022-11-09 14:53:56.638 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:56.761 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:56.954 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:57.085 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:57.315 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:57.630 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:58.058 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:58.635 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:59.237 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:53:59.770 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:54:00.299 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:54:00.829 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:54:01.359 DEBUG 1 --- [ main] c.h.s.d.integration.DiscoveryService : [10.42.9.83]:5701 [dev] [5.2.0] Using service name to discover nodes. 2022-11-09 14:54:01.886 DEBUG 1 --- [ main] c.h.i.cluster.impl.DiscoveryJoiner : [10.42.9.83]:5701 [dev] [5.2.0] This node will assume master role since none of the possible members accepted join request. 2022-11-09 14:54:01.887 DEBUG 1 --- [ main] c.h.internal.cluster.ClusterService : [10.42.9.83]:5701 [dev] [5.2.0] Setting master address to [10.42.9.83]:5701 2022-11-09 14:54:01.887 DEBUG 1 --- [ main] c.h.i.cluster.impl.MembershipManager : [10.42.9.83]:5701 [dev] [5.2.0] Local member list join version is set to 1 2022-11-09 14:54:01.887 DEBUG 1 --- [ main] c.h.i.cluster.impl.DiscoveryJoiner : [10.42.9.83]:5701 [dev] [5.2.0] PostJoin master: [10.42.9.83]:5701, isMaster: true 2022-11-09 14:54:01.887 INFO 1 --- [ main] c.h.internal.cluster.ClusterService : [10.42.9.83]:5701 [dev] [5.2.0] Members {size:1, ver:1} [ Member [10.42.9.83]:5701 - 47583d2a-8f67-40f0-80fa-568b39a55bfe this ] 2022-11-09 14:54:01.898 INFO 1 --- [ main] com.hazelcast.core.LifecycleService : [10.42.9.83]:5701 [dev] [5.2.0] [10.42.9.83]:5701 is STARTED 2022-11-09 14:54:01.943 INFO 1 --- [ main] c.h.i.p.impl.PartitionStateManager : [10.42.9.83]:5701 [dev] [5.2.0] Initializing cluster partition table arrangement... 2022-11-09 14:54:02.033 DEBUG 1 --- [ main] c.h.i.p.InternalPartitionService : [10.42.9.83]:5701 [dev] [5.2.0] Publishing partition state, stamp: -8661523421455686299 2022-11-09 14:54:02.041 INFO 1 --- [ main] com.hazelcast.cache.impl.CacheService : [10.42.9.83]:5701 [dev] [5.2.0] Added cache config: CacheConfig{name='jmix-locks-cache', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}} 2022-11-09 14:54:02.130 INFO 1 --- [ main] com.hazelcast.cache.impl.CacheService : [10.42.9.83]:5701 [dev] [5.2.0] Added cache config: CacheConfig{name='jmix-eclipselink-query-cache', managerPrefix='/hz/', inMemoryFormat=BINARY, backupCount=1, hotRestart=HotRestartConfig{enabled=false, fsync=false}, dataPersistenceConfig=DataPersistenceConfig{enabled=false, fsync=false}, wanReplicationRef=null, merkleTreeConfig=MerkleTreeConfig{enabled=null, depth=10}} 2022-11-09 14:54:03.030 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2022-11-09 14:54:04.137 INFO 1 --- [ main] hsqldb.db.HSQLDB845CAB588D.ENGINE : Checkpoint start 2022-11-09 14:54:04.138 INFO 1 --- [ main] hsqldb.db.HSQLDB845CAB588D.ENGINE : checkpointClose start 2022-11-09 14:54:04.143 INFO 1 --- [ main] hsqldb.db.HSQLDB845CAB588D.ENGINE : checkpointClose synched 2022-11-09 14:54:04.147 INFO 1 --- [ main] hsqldb.db.HSQLDB845CAB588D.ENGINE : checkpointClose script done 2022-11-09 14:54:04.151 INFO 1 --- [ main] hsqldb.db.HSQLDB845CAB588D.ENGINE : checkpointClose end 2022-11-09 14:54:04.152 INFO 1 --- [ main] hsqldb.db.HSQLDB845CAB588D.ENGINE : Checkpoint end - txts: 1 2022-11-09 14:54:04.158 INFO 1 --- [ main] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Driver does not support get/set network timeout for connections. (feature not supported) 2022-11-09 14:54:04.161 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2022-11-09 14:54:04.438 INFO 1 --- [ main] liquibase.database : Set default schema name to PUBLIC Running Changeset: io/jmix/securitydata/liquibase/changelog/001-security-data.xml::1::security-data Running Changeset: io/jmix/securitydata/liquibase/changelog/001-security-data.xml::2-another-db::security-data Running Changeset: io/jmix/securitydata/liquibase/changelog/001-security-data.xml::3-another-db::security-data Running Changeset: io/jmix/securitydata/liquibase/changelog/001-security-data.xml::4::security-data Running Changeset: io/jmix/securitydata/liquibase/changelog/002-security-data.xml::1::security-data Running Changeset: io/jmix/securitydata/liquibase/changelog/002-security-data.xml::2::security-data Running Changeset: io/jmix/securitydata/liquibase/changelog/003-security-data.xml::1::security-data Running Changeset: io/jmix/uidata/liquibase/changelog/001-ui-data.xml::1::ui-data Running Changeset: io/jmix/uidata/liquibase/changelog/001-ui-data.xml::2::ui-data Running Changeset: io/jmix/uidata/liquibase/changelog/001-ui-data.xml::3::ui-data Running Changeset: io/jmix/uidata/liquibase/changelog/001-ui-data.xml::4::ui-data Running Changeset: io/jmix/uidata/liquibase/changelog/001-ui-data.xml::5::ui-data Running Changeset: de/adnova/adfweb/liquibase/changelog/010-init-user.xml::1::adfweb Running Changeset: de/adnova/adfweb/liquibase/changelog/010-init-user.xml::2::adfweb Running Changeset: de/adnova/adfweb/liquibase/changelog/010-init-user.xml::3::adfweb Running Changeset: de/adnova/adfweb/liquibase/changelog/010-init-user.xml::4::adfweb 2022-11-09 14:54:11.334 INFO 1 --- [ main] i.j.d.i.JmixBaseEntityManagerFactoryBean : Using persistence.xml at de/adnova/adfweb/persistence.xml for 'main' store 2022-11-09 14:54:14.130 INFO 1 --- [ main] i.j.d.impl.JmixEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'main' 2022-11-09 14:54:21.945 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eclipseLinkChannelSupplier' defined in class path resource [io/jmix/autoconfigure/eclipselink/JmixEclipseLinkChannelAutoConfiguration$HazelcastChannelConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [io.jmix.eclipselink.impl.support.EclipseLinkChannelSupplier]: Factory method 'eclipseLinkChannelSupplier' threw exception; nested exception is com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast instance is not active! 2022-11-09 14:54:21.951 INFO 1 --- [ main] i.j.d.impl.JmixEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'main' 2022-11-09 14:54:22.032 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2022-11-09 14:54:22.038 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.