gpt4 book ai didi

jboss7.x - JBAS010153 : Node identifier property is set to the default value. 请确保它是唯一的

转载 作者:行者123 更新时间:2023-12-02 07:59:26 25 4
gpt4 key购买 nike

当我启动主机时,我收到以下警告消息,该主机是连接到域 Controller (DC) 的主机 Controller (HC) 之一。

[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 有以下配置...

        <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>

我希望这个配置就是原因......也许我不明白......但我找不到节点标识符属性而是这是默认的 secret 值我希望这可能是导致此警告消息的原因。

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

[主机-~-\-\-\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

否则请告知导致 WARN 消息的原因。

请让我知道此 WARN 消息的含义,并就所需的配置向我们提供建议,以克服和解决此 WARN 所带来的任何连续后果。

最佳答案

我是 Wildfly 的新手,当我从 Eclipse 独立启动它时注意到这个警告(我正在执行以下教程: https://wwu-pi.github.io/tutorials/lectures/eai/020_tutorial_jboss_project.html )

修复方法是将节点标识符添加到子系统的核心环境中:

<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 的答案相同。

关于jboss7.x - JBAS010153 : Node identifier property is set to the default value. 请确保它是唯一的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33145959/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com