简体   繁体   English

启用部署时Jboss崩溃

[英]Jboss crash when enabling deploy

I'm trying to enable applications on jboss EAP 7 but I get this error message every time 我正在尝试在jboss EAP 7上启用应用程序,但是每次都会收到此错误消息

2017-04-11 20:42:14,291 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 65) WFLYCTL0348: O intervalo após [600] segundos de espera para estabilidade do contêiner de serviço. A operação será revertida. A etapa que primeiro atualizou o contêiner do serviço era 'add' no endereço '[("deployment" => "broker-2.0.war")]'
2017-04-11 20:42:14,293 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 65) WFLYSRV0022: O procedimento de implantação "broker-2.0.war" foi revertido sem falha de mensagem

Everywhere I searched said to configure the -Djboss.as.management.blocking.timeout, I did it but without success. 我搜索过的所有地方都说要配置-Djboss.as.management.blocking.timeout,但是我做到了,但是没有成功。

Debug mode doesn't helped, throw the same error message. 调试模式无济于事,抛出相同的错误消息。

I need help to solve this or at least some way to get more information (I tried this tool without success jboss-as-divine-spells 我需要帮助来解决此问题,或者至少需要某种方式来获取更多信息(我尝试了此工具,但没有成功jboss-as-divine-spells

My environment 我的环境

JBOSS EAP 7.0.4 in cluster with 5 nodes + 1 controller 具有5个节点+ 1个控制器的集群中的JBOSS EAP 7.0.4

Java 8 Java 8

Looks like you may need to set the system property "jboss.as.management.blocking.timeout" to a larger value than 5 minutes if your deployment or management operations are taking more than 5 minutes. 如果您的部署或管理操作花费了5分钟以上,则可能需要将系统属性“ jboss.as.management.blocking.timeout”设置为大于5分钟的值。

Example: /host=master/serverserver-config=server-one/system-property=jboss.as.management.blocking.timeout:add(boot-time=true,value=900) 例如:/host=master/serverserver-config=server-one/system-property=jboss.as.management.blocking.timeout:add(boot-time=true,value=900)

I would recommend using https://github.com/wolfc/jboss-as-divine-spells 我建议使用https://github.com/wolfc/jboss-as-divine-spells

The was not related with timeout. 与超时无关。

Some datasource are mysql and there is a restriction in database that allow only TRANSACTION_READ_COMMITTED in transaction isolation. 一些数据源是mysql,并且数据库中有一个限制,该限制仅允许TRANSACTION_READ_COMMITTED进行事务隔离。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM