From e6ac6cd350201104ab4809c701b0a7f5355810d7 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 28 Jul 2025 16:44:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=90=AF=E5=8A=A8=E6=97=B6=E6=A3=80=E6=9F=A5serverId?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=94=AF=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1475246358495232]服务器启动时检查serverId是否唯一 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1475246358495232 --- localconfig/i18n/language_en.json | 7 +++++++ localconfig/i18n/language_zh.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index e1bcb96..2870034 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1544,6 +1544,13 @@ "done": "Reconstruction completed" } }, + "nfhc": { + "heartbeatmanager": { + "myinit": { + "startupfailureprompt": "Startup failed, server ID: {0} is already in use by server ({1}), please modify the values in the config/serviceid.exe file under the class path" + } + } + }, "nfie": { "exportnoauthexception": { "exportnoauthexception": "No export permission" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index b107467..fe41ec7 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1576,6 +1576,13 @@ "done": "重建完毕" } }, + "nfhc": { + "heartbeatmanager": { + "myinit": { + "startupfailureprompt": "启动失败,服务器ID:{0}已经被服务器({1})使用,请修改类路径下config/serverid.conf文件中数值" + } + } + }, "nfie": { "exportnoauthexception": { "exportnoauthexception": "没有导出权限" -- Gitee