Advertisement
ILyaCyclone

docker keycloak 13 start error log

May 11th, 2021
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.07 KB | None | 0 0
  1. docker run -P --name jboss-keycloak-13 jboss/keycloak:13.0.0
  2. -b 0.0.0.0
  3. =========================================================================
  4.  
  5. Using Embedded H2 database
  6.  
  7. =========================================================================
  8.  
  9. =========================================================================
  10.  
  11. JBoss Bootstrap Environment
  12.  
  13. JBOSS_HOME: /opt/jboss/keycloak
  14.  
  15. JAVA: java
  16.  
  17. 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
  18.  
  19. =========================================================================
  20.  
  21. 13:47:43,027 INFO [org.jboss.modules] (main) JBoss Modules version 1.11.0.Final
  22. 13:47:44,683 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final
  23. 13:47:44,710 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
  24. 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
  25. 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
  26. 13:47:47,801 INFO [org.wildfly.security] (ServerService Thread Pool -- 22) ELY00001: WildFly Elytron version 1.15.3.Final
  27. 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
  28. 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.
  29. 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.
  30. 13:47:51,085 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
  31. 13:47:51,156 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.8.4.Final
  32. 13:47:51,192 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.4.Final
  33. 13:47:51,345 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.20.Final
  34. 13:47:51,448 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
  35. 13:47:51,487 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 50) WFLYNAM0001: Activating Naming Subsystem
  36. 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
  37. 13:47:51,479 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 38) WFLYHEALTH0001: Activating Base Health Subsystem
  38. 13:47:51,473 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 43) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.2.11
  39. 13:47:51,473 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 39) WFLYCLINF0001: Activating Infinispan subsystem.
  40. 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.
  41. 13:47:51,532 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 48) WFLYMETRICS0001: Activating Base Metrics Subsystem
  42. 13:47:51,693 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 41) WFLYRS0016: RESTEasy version 3.15.1.Final
  43. 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)
  44. 13:47:51,878 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=5.0.3.Final-redhat-00007
  45. 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)
  46. 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
  47. 13:47:52,083 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.2.5.Final starting
  48. 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: '[]']
  49. 13:47:52,843 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
  50. 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.
  51. 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.
  52. 13:47:53,226 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
  53. 13:47:53,459 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
  54. 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.
  55. 13:47:54,200 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
  56. 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
  57. 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
  58. 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
  59. 13:47:54,403 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) Queuing requests.
  60. WARNING: An illegal reflective access operation has occurred
  61. 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()
  62. WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
  63. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  64. WARNING: All illegal access operations will be denied in a future release
  65. 13:47:54,419 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
  66. 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
  67. 13:47:54,611 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 58) MODCLUSTER000001: Initializing mod_cluster version 1.4.3.Final
  68. 13:47:54,651 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 58) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
  69. 13:47:54,659 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
  70. 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
  71. 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
  72. 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")
  73. 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
  74. 13:47:55,568 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/KeycloakDS]
  75. 13:47:55,578 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
  76. 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
  77. 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
  78. 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
  79. 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
  80. 13:47:58,816 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 60) ISPN000128: Infinispan version: Infinispan 'Corona Extra' 11.0.9.Final
  81. 13:47:58,939 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 61) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
  82. 13:47:59,029 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 60) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
  83. 13:47:59,031 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 58) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
  84. 13:47:59,036 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 59) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
  85. 13:47:59,038 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 62) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
  86. 13:47:59,294 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 60) ISPN000078: Starting JGroups channel ejb
  87. 13:47:59,296 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 58) ISPN000078: Starting JGroups channel ejb
  88. 13:47:59,295 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 61) ISPN000078: Starting JGroups channel ejb
  89. 13:47:59,295 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 62) ISPN000078: Starting JGroups channel ejb
  90. 13:47:59,295 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 59) ISPN000078: Starting JGroups channel ejb
  91. 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]
  92. 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]
  93. 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]
  94. 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]
  95. 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]
  96. 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]
  97. 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]
  98. 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]
  99. 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]
  100. 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]
  101. 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.
  102. 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.
  103. 13:48:00,489 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
  104. 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)
  105. at org.infinispan.protostream@4.3.5.Final//protostream.com.google.protobuf.CodedInputStream$StreamDecoder.readRawVarint64SlowPath(CodedInputStream.java:2602)
  106. at org.infinispan.protostream@4.3.5.Final//protostream.com.google.protobuf.CodedInputStream$StreamDecoder.readUInt32(CodedInputStream.java:2426)2496)
  107. 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)
  108. at org.wildfly.clustering.marshalling.protostream@23.0.2.Final//org.wildfly.clustering.marshalling.protostream.AnyMarshaller.readFrom(AnyMarshaller.java:37)
  109. 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)
  110. 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)
  111. at org.infinispan.protostream@4.3.5.Final//org.infinispan.protostream.impl.RawProtobufMarshallerDelegate.unmarshall(RawProtobufMarshallerDelegate.java:37)
  112. at org.infinispan.protostream@4.3.5.Final//org.infinispan.protostream.ProtobufUtil.fromWrappedByteArray(ProtobufUtil.java:162)
  113. at org.infinispan@11.0.9.Final//org.infinispan.marshall.persistence.impl.PersistenceMarshallerImpl.objectFromByteBuffer(PersistenceMarshallerImpl.java:150)
  114. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readUnknown(GlobalMarshaller.java:891)
  115. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNullableObject(GlobalMarshaller.java:358)15)
  116. at org.infinispan@11.0.9.Final//org.infinispan.container.entries.ImmortalCacheEntry$Externalizer.readObject(ImmortalCacheEntry.java:108)
  117. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readWithExternalizer(GlobalMarshaller.java:728)y.java:97)
  118. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNullableObject(GlobalMarshaller.java:358)09)
  119. at org.infinispan.commons@11.0.9.Final//org.infinispan.commons.marshall.MarshallUtil.lambda$unmarshallCollection$0(MarshallUtil.java:293)
  120. at org.infinispan.commons@11.0.9.Final//org.infinispan.commons.marshall.MarshallUtil.unmarshallCollection(MarshallUtil.java:293)
  121. at org.infinispan@11.0.9.Final//org.infinispan.marshall.exts.CollectionExternalizer.readObject(CollectionExternalizer.java:28))
  122. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNonNullableObject(GlobalMarshaller.java:709)
  123. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.BytesObjectInput.readObject(BytesObjectInput.java:32)java:358)
  124. at org.infinispan@11.0.9.Final//org.infinispan.statetransfer.StateChunk$Externalizer.readObject(StateChunk.java:65)
  125. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNonNullableObject(GlobalMarshaller.java:709)
  126. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.BytesObjectInput.readObject(BytesObjectInput.java:32)java:358)
  127. at org.infinispan.commons@11.0.9.Final//org.infinispan.commons.marshall.MarshallUtil.unmarshallCollection(MarshallUtil.java:276)java:293)
  128. at org.infinispan@11.0.9.Final//org.infinispan.commands.statetransfer.StateResponseCommand.readFrom(StateResponseCommand.java:125)
  129. at org.infinispan@11.0.9.Final//org.infinispan.marshall.exts.CacheRpcCommandExternalizer.readObject(CacheRpcCommandExternalizer.java:154)lizer.java:114)
  130. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readWithExternalizer(GlobalMarshaller.java:728)er.java:81)
  131. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.readNullableObject(GlobalMarshaller.java:358)09)
  132. at org.infinispan@11.0.9.Final//org.infinispan.marshall.core.GlobalMarshaller.objectFromByteBuffer(GlobalMarshaller.java:221))
  133. at org.infinispan@11.0.9.Final//org.infinispan.remoting.transport.jgroups.JGroupsTransport.processMessage(JGroupsTransport.java:1302)
  134. at org.infinispan@11.0.9.Final//org.infinispan.remoting.transport.jgroups.JGroupsTransport$ChannelCallbacks.up(JGroupsTransport.java:1445)
  135. at org.jgroups@4.2.11.Final//org.jgroups.fork.ForkProtocolStack.up(ForkProtocolStack.java:135)
  136. at org.jgroups@4.2.11.Final//org.jgroups.protocols.FORK.up(FORK.java:142)309)
  137. at org.jgroups@4.2.11.Final//org.jgroups.protocols.FlowControl.up(FlowControl.java:351)
  138. at org.jgroups@4.2.11.Final//org.jgroups.protocols.pbcast.GMS.up(GMS.java:876)java:359)
  139. at org.jgroups@4.2.11.Final//org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1049)
  140. at org.jgroups@4.2.11.Final//org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:753)
  141. at org.jgroups@4.2.11.Final//org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:592)
  142. at org.jgroups@4.2.11.Final//org.jgroups.protocols.FailureDetection.up(FailureDetection.java:186)
  143. at org.jgroups@4.2.11.Final//org.jgroups.protocols.MERGE3.up(MERGE3.java:281)4)
  144. at org.jgroups@4.2.11.Final//org.jgroups.protocols.TP.passMessageUp(TP.java:1396)0)
  145. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)bmitToThreadPool.java:87)
  146. at org.jboss.as.clustering.common@23.0.2.Final//org.jboss.as.clustering.context.ContextReferenceExecutor.execute(ContextReferenceExecutor.java:49)
  147. at java.base/java.lang.Thread.run(Thread.java:829)g.jboss.as.clustering.context.ContextualExecutor$1.run(ContextualExecutor.java:70)
  148.  
  149. 13:48:00,887 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) WFLYCLINF0002: Started offlineClientSessions cache from keycloak container
  150. 13:48:00,888 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 63) WFLYCLINF0002: Started actionTokens cache from keycloak container
  151. 13:48:00,907 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0002: Started work cache from keycloak container
  152. 13:48:00,991 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 67) WFLYCLINF0002: Started clientSessions cache from keycloak container
  153. 13:48:00,990 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started offlineSessions cache from keycloak container
  154. 13:48:01,041 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 65) WFLYCLINF0002: Started loginFailures cache from keycloak container
  155. 13:48:01,207 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 69) WFLYCLINF0002: Started sessions cache from keycloak container
  156. 13:48:01,213 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 70) WFLYCLINF0002: Started authenticationSessions cache from keycloak container
  157. 13:48:01,329 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0002: Started authorization cache from keycloak container
  158. 13:48:01,356 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started users cache from keycloak container
  159. 13:48:01,399 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0002: Started realms cache from keycloak container
  160. 13:48:01,394 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 68) WFLYCLINF0002: Started keys cache from keycloak container
  161. 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.
  162. 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
  163. at org.wildfly.clustering.service@23.0.2.Final//org.wildfly.clustering.service.FunctionalService.start(FunctionalService.java:66)
  164. at org.wildfly.clustering.service@23.0.2.Final//org.wildfly.clustering.service.AsyncServiceConfigurator$AsyncService.lambda$start$0(AsyncServiceConfigurator.java:117)
  165. at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
  166. at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
  167. at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
  168. at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
  169. at java.base/java.lang.Thread.run(Thread.java:829)
  170. at org.jboss.threads@2.4.0.Final//org.jboss.threads.JBossThread.run(JBossThread.java:513)
  171. Caused by: org.infinispan.commons.CacheException: Initial state transfer timed out for cache http-remoting-connector on 49a7c9ab2de0
  172. at org.infinispan@11.0.9.Final//org.infinispan.statetransfer.StateTransferManagerImpl.waitForInitialStateTransferToComplete(StateTransferManagerImpl.java:246)
  173. at org.infinispan@11.0.9.Final//org.infinispan.cache.impl.CacheImpl.start(CacheImpl.java:1011)
  174. at org.infinispan@11.0.9.Final//org.infinispan.cache.impl.AbstractDelegatingCache.start(AbstractDelegatingCache.java:512)
  175. at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:697)
  176. at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:643)
  177. at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.internalGetCache(DefaultCacheManager.java:532)
  178. at org.infinispan@11.0.9.Final//org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:510)
  179. at org.jboss.as.clustering.infinispan@23.0.2.Final//org.jboss.as.clustering.infinispan.DefaultCacheContainer.getCache(DefaultCacheContainer.java:92)
  180. at org.wildfly.clustering.infinispan.spi@23.0.2.Final//org.wildfly.clustering.infinispan.spi.service.CacheServiceConfigurator.get(CacheServiceConfigurator.java:55)
  181. ... 7 moredfly.clustering.service@23.0.2.Final//org.wildfly.clustering.service.FunctionalService.start(FunctionalService.java:63)
  182.  
  183. 13:52:00,864 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
  184. ("subsystem" => "ejb3"),
  185. ("service" => "remote")
  186. ]) - 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
  187. Caused by: org.infinispan.commons.CacheException: Initial state transfer timed out for cache http-remoting-connector on 49a7c9ab2de0"}}
  188. 13:52:00,912 INFO [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0010: Deployed "keycloak-server.war" (runtime-name : "keycloak-server.war")
  189. 13:52:00,919 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
  190. 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
  191. WFLYCTL0448: 14 additional services are down due to their dependencies being missing or failed
  192. 13:52:01,113 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
  193. 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)
  194. 13:52:01,130 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
  195. 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