Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.9K
Views
Obteniendo un error al instalar Keycloack en el contenedor Docker (OS- Mac M1)

Tengo un problema al instalar Keycloack en el contenedor Docker de mi Mac M1

Uso este código para instalar el Keycloack

 docker run -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -p 8080:8080 jboss/keycloak

Pego esto llamado este código en mi terminal. Después de pegar este código, obtengo estos problemas o errores.

 08:32:06,727 ERROR [org.jboss.modcluster] (ServerService Thread Pool -- 58) MODCLUSTER000034: Failed to start advertise listener: java.net.SocketException: Protocol not available (Error setting socket option)

 08:32:12,771 ERROR [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 58) failed setting interface to /172.17.0.2: java.net.SocketException: Protocol not available (Error setting socket option) 08:32:12,775 ERROR [org.jgroups.protocols.UDP] (ServerService Thread Pool -- 58) failed setting interface to /172.17.0.2: java.net.SocketException: Protocol not available (Error setting socket option) 08:32:12,780 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 58) MSC000001: Failed to start service org.wildfly.clustering.jgroups.channel.ee: org.jboss.msc.service.StartException in service org.wildfly.clustering.jgroups.channel.ee: java.lang.IllegalStateException: java.net.SocketException: Protocol not available

 08:32:13,179 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem" => "jgroups"), ("channel" => "ee") ]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.clustering.jgroups.channel.ee" => "java.lang.IllegalStateException: java.net.SocketException: Protocol not available Caused by: java.lang.IllegalStateException: java.net.SocketException: Protocol not available Caused by: java.net.SocketException: Protocol not available"}} 08:32:13,225 INFO [org.jboss.as.server] (ServerService Thread Pool -- 46) WFLYSRV0010: Deployed "keycloak-server.war" (runtime-name : "keycloak-server.war") 08:32:13,233 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report WFLYCTL0186: Services which failed to start: service org.wildfly.clustering.jgroups.channel.ee: java.lang.IllegalStateException: java.net.SocketException: Protocol not available WFLYCTL0448: 42 additional services are down due to their dependencies being missing or failed 08:32:13,491 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 08:32:13,506 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: Keycloak 15.0.2 (WildFly Core 15.0.1.Final) started (with errors) in 24942ms - Started 497 of 930 services (48 services failed or missing dependencies, 683 services are lazy, passive or on-demand) 08:32:13,514 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 08:32:13,514 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Pasos:

Clonar repositorio de contenedores Keycloak:

 git clone git@github.com:keycloak/keycloak-containers.git

Abra el directorio del servidor (cd keycloak-containers/server) Realice la compra en la versión deseada, p. git checkout 13.0.1 Construir ventana acoplable

 image docker build -t jboss/keycloak:13.0.1 .

Ejecutar Keycloak

 docker run --rm -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin jboss/keycloak:13.0.1

También puedes usar este script:

 #/bin/zsh VERSION=14.0.0 # set version here cd /tmp git clone git@github.com:keycloak/keycloak-containers.git cd keycloak-containers/server git checkout $VERSION docker build -t "jboss/keycloak:${VERSION}" . docker build -t "quay.io/keycloak/keycloak:${VERSION}" .

Verifique la solución en este enlace informado: problema de Github

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!