JBAS010153:节点标识符属性设置为缺省值.请确保它是唯一的 [英] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique

查看:113
本文介绍了JBAS010153:节点标识符属性设置为缺省值.请确保它是唯一的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

启动主机时,我收到了WARN消息,主机是连接到域控制器(DC)的主机控制器(HC)之一.

I am getting following WARN message while I start my host which is one of the Host Controller (HC) that is attached to the Domain Controller(DC)....

[Server:server-two] 14:06:13,822 WARN [org.jboss.as.txn](ServerService线程池-33)JBAS010153:节点标识符属性设置为默认值.请确保它是唯一的.

[Server:server-two] 14:06:13,822 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 33) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.

我的host-slave.xml具有以下配置...

And my host-slave.xml has the follwing config...

        <server-identities>
             <!-- Replace this with either a base64 password of your own, or use a vault with a vault expression -->
             <secret value="c2xhdmVfdXNlcl9wYXNzd29yZA=="/>
        </server-identities>

我希望这个配置是原因...也许我听不懂.....但是我找不到node identifier property,但这是默认的秘密值,我希望这可能是此警告消息....

I hope this config is the reason...... maybe I didn't understand..... but I couldn't find node identifier property rather this is default secret value which I hope could be the cause of this WARN message....

但是我没有提到HC来查找host-slave.xml .....我运行来启动HC的命令是....

However I didn't mention HC to lookup host-slave.xml..... the command which I ran to start my HC is.....

[host-~-\-\-\bin]$./domain.sh -Djboss.domain.master.address=nnn.nn.nn.88 -b nnn.nn.nn.89 -bmanagement nnn.nn.nn.89 &

nnn.nn.nn.88是我的DC

nnn.nn.nn.88 is my DC

否则,请告知引起WARN消息的原因.....

Else please advise what's cause of the WARN message........

请让我知道此WARN消息的含义,并就所需的配置向我们提供建议,以克服并解决可能对该WARN造成的任何后续后果.

And please let me know the implication of this WARN message and advise us on the required config to overcome and sort out any consecutive consequences that would've been bound for this WARN....

推荐答案

我是Wildfly的新手,当我从Eclipse独立启动它时,注意到此警告(我正在做以下教程:

I'm new to wildfly, and noticed this warning when I started it standalone from eclipse (I'm doing the following tutorial: https://wwu-pi.github.io/tutorials/lectures/eai/020_tutorial_jboss_project.html)

解决方法是在子系统的核心环境中添加一个节点标识符:

The fix was to add a node-identifier to the core-environment in the subsystem:

<subsystem xmlns="urn:jboss:domain:transactions:2.0">
        <core-environment node-identifier="meindertwillemhoving">
            <process-id>
                <uuid/>
            </process-id>
        </core-environment>
        <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
</subsystem>

这是在文件[wildfly] \ standalone \ configuration \ standalone.xml中. 这与 https://developer.jboss.org/message/880136#880136

This is in file [wildfly]\standalone\configuration\standalone.xml. This is the same answer as https://developer.jboss.org/message/880136#880136

这篇关于JBAS010153:节点标识符属性设置为缺省值.请确保它是唯一的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆