Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- docker run -P --name jboss-keycloak-13 jboss/keycloak:13.0.0
- -b 0.0.0.0
- =========================================================================
- Using Embedded H2 database
- =========================================================================
- =========================================================================
- JBoss Bootstrap Environment
- JBOSS_HOME: /opt/jboss/keycloak
- JAVA: java
- JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED
- =========================================================================
- 13:47:43,027 INFO [org.jboss.modules] (main) JBoss Modules version 1.11.0.Final
- 13:47:44,683 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final
- 13:47:44,710 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
- 13:47:45,089 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: Keycloak 13.0.0 (WildFly Core 15.0.1.Final) starting
- 13:47:45,428 INFO [org.jboss.vfs] (MSC service thread 1-2) VFS000002: Failed to clean existing content for temp file provider of type temp. Enable DEBUG level log to find what caused this
- 13:47:47,801 INFO [org.wildfly.security] (ServerService Thread Pool -- 22) ELY00001: WildFly Elytron version 1.15.3.Final
- 13:47:48,930 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 24) WFLYCTL0033: Extension 'security' is deprecated and may not be supported in future versions
- 13:47:50,190 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
- 13:47:50,356 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 20) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
- 13:47:51,085 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
- 13:47:51,156 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.8.4.Final
- 13:47:51,192 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.4.Final
- 13:47:51,345 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.20.Final
- 13:47:51,448 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
- 13:47:51,487 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 50) WFLYNAM0001: Activating Naming Subsystem
- 13:47:51,409 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 40) WFLYIO001: Worker 'default' has auto-configured to 2 IO threads with 16 max task threads based on your 1 available processors
- 13:47:51,479 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 38) WFLYHEALTH0001: Activating Base Health Subsystem
- 13:47:51,473 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 43) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.2.11
- 13:47:51,473 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 39) WFLYCLINF0001: Activating Infinispan subsystem.
- 13:47:51,417 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 55) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
- 13:47:51,532 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 48) WFLYMETRICS0001: Activating Base Metrics Subsystem
- 13:47:51,693 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 41) WFLYRS0016: RESTEasy version 3.15.1.Final
- 13:47:51,867 INFO [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 1.4.27.Final)
- 13:47:51,878 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=5.0.3.Final-redhat-00007
- 13:47:51,932 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
- 13:47:52,080 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 56) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
- 13:47:52,083 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.2.5.Final starting
- 13:47:52,554 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 56) WFLYUT0014: Creating file handler for path '/opt/jboss/keycloak/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
- 13:47:52,843 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
- 13:47:53,217 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 4 (per class), which is derived from the number of CPUs on this host.
- 13:47:53,224 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 16 (per class), which is derived from thread worker pool sizing.
- 13:47:53,226 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
- 13:47:53,459 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
- 13:47:54,085 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY00023: KeyStore file '/opt/jboss/keycloak/standalone/configuration/application.keystore' does not exist. Used blank.
- 13:47:54,200 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
- 13:47:54,208 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY01084: KeyStore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self-signed certificate for host localhost
- 13:47:54,399 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow AJP listener ajp listening on 0.0.0.0:8009
- 13:47:54,400 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
- 13:47:54,403 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) Queuing requests.
- WARNING: An illegal reflective access operation has occurred
- WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/jboss/keycloak/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-15.0.1.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
- WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
- 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
- 13:47:54,419 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
- 13:47:54,591 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
- 13:47:54,611 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 58) MODCLUSTER000001: Initializing mod_cluster version 1.4.3.Final
- 13:47:54,651 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 58) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
- 13:47:54,659 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
- 13:47:55,009 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /opt/jboss/keycloak/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
- 13:47:55,122 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/keycloak/standalone/deployments
- 13:47:55,181 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "keycloak-server.war" (runtime-name: "keycloak-server.war")
- 13:47:55,536 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:8443
- 13:47:55,568 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/KeycloakDS]
- 13:47:55,578 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
- 13:47:57,007 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 59) JGRP000015: the send buffer of socket ManagedMulticastSocketBinding was set to 1.00MB, but the OS only allocated 212.99KB
- 13:47:57,010 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 59) JGRP000015: the receive buffer of socket ManagedMulticastSocketBinding was set to 20.00MB, but the OS only allocated 212.99KB
- 13:47:57,012 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 59) JGRP000015: the send buffer of socket ManagedMulticastSocketBinding was set to 1.00MB, but the OS only allocated 212.99KB
- 13:47:57,016 WARN [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 59) JGRP000015: the receive buffer of socket ManagedMulticastSocketBinding was set to 25.00MB, but the OS only allocated 212.99KB
- 13:47:58,816 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 60) ISPN000128: Infinispan version: Infinispan 'Corona Extra' 11.0.9.Final
- 13:47:58,939 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 61) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
- 13:47:59,029 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 60) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
- 13:47:59,031 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 58) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
- 13:47:59,036 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 59) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
- 13:47:59,038 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 62) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
- 13:47:59,294 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 60) ISPN000078: Starting JGroups channel ejb
- 13:47:59,296 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 58) ISPN000078: Starting JGroups channel ejb
- 13:47:59,295 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 61) ISPN000078: Starting JGroups channel ejb
- 13:47:59,295 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 62) ISPN000078: Starting JGroups channel ejb
- 13:47:59,295 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 59) ISPN000078: Starting JGroups channel ejb
- 13:47:59,305 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 62) ISPN000094: Received new cluster view for channel ejb: [45f73e29a552|24] (3) [45f73e29a552, 843de0ecf54d, 49a7c9ab2de0]
- 13:47:59,307 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 58) ISPN000094: Received new cluster view for channel ejb: [45f73e29a552|24] (3) [45f73e29a552, 843de0ecf54d, 49a7c9ab2de0]
- 13:47:59,306 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 59) ISPN000094: Received new cluster view for channel ejb: [45f73e29a552|24] (3) [45f73e29a552, 843de0ecf54d, 49a7c9ab2de0]
- 13:47:59,306 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 61) ISPN000094: Received new cluster view for channel ejb: [45f73e29a552|24] (3) [45f73e29a552, 843de0ecf54d, 49a7c9ab2de0]
- 13:47:59,323 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 60) ISPN000094: Received new cluster view for channel ejb: [45f73e29a552|24] (3) [45f73e29a552, 843de0ecf54d, 49a7c9ab2de0]
- 13:47:59,327 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 62) ISPN000079: Channel ejb local address is 49a7c9ab2de0, physical addresses are [172.17.0.4:55200]
- 13:47:59,335 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 61) ISPN000079: Channel ejb local address is 49a7c9ab2de0, physical addresses are [172.17.0.4:55200]
- 13:47:59,344 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 59) ISPN000079: Channel ejb local address is 49a7c9ab2de0, physical addresses are [172.17.0.4:55200]
- 13:47:59,371 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 60) ISPN000079: Channel ejb local address is 49a7c9ab2de0, physical addresses are [172.17.0.4:55200]
- 13:47:59,376 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 58) ISPN000079: Channel ejb local address is 49a7c9ab2de0, physical addresses are [172.17.0.4:55200]
- 13:47:59,508 INFO [org.infinispan.CONFIG] (MSC service thread 1-2) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
- 13:47:59,519 INFO [org.infinispan.CONFIG] (MSC service thread 1-2) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
- 13:48:00,489 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
- 13:48:00at org.infinispan.protostream@4.3.5.Final//protostream.com.google.protobuf.InvalidProtocolBufferException.truncatedMessage(InvalidProtocolBufferException.java:84)colBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that org.infinispan.protostream@4.3.5.Final//protostream.com.google.protobuf.CodedInputStream$StreamDecoder.refillBuffer(CodedInputStream.java:2737)
- at org.infinispan.protostream@4.3.5.Final//protostream.com.google.protobuf.CodedInputStream$StreamDecoder.readRawVarint64SlowPath(CodedInputStream.java:2602)
- at org.infinispan.protostream@4.3.5.Final//protostream.com.google.protobuf.CodedInputStream$StreamDecoder.readUInt32(CodedInputStream.java:2426)2496)
- at org.wildfly.clustering.marshalling.protostream@23.0.2.Final//org.wildfly.clustering.marshalling.protostream.AnyField$2.readFrom(AnyField.java:93)efaultProtoStreamReat org.wildfly.clustering.marshalling.protostream@23.0.2.Final//org.wildfly.clustering.marshalling.protostream.AnyField$2.readFrom(AnyField.java:81)
- at org.wildfly.clustering.marshalling.protostream@23.0.2.Final//org.wildfly.clustering.marshalling.protostream.AnyMarshaller.readFrom(AnyMarshaller.java:37)
- at org.infinispan.protostream@4.3.5.Final//org.infinispan.protostream.impl.RawProtobufMarshallerDelegate.unmarshall(RawProtobufMarshallerDelegate.java:37)arshaller.javat org.infinispan.protostream@4.3.5.Final//org.infinispan.protostream.ProtobufUtil.readFrom(ProtobufUtil.java:128)
- at org.wildfly.clustering.marshalling.protostream@23.0.2.Final//org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller.readFrom(ProtoStreamByteat org.wildfly.clustering.infinispan.marshalling@23.0.2.Final//org.wildfly.clustering.infinispan.marshalling.protostream.ProtoStreamMarshaller.readObject(ProtoStreamMaat org.wildfly.clustering.infinispan.marshalling@23.0.2.Final//org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller.objectFromByteBuffer(AbstractMarshallerat org.wildfly.clustering.infinispan.marshalling@23.0.2.Final//org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller.objectFromByteBuffer(AbstractMarshallerat org.infinispan@11.0.9.Final//org.infinispan.marshall.protostream.impl.MarshallableUserObject$Marshaller.readFrom(MarshallableUserObject.java:138)
- at org.infinispan.protostream@4.3.5.Final//org.infinispan.protostream.impl.RawProtobufMarshallerDelegate.unmarshall(RawProtobufMarshallerDelegate.java:37)
- at org.infinispan.protostream@4.3.5.Final//org.infinispan.protostream.ProtobufUtil.fromWrappedByteArray(ProtobufUtil.java:162)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.persistence.impl.PersistenceMarshallerImpl.objectFromByteBuffer(PersistenceMarshallerImpl.java:150)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readUnknown(GlobalMarshaller.java:891)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNullableObject(GlobalMarshaller.java:358)15)
- at org.infinispan@11.0.9.Final//org.infinispan.container.entries.ImmortalCacheEntry$Externalizer.readObject(ImmortalCacheEntry.java:108)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readWithExternalizer(GlobalMarshaller.java:728)y.java:97)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNullableObject(GlobalMarshaller.java:358)09)
- at org.infinispan.commons@11.0.9.Final//org.infinispan.commons.marshall.MarshallUtil.lambda$unmarshallCollection$0(MarshallUtil.java:293)
- at org.infinispan.commons@11.0.9.Final//org.infinispan.commons.marshall.MarshallUtil.unmarshallCollection(MarshallUtil.java:293)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.exts.CollectionExternalizer.readObject(CollectionExternalizer.java:28))
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNonNullableObject(GlobalMarshaller.java:709)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.BytesObjectInput.readObject(BytesObjectInput.java:32)java:358)
- at org.infinispan@11.0.9.Final//org.infinispan.statetransfer.StateChunk$Externalizer.readObject(StateChunk.java:65)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNonNullableObject(GlobalMarshaller.java:709)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.BytesObjectInput.readObject(BytesObjectInput.java:32)java:358)
- at org.infinispan.commons@11.0.9.Final//org.infinispan.commons.marshall.MarshallUtil.unmarshallCollection(MarshallUtil.java:276)java:293)
- at org.infinispan@11.0.9.Final//org.infinispan.commands.statetransfer.StateResponseCommand.readFrom(StateResponseCommand.java:125)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.exts.CacheRpcCommandExternalizer.readObject(CacheRpcCommandExternalizer.java:154)lizer.java:114)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readWithExternalizer(GlobalMarshaller.java:728)er.java:81)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNullableObject(GlobalMarshaller.java:358)09)
- at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.objectFromByteBuffer(GlobalMarshaller.java:221))
- at org.infinispan@11.0.9.Final//org.infinispan.remoting.transport.jgroups.JGroupsTransport.processMessage(JGroupsTransport.java:1302)
- at org.infinispan@11.0.9.Final//org.infinispan.remoting.transport.jgroups.JGroupsTransport$ChannelCallbacks.up(JGroupsTransport.java:1445)
- at org.jgroups@4.2.11.Final//org.jgroups.fork.ForkProtocolStack.up(ForkProtocolStack.java:135)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.FORK.up(FORK.java:142)309)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.FlowControl.up(FlowControl.java:351)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.pbcast.GMS.up(GMS.java:876)java:359)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1049)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:753)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:592)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.FailureDetection.up(FailureDetection.java:186)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.MERGE3.up(MERGE3.java:281)4)
- at org.jgroups@4.2.11.Final//org.jgroups.protocols.TP.passMessageUp(TP.java:1396)0)
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)bmitToThreadPool.java:87)
- at org.jboss.as.clustering.common@23.0.2.Final//org.jboss.as.clustering.context.ContextReferenceExecutor.execute(ContextReferenceExecutor.java:49)
- at java.base/java.lang.Thread.run(Thread.java:829)g.jboss.as.clustering.context.ContextualExecutor$1.run(ContextualExecutor.java:70)
- 13:48:00,887 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started offlineClientSessions cache from keycloak container
- 13:48:00,888 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 63) WFLYCLINF0002: Started actionTokens cache from keycloak container
- 13:48:00,907 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0002: Started work cache from keycloak container
- 13:48:00,991 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 67) WFLYCLINF0002: Started clientSessions cache from keycloak container
- 13:48:00,990 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started offlineSessions cache from keycloak container
- 13:48:01,041 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 65) WFLYCLINF0002: Started loginFailures cache from keycloak container
- 13:48:01,207 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 69) WFLYCLINF0002: Started sessions cache from keycloak container
- 13:48:01,213 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 70) WFLYCLINF0002: Started authenticationSessions cache from keycloak container
- 13:48:01,329 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started authorization cache from keycloak container
- 13:48:01,356 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started users cache from keycloak container
- 13:48:01,399 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0002: Started realms cache from keycloak container
- 13:48:01,394 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 68) WFLYCLINF0002: Started keys cache from keycloak container
- 13:48:01,829 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0273: Excluded subsystem webservices via jboss-deployment-structure.xml does not exist.
- 13:52:00,503 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 62) MSC000001: Failed to start service org.wildfly.clustering.infinispan.cache.ejb.http-remoting-connector: org.jboss.msc.service.StartException in service org.wildfly.clustering.infinispan.cache.ejb.http-remoting-connector: org.infinispan.commons.CacheException: Initial state transfer timed out for cache http-remoting-connector on 49a7c9ab2de0
- at org.wildfly.clustering.service@23.0.2.Final//org.wildfly.clustering.service.FunctionalService.start(FunctionalService.java:66)
- at org.wildfly.clustering.service@23.0.2.Final//org.wildfly.clustering.service.AsyncServiceConfigurator$AsyncService.lambda$start$0(AsyncServiceConfigurator.java:117)
- at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
- at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
- at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
- at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
- at java.base/java.lang.Thread.run(Thread.java:829)
- at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
- Caused by: org.infinispan.commons.CacheException: Initial state transfer timed out for cache http-remoting-connector on 49a7c9ab2de0
- at org.infinispan@11.0.9.Final//org.infinispan.statetransfer.StateTransferManagerImpl.waitForInitialStateTransferToComplete(StateTransferManagerImpl.java:246)
- at org.infinispan@11.0.9.Final//org.infinispan.cache.impl.CacheImpl.start(CacheImpl.java:1011)
- at org.infinispan@11.0.9.Final//org.infinispan.cache.impl.AbstractDelegatingCache.start(AbstractDelegatingCache.java:512)
- at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:697)
- at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:643)
- at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.internalGetCache(DefaultCacheManager.java:532)
- at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:510)
- at org.jboss.as.clustering.infinispan@23.0.2.Final//org.jboss.as.clustering.infinispan.DefaultCacheContainer.getCache(DefaultCacheContainer.java:92)
- at org.wildfly.clustering.infinispan.spi@23.0.2.Final//org.wildfly.clustering.infinispan.spi.service.CacheServiceConfigurator.get(CacheServiceConfigurator.java:55)
- ... 7 moredfly.clustering.service@23.0.2.Final//org.wildfly.clustering.service.FunctionalService.start(FunctionalService.java:63)
- 13:52:00,864 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
- ("subsystem" => "ejb3"),
- ("service" => "remote")
- ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.clustering.infinispan.cache.ejb.http-remoting-connector" => "org.infinispan.commons.CacheException: Initial state transfer timed out for cache http-remoting-connector on 49a7c9ab2de0
- Caused by: org.infinispan.commons.CacheException: Initial state transfer timed out for cache http-remoting-connector on 49a7c9ab2de0"}}
- 13:52:00,912 INFO [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0010: Deployed "keycloak-server.war" (runtime-name : "keycloak-server.war")
- 13:52:00,919 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
- WFLYCTL0186: Services which failed to start: service org.wildfly.clustering.infinispan.cache.ejb.http-remoting-connector: org.infinispan.commons.CacheException: Initial state transfer timed out for cache http-remoting-connector on 49a7c9ab2de0
- WFLYCTL0448: 14 additional services are down due to their dependencies being missing or failed
- 13:52:01,113 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
- 13:52:01,126 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: Keycloak 13.0.0 (WildFly Core 15.0.1.Final) started (with errors) in 259322ms - Started 673 of 977 services (16 services failed or missing dependencies, 686 services are lazy, passive or on-demand)
- 13:52:01,130 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
- 13:52:01,132 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement