| HTTP status | 錯誤碼 | 錯誤信息 | 描述 |
|---|---|---|---|
| 400 | BadUserName | Value 'value' at 'argument' failed to satisfy constraint: Argument can only contain letters and digits, and has length between 5 and 16. | 用戶名不合法。取值:字符串形式,長度范圍是5~16,只能由數字和字母組成,字母區分大小。 |
| 400 | CanNotConnectToIP | Can not connect to the IP IP. | 無法連接指定的IP。 |
| 400 | CanNotConnectToServer | Can not connect to the server IP[:port]. | 無法連接指定的服務器。 |
| 400 | ClusterNetworkDoesNotMatch | All IPs on the server serverIP do not match the 'cluster network' clusterNetwork. | 服務器的IP和cluster network不匹配。 |
| 400 | DuplicateIP | The IP IP of 'argument' is duplicated. | 服務的IP地址重復。 |
| 400 | InconsistentIPformat | The server IPs in the cluster should be unified as IPv4 or IPv6 format when cluster network is not specified. | 如果不指定集群網絡,集群內服務器IP應統一為IPv4或IPv6格式。 |
| 400 | InsufficientPath | The base storage pool must have at least one disk path. | 基礎存儲池至少要有一個數據目錄。 |
| 400 | InsufficientPorts | Insufficient available ports for server server. Expand the port range to support N additional ports. | 服務器X端口范圍中可用端口數量不足,請調整范圍使之至少增加N個端口。 |
| 400 | InvalidCIDR | Value CIDR at 'networkType network' failed to satisfy constraint: Argument does not match the IP of the 'localhost'/'127.0.0.1'/'0:0:0:0:0:0:0:1' server. | 當server ip包含localhost、127.0.0.1或0:0:0:0:0:0:0:1時,用戶指定的'cluster/public network和服務器IP不匹配。 |
| 400 | InvalidClusterNetwork | Value clusterNetwork at 'cluster network' failed to satisfy constraint: Argument must satisfy CIDR specifications. | 集群網格式錯誤。 |
| 400 | InvalidDiskPath | The disk paths do not exist: serverIP:diskPaths [,diskPaths...][; serverIP:diskPaths[,diskPaths...]]. The available disk space must be greater than or equal to 1 GiB for each disk path: serverIP:diskPaths [,diskPaths...][; serverIP:diskPaths[,diskPaths...]]. The disk paths can not access: serverIP:diskPaths [,diskPaths...][; serverIP:diskPaths[,diskPaths...]]. The disk paths must be directory: serverIP:diskPaths [,diskPaths...][; serverIP:diskPaths[,diskPaths...]]. The disk paths include incompatible data: serverIP:diskPaths [,diskPaths...] [; serverIP:diskPaths[,diskPaths...]]. The disk paths include unsupported symbols: serverIP:diskPaths [,diskPaths...] [; serverIP:diskPaths[,diskPaths...]]. | 初始化過程中,因數據目錄有問題而導致的失敗。 |
| 400 | InvalidDiskPathCapacityQuota | The capacity quota for the following disk paths failed to satisfy constraint. It must be integer and not greater than the total capacity of disk path. serverIP:diskPaths [,diskPaths...] [;serverIP:diskPaths[,diskPaths...]..]. | 容量配額參數錯誤。 |
| 400 | InvalidEnumValue | Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2... ]. | 枚舉參數不合法。 |
| 400 | InvalidIP | Value IP at 'argument' failed to satisfy constraint: Argument must satisfy IPv4 or IPv6 specifications. | IP格式錯誤。 |
| 400 | InvalidLong | Value value at 'argument' failed to satisfy constraint: Argument must be of type long. | 參數填寫錯誤,必須為長整型。 |
| 400 | InvalidMetaDir | The meta directory serverIP:metaDir is invalid. reason | 服務數據目錄無效,請修改后重試。 |
| 400 | InvalidNewPassword | Value 'value' at 'new password' failed to satisfy constraint: Argument must have length between 8 and 16, and must contain 3 of the following: uppercase letters, lowercase letters, digits, special symbols (~ ! @ # $ % ^ & * ( ) _ + [ ] { } | ; : , . / < > ?), and must not contain any of the following: 3 consecutive repeating characters, 3 consecutive or in-reverse order of numbers or letters (case-insensitive) , 3 consecutive or in-reverse order of keyboard sequences (case-insensitive). | 新密碼不符合規則。長度范圍8~16,至少包含以下字符中的3種:大寫字母、小寫字母、數字、特殊字符 (~ ! @ # $ % ^ & * ( ) _ + [ ] { } | ; : , . / < > ?),區分大小寫。不能包含:3個連續重復的字符,3個連續或反序的數字、或字母(不區分大小寫),3個連續或反序的鍵盤序列(不區分大小寫)。 |
| 400 | InvalidNodeName | Value value at 'node name' failed to satisfy constraint: Argument must contain only letters, digits, dots (.), underscores (_) or hyphens (-), and does not exceed 63 characters, must begin with a letter or digit. | 節點名稱不正確。長度范圍1~63,只能由字母、數字、句點(.)、下劃線(_)和短橫線(-)組成,字母區分大小寫,且僅支持以字母或數字開頭。 |
| 400 | InvalidNodeType | Value value at 'node type' failed to satisfy constraint: the first node type must be root. | 節點類型的包含關系錯誤,第一個節點必須是root。 |
| 400 | InvalidNodeType | Value value at 'node type' failed to satisfy constraint: childNodes of room are limited to [rack, server], childNodes of rack to [server], childNodes of server to [path] only. | 節點類型的包含關系錯誤。room的節點僅限于rack、server,機架的子節點是server,server的子節點是path。 |
| 400 | InsufficientPath | The base storage pool must have at least one disk path. | 基礎存儲池至少要有一個數據目錄。 |
| 400 | InvalidPort | Value value at 'argument' failed to satisfy constraint: Argument must have value between 1 and 65535. | Port的取值必須在[1, 65535]之間。 |
| 400 | InvalidPortRange | Value value at 'port range' failed to satisfy constraint: Argument must satisfy pattern 'port1-port2', where port1, port2 are positive integers between 1 and 65535, port1 is less than port2. | 參數必須是“port1-port2”格式,port1和port2必須是介于[1,65535]之間的正整數,且port1小于port2。 |
| 400 | InvalidPublicNetwork | Value publicNetwork at 'public network' failed to satisfy constraint: Argument must satisfy CIDR specifications. | 業務網格式錯誤。 |
| 400 | InvalidServers | The current server is not in the servers list. | 當前服務器不在servers列表內。 |
| 400 | InvalidServersCount | The number of servers for xx service shoule be value. | XX服務的服務器數量應該為value臺。 |
| 400 | InvalidStorName | Value 'value' at 'argument' failed to satisfy constraint: Argument can only contain letters, digits, hyphens (-) or underscores (_), and does not exceed 64 characters, must begin with a letter or digit. | HBlock名稱不合法。 |
| 400 | InvalidTopologyContent | The content of the topology is not compliant. | 拓撲文件內容解析錯誤。 |
| 400 | MissingClusterNetwork | Value null at 'cluster network' failed to satisfy constraint: Argument must not be null when 'server ip' contains 'localhost'/'127.0.0.1'/'0:0:0:0:0:0:0:1'. | 當server ip包含localhost、127.0.0.1或0:0:0:0:0:0:0:1時,集群網不能為空。 |
| 400 | MissingPublicNetwork | Value null at 'public network' failed to satisfy constraint: Argument must not be null when 'server ip' contains 'localhost'/'127.0.0.1'/'0:0:0:0:0:0:0:1'. | 當server ip包含localhost、127.0.0.1或0:0:0:0:0:0:0:1時,業務網不能為空。 |
| 400 | NotInterfaceIP | The IP IP is not an interface IP address, check and retry. | IP地址不是服務器的接口IP,請修改并重試。 |
| 400 | ProductTypeDoesNotMatch | HBlock product type does not match. | 產品類型不一致。 |
| 400 | ServerAlreadyInitialized | The server has been initialized. | 服務器已初始化。 |
| 400 | StandaloneModeNotAllowed | 'operation' is not supported by standalone mode of HBlock. | 單機版本HBlock不支持該操作。 |
| 400 | TooFewServers | The number of servers must be greater than or equal to 3. | 服務器必須大于等于3臺。 |
| 400 | UnrecognizedServer | Value IP at 'argument' failed to satisfy constraint: Argument must be in the setup server list. | 服務器IP不在初始化服務器列表內。 |
| 400 | VersionDoesNotMatch | Please replace the HBlock version of server serverIP [,serverIP...] to clutserVersion, then try again. | 版本號不一致。 |
| 403 | InvalidUserName | Invalid user name. | 用戶名不正確。 |
| 403 | InvalidUserNameOrPassword | Invalid user name or password hash. | 用戶名或密碼不正確。 |
| 409 | PortChanged | Initialization failed because the port on the server serverIP is currently used by another service during the initialization process. Please try again. | 端口在初始化過程中被其他服務占用,請重試。 |
| 409 | PortConflict | The following port is/ports are in use. server_ID/IP/local server: port_name port[, port_name port...] [ server_ID/IP/local server: port_name port[, port_name port...]...] | 端口沖突。 |
| 500 | InitializeServerFailed | Server serverIP initialization failed, please check the firewall, network, memory, diskpath, etc, or contact technical team for support. | 服務器初始化失敗,請檢查防火墻、網絡、內存、數據目錄等設置,或聯系技術團隊進行支持。 |
錯誤碼列表
更新時間 2025-09-29 17:49:34
最近更新時間: 2025-09-29 17:49:34
分享文章
本節主要介紹初始化的錯誤碼。