Solve Wildfly Transactions Warn

时间:2015-03-06 17:28:17   收藏:0   阅读:478

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>




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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!