码迷,mamicode.com
首页 > 其他好文 > 详细

Solve Wildfly Transactions Warn

时间:2015-03-06 17:30:38      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

In wildfly,In the process of loading

WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 46) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.

Modify the standalone.xml,Add child nodes --node-identifier.

<subsystem xmlns="urn:jboss:domain:transactions:2.0">

            <core-environment node-identifier="${jboss.node.name}">

                <process-id>

                    <uuid/>

                </process-id>

            </core-environment>

            <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>

</subsystem>




Solve Wildfly Transactions Warn

标签:

原文地址:http://my.oschina.net/zhaoqian/blog/383405

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!