首页 > 其他 > 详细

Solve Wildfly Transactions Warn

时间:2015-03-06 17:28:17      阅读:478      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!