Hello.
I’m working with keycloak:12.0.4 in docker for a while and decided to try new 13.0.0 version.
docker run -P --name jboss-keycloak-13 jboss/keycloak:13.0.0 seem to start normally but after 15 seconds console is full of errors:
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 ...
and
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 ...
and
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)
Full log is here: docker keycloak 13 start error log - Pastebin.com
After some minutes:
13:52:01,132 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
But admin console is not available in browser.
Accessing http://(docker):(port) leads to http://(docker):(port)/auth and replies with 404 - Not Found message.
Same happens if I try quay.io/keycloak/keycloak:13.0.0.
Windows 7, Docker version 19.03.1, build 74b1e89e8a (Docker Toolbox)