-Wildfly: WFLYCTL0348: Timeout after [300] seconds waiting for service container stability.
Si al arrancar Wildfly en modo dominio da este error al arrancar alguno de los hosts:
WFLYCTL0348: Timeout after [300] seconds waiting for service container stability. Operation will roll back. Step that first updated the service container was ‘add’ at address ‘[(«interface» => «management»)]’
Eso significa que ha tardado mucho en arrancar y por si acaso se ha quedado enganchado con algo se apaga ese servidor.
Para aumentar ese tiempo si realmente esque le cuasa mas de esos 300 segundos es cambiar la variable:
Al arrancar:
-Djboss.as.management.blocking.timeout=600
Desde el jboss-cli:
/host=master/serverserver-config=server-one/system-property=jboss.as.management.blocking.timeout:add(boot-time=true,value=600)
Y si no desde la consola web tambien se puede configurar.
0 comentarios