AK 消息

注: 旧版 IDaaS 消息以标识符FTBRBA开头。 虽然它们是 Core Platform 服务的一部分,但是是指合并到 Core Platform 服务中的其他产品。

CSIAK0700E Service "serviceName" did not start.

解释

某个内部应用程序组件未初始化。

操作

请更正系统配置,然后重试操作。 请检查日志中是否存在其他错误或警告。

CSIAK0701W All services did not start. Application initialization failed.

解释

一个或多个内部应用程序组件未初始化。 应用程序初始化未成功完成,可能无法用于操作。

操作

请更正系统配置,然后重试操作。 请检查日志中是否存在其他错误或警告。

CSIAK0702E Service "serviceName" did not stop.

解释

某个内部应用程序组件未正常关闭。

操作

请检查日志中是否存在其他错误或警告。 重新启动应用程序服务器以释放所有未使用的应用程序资源。

CSIAK0703E All services did not shutdown. Application stop failed.

解释

一个或多个内部应用程序组件未关闭。 某些应用程序线程或其他资源可能正在运行。

操作

请检查日志中是否存在其他错误或警告。 重新启动应用程序服务器以释放所有未使用的应用程序资源。

CSIAK0704E Unable to parse JSON input "input" .

解释

提供的输入无法解析为有效的 JSON 对象。

操作

请检查日志中是否存在其他错误或警告。

CSIAK0705E The class with name "className" could not be loaded or instantiated.

解释

无法装入某个内部组件或扩展。 该组件可能遇到问题,或者可能在应用程序的类路径中不可用。

操作

请更正系统配置,然后重试操作。 请检查日志中是否存在其他错误或警告。

CSIAK0706E An internal component or extension could be loaded, but its type is not expected. The class "className" was loaded, but it is not of the type "expectedClassName" .

解释

某个内部组件或扩展已装入,但并不是预期的类类型。 该组件可能遇到问题,或者应用程序的类路径中可能存在冲突类。

操作

请更正系统配置,然后重试操作。 请检查日志中是否存在其他错误或警告。

CSIAK0707E The configuration for the IDaaS Management environment could not be loaded from "fileName".

解释

无法从指定路径装入 IDaaS Management 服务器的端点配置。

操作

请提供指定的配置,然后重试操作。

CSIAK0708E Failed to create audit logging directory of "logDir".

解释

审计服务无法创建审计日志记录目录

操作

确保运行服务器的用户可以写入审计日志位置。

CSIAK0709E The value for "logDir" must be a directory location and not a file name.

解释

审计服务无法创建审计日志记录目录

操作

确保运行服务器的用户可以写入审计日志位置。

CSIAK0710E The event record "event" could not be processed.

解释

尝试收集指定的事件记录时遇到问题。

操作

请确保所有事件收集服务组件可用且可访问。 请参阅应用程序日志以获取其他信息。

CSIAK0711E The IPv4 address is invalid "origin".

解释

尝试确定事件记录的 IP 地址时遇到问题。

操作

请参阅应用程序日志以获取其他信息。

CSIAK0712E The event attribute "name" could not be obtained.

解释

由于内部错误,尝试将事件对象序列化为 JSON 失败。 无法从事件实例中检索到值。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0713E The event validation failed for required attribute "name". A non-empty value is required for this attribute.

解释

验证事件属性失败。 该事件缺少必需属性。

操作

请确保已使用有效值填充必需的事件属性。 请检查应用程序日志中是否存在其他错误或警告。

CSIAK0714E The event validation failed for required attribute "name". The attribute value "value" is not allowable for this field.

解释

验证事件属性失败。 为关键字属性指定了允许的关键字之外的值。

操作

请确保已使用有效值填充必需的事件属性。 请检查应用程序日志中是否存在其他错误或警告。

CSIAK0715E Validation of event attributes has failed. The value for event attribute "name" could not be obtained.

解释

验证事件属性失败。 无法访问事件属性值。

操作

请确保已使用有效值填充必需的事件属性。 请检查应用程序日志中是否存在其他错误或警告。

CSIAK0716E The event attribute "name" could not be set.

解释

由于内部错误,尝试从 JSON 反序列化事件对象失败。 无法将值保存到事件实例。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0717E The service hostname could not be determined.

解释

尝试从本地系统确定主机名失败。

操作

请检查应用程序日志中是否存在其他错误或警告。 更正系统网络配置,然后重新启动应用程序。

CSIAK0718E The event attribute "name" cannot be set.

解释

由于内部错误,尝试将事件对象重置为缺省值失败。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0719E An interrupt occurred while waiting to pull an object of class "className" from the event pool.

解释

请求已超时。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0720E An interrupt occurred while waiting to add an object of class "className" back to event pool.

解释

请求已超时。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0721E An uncaught exception caused a thread "paramThread" to be exited while trying to shutdown the event service.

解释

尝试关闭事件服务时遇到问题。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0722E Failed to convert the object "jsonString" to a map of the type string: string.

解释

由于内部错误,尝试从 JSON 反序列化事件对象失败。 无法将值保存到事件实例。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0723E Failed to convert the object "jsonString" to a map of the type string: object.

解释

由于内部错误,尝试从 JSON 反序列化事件对象失败。 无法将值保存到事件实例。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK0724I Added health check for: "hName".

解释

已添加运行状况检查。

操作

CSIAK0725W Periods are not allowed in event service attribute names. The event attribute "origAttr" was converted to "newAttr".

解释

事件服务属性名称中不允许使用句点,因此指定的属性包含的任何现有句点都会转换为下划线。

操作

CSIAK0726E Validation of event attributes has failed. The value for the additional event data attribute "name" has a size exceeding the maximum allowable size of maxSize bytes.

解释

验证事件属性失败。 事件数据属性值的大小超过允许的最大大小。

操作

请确保已使用有效值填充事件属性。 请检查应用程序日志中是否存在其他错误或警告。

CSIAK0727E The System cannot instantiate the thread pool service because of an internal error.

解释

操作

请参阅日志文件以获取有关此事件的其他信息。

CSIAK0728E The System cannot instantiate the thread pool service because an instance already exists.

解释

操作

请参阅日志文件以获取有关此事件的其他信息。

CSIAK0729E The background task executor service was unable to execute the following task: [task].

解释

由于线程内抛出异常,系统无法执行任务。

操作

请参阅日志文件以获取有关此事件的其他信息。

CSIAK0730I A stop event was received with "count" events still in the worker queue.

解释

此消息仅供参考

操作

无。

CSIAK0731I No more events. Framework is shutting down.

解释

此消息仅供参考

操作

无。

CSIAK0732W An uncaught error/exception occurred during shutdown. Continuing the shutdown.

解释

关闭服务期间遇到了问题。

操作

请参阅应用程序日志以了解导致此情况的任何错误。

CSIAK0733I Event service shutdown completed.

解释

此消息仅供参考

操作

无。

CSIAK0734W An uncaught error/exception occurred during event processing. Event processing will continue.

解释

事件处理期间遇到了问题。

操作

请参阅应用程序日志以了解导致此情况的任何错误。

CSIAK0735W Unable to queue event "event".

解释

事件处理期间遇到了问题。

操作

请参阅应用程序日志以了解失败的事件以及导致此情况的任何其他错误。

CSIAK1508E The value entered for the pagination query parameter [start] was either non-numeric or less than 0. The query parameter sent in the request for 'start' was [start].

解释

请求中传入的查询参数值无效。

操作

确保值是有效的整数。

CSIAK1509E The value entered for the pagination query parameter [count] was either non-numeric or less than 0. The query parameter sent in the request for 'count' was [count].

解释

请求中传入的查询参数值无效。

操作

确保值是有效的整数。

CSIAK1510E The cluster identifier [id] is not valid. Ensure that it is provided, not empty, not more than max_len characters in length and contains only characters from the following set [characters].

解释

集群标识必须仅包含允许的字符。

操作

选择集群标识,该集群标识不为空,长度不超过最大长度并且仅包含有效字符。

CSIAK1511E The host name [hostName] is not valid. Ensure that it is provided, not empty, not more than max_len characters in length and is a valid host name or IP.

解释

主机名无效。 必须提供主机名,主机名不得为空,不能太长,也不能包含指定的可允许字符集之外的任何字符。

操作

提供符合指定限制的主机名,然后重试操作。

CSIAK1512E The cluster identified by identifier [cluster_id] host name [host_name] host port [host_port] and endpoint type [endpoint_type] already exists.

解释

集群标识符、主机名、主机端口和端点类型标识的集群已经存在。

操作

请提供其他不存在的集群。

CSIAK1513E The host port [host_port] is not valid. Ensure that it is an integer between 1 and 65535, inclusive.

解释

主机端口无效。 它必须为 1 到 65535 之间的整数值。

操作

请提供有效范围内的主机端口,然后重试操作。

CSIAK1514E The user name [user_name] is not valid. Ensure that it is provided, not empty, not larger than [max_size] bytes and does not contain any invalid characters[invalid_chars].

解释

用户名无效。 用户名不得为 null 或为空、不得过长且不得包含任何无效字符。

操作

请提供用户名,该用户名不得为 null 或为空、不得过长且仅包含有效字符,然后重试操作。

CSIAK1515E The user password was not provided.

解释

需要提供用户密码。

操作

请提供用户密码,然后重试操作。

CSIAK1516E The endpoint type [endpoint_type] is invalid. The endpoint type must be provided and be one of the following values [valid_values].

解释

端点类型无效。 必须提供端点类型,并且是指定值之一。

操作

请提供端点,并且该端点是指定值之一。

CSIAK1517E The is_primary value provided [is_primary] is invalid. The is_primary value provided must be one of the following values [valid_values].

解释

is_primary 值无效。 该值必须是指定值之一。

操作

请提供 is_primary,并且该值是指定值之一。

CSIAK1518E The cluster uuid [uuid] for the attempted delete does not exist. The cluster uuid must exist to be able to delete the cluster.

解释

尝试删除集群时,发现输入集群 uuid 不存在。

操作

请提供已存在集群的集群 uuid,然后重试操作。

CSIAK1519E The cluster uuid [uuid] for the attempted get does not exist. The cluster uuid must exist to be able to get the cluster information.

解释

尝试获取集群信息时,发现输入集群 uuid 不存在。

操作

请提供已存在集群的集群 uuid,然后重试操作。

CSIAK1520E The cluster uuid [uuid] for the attempted update does not exist. The cluster uuid must exist to be able to update the cluster.

解释

尝试更新集群时,发现输入集群 uuid 不存在。

操作

请提供已存在集群的集群 uuid,然后重试操作。

CSIAK1521E Registration is not allowed with the specified email address.

解释

该电子邮件地址与不允许通过 Cloud Directory 注册的过滤器匹配。 这可能是 SAML 域过滤器或 Cloud Directory 过滤器。

操作

请使用允许注册的电子邮件地址。

CSIAK1522E The specified email address [email address] matched a filter and was not allowed to register in cloud directory.

解释

该电子邮件地址与不允许通过 Cloud Directory 注册的过滤器匹配。 这可能是 SAML 域过滤器或 Cloud Directory 过滤器。

操作

请使用允许注册的电子邮件地址。

CSIAK1523E The user [user] is federated and is not allowed to use the User Self Care API.

解释

该用户已标记为联合用户,因此不允许其使用用户自看管。

操作

请管理未联合的用户。

CSIAK1524E Unable to make an HTTP REST call to the appliance.

解释

尝试对设备发起 REST 调用时发生错误。

操作

检查以确保设备的“管理”集群成员存在。

CSIAK1525E While attempting to make a REST call to the appliance, an error occurred. The HTTP response code is [code]. The error message retrieved is [error_json].

解释

尝试对设备发起 REST 调用时,设备上发生错误。

操作

请查看设备日志文件以确定错误原因。 进行所有必需的调整,然后重试操作。

CSIAK1526E The registration type is set to social, but the user is not authenticated using a social login provider.

解释

注册类型设置为社交登录。 用户需要通过社交登录提供程序进行认证后才能使用该功能。

操作

请使用社交登录提供程序进行认证,然后重试。

CSIAK1527E The value for email [email] is not valid. You must register with the email address associated with the social login provider.

解释

注册类型设置为社交登录。 用户必须使用与社交登录关联的电子邮件地址进行注册。

操作

请使用正确的电子邮件地址进行注册。

CSIAK1528E The specified user was not found and did not match any federations.

解释

目录中找不到指定的用户,该用户名与任何联合的过滤器均不匹配。

操作

请指定目录中存在的用户或与联合匹配的用户。

CSIAK1529E No user was specified in the request.

解释

未指定用户查询字符串参数,或该参数为空,因此,无法找到身份源。

操作

请在查询字符串中指定用户。

CSIAK1530E A test filter was not specified in the request.

解释

无法执行域过滤器测试,因为未指定测试正则表达式。

操作

指定测试正则表达式。

CSIAK1531E The uploaded file has exceeded the maximum size of [sizeLimit] MB.

解释

不允许上载超出指定限制的文件。

操作

请确保文件大小不超出指定限制。

CSIAK1532W The server specified, serverName, does not exist.

解释

尝试对服务器执行操作时,发现提供的服务器名称标识的是不存在的服务器。

操作

请提供存在的服务器名称并重试操作。

CSIAK1533E An error occurred attempting to find the list of Liberty servers.

解释

尝试获取 Liberty 服务器的列表时发生错误。

操作

系统管理员必须确保 Liberty 安装有效。

CSIAK1534E An error occurred attempting to restart server serverName.

解释

尝试重新启动服务器时发生错误,阻止重新启动服务器。

操作

请确保可以通过调用 server stop "server_name" 和 server start "server_name" 来重新启动服务器。

CSIAK1535W The server operation "operation" was not valid for server "server"

解释

输入 JSON 有效内容必须具有有效操作。

操作

请对发送到此资源的输入 JSON 有效内容进行更改,从而提供相应的操作(例如“restart”),然后再次尝试执行 REST 调用。

CSIAK1536W Property key, "property", for server, "serverName", is not valid.

解释

指定的服务器属性不是可修改的属性。

操作

对发送到此资源的输入 JSON 有效内容进行更改,同时仅提供有效属性,然后再次尝试执行 REST 调用。

CSIAK1537W Property key, "propkey", is not valid.

解释

指定的属性不是可修改的属性。

操作

对发送到此资源的输入 JSON 有效内容进行更改,同时仅提供有效属性,然后再次尝试执行 REST 调用。

CSIAK1538W Failed to load configuration properties file "file".

解释

无法装入属性文件,因为其不存在或许可权有问题。

操作

请确保属性文件存在并具有允许此应用程序进行读取的正确许可权。

CSIAK1539W The configuration property "name" is not known.

解释

无法装入属性文件,因为其不存在或许可权有问题。

操作

仅尝试设置已知属性。 将忽略其他属性。

CSIAK1540W An error occurred while saving properties to configuration file "file".

解释

无法装入属性文件,因为其不存在或许可权有问题。

操作

请参阅抛出异常以获取更多详细信息。

CSIAK1541W The key or name of the configuration property "key" is not valid. Valid keys are "validKeys".

解释

此类型资源无法识别输入的配置属性关键字或名称。

操作

仅输入此资源的有效关键字或名称。

CSIAK1542E Tenant with identifier "id" does not exist.

解释

具有指定标识的租户不存在。

操作

无。

CSIAK1543E When attempting to make a REST call to the appliance, the expected HTTP result was not returned.

解释

对设备的 REST 调用未返回预期的 HTTP 结果。 这可能由多种原因造成。 请确保已针对设备管理和运行时界面正确配置“集群”。

操作

如果可能,请尝试撤销上次执行的更改。 如果不能撤销,请删除租户并尝试重新创建。

CSIAK1544E An error occurred while trying to load the properties file "file"

解释

对设备的 REST 调用未返回预期的 HTTP 结果。 这可能由多种原因造成。 请确保已针对设备管理和运行时界面正确配置“集群”。

操作

装入属性文件时出现问题。 这可能是文件系统授权问题。

CSIAK1545W An error occurred while validating the provided host name"server"

解释

传入的主机名字符串无效。

操作

需要向此服务提交有效的主机名字符串。

CSIAK1546W Failed to find the system property "property"

解释

为该容器提供的系统属性无效。

操作

需要指定有效的系统属性。

CSIAK1547W Unable to get as list of contents for the directory "dir".

解释

由于目录中无法列出文件,因此该目录肯定不存在。

操作

必须指定有效目录。

CSIAK1548W Unable to find the Liberty profile directory "dir".

解释

从系统属性拉出的目录不存在。

操作

必须指定有效目录。

CSIAK1549W An error occurred while running the native command "command".

解释

本机命令意外失败并已中止。

操作

尝试从系统本身而非应用程序来运行本机命令,以确定问题。

CSIAK1550W The file "file" was unexpected.

解释

此文件并非预期要处理的文件。

操作

从系统中除去违规文件。

CSIAK1551W An error occurred while trying to close the input or output stream

解释

关闭流时抛出异常。

操作

无任何响应。

CSIAK1552W Log files were expected on server "server". None were found.

解释

应用程序预期在服务器上找到日志文件,但文件不存在。

操作

无任何响应。

CSIAK1553E JSON validation failed for the input "jsonInput".

解释

验证 JSON 有效内容失败,或处理期间发生错误。

操作

验证 JSON 有效内容是否对该资源有效。

CSIAK1554E Validation failed for port "port".

解释

验证指定的端口失败,或处理期间发生错误。

操作

验证端口是否对该资源有效且可访问。

CSIAK1555E An internal server error occurred. Contact the system administrator.

解释

发生了内部服务器错误。 错误消息位于日志中。

操作

未处理该请求。

CSIAK1556E The email server is not configured.

解释

尝试发送电子邮件但失败,因为未配置电子邮件服务器。

操作

请配置电子邮件服务器连接属性来解决该问题。

CSIAK1557E The email template with identifier [identifier] is missing the subject. Email delivery failed.

解释

尝试发送电子邮件但失败,因为电子邮件模板缺少主题字段。

操作

请检查电子邮件服务器模板文件,然后修正主题字段。

CSIAK1558E The email template page with identifier [identifier] is missing the the message content. Email delivery failed.

解释

尝试发送电子邮件但失败,因为电子邮件模板缺少要发送的消息。

操作

请检查电子邮件服务器模板文件,然后修正消息内容。

CSIAK1559E An email template page with identifier [identifier] was not found. Email delivery failed.

解释

尝试发送电子邮件但失败,因为找不到电子邮件模板。

操作

请检查电子邮件服务器模板文件,然后添加电子邮件模板。

CSIAK1560E The email template page [pageIdentifier] does not contain the email identifier [emailIdentifier]. Email delivery failed.

解释

尝试发送使用上下文电子邮件标识的电子邮件但失败,因为在模板中找不到该电子邮件标识。

操作

请检查电子邮件服务器模板文件,然后添加该电子邮件标识。

CSIAK1561E Email delivery failed because the x-smtpapi header value defined in the email template is not valid json. The error is [property].

解释

电子邮件模板包含 x-smtpapi 头,并且值应为 json。

操作

请使用有效的 JSON。

CSIAK1562E The user management operation failed because the user is not authenticated.

解释

因为用户未经认证,所以用户管理过程未完成。

操作

请先确保用户经过认证,然后再执行用户管理操作。

CSIAK1563E User [user] was not found in the registry.

解释

尝试调用用户自看管 REST API,但在注册表中找不到已认证的用户。

操作

请检查该用户是否存在于注册表中。

CSIAK1564E One or more fields contain illegal characters. The following characters are not allowed: propertyValue

解释

输入包含非法字符。

操作

请从请求中移除非法字符。

CSIAK1565E The process cannot be completed. The request is missing or contains invalid required data.

解释

已调用 REST API,但所发送的请求不完整。

操作

请检查 REST API 的用法是否正确。 有关更多信息,请查看跟踪日志。

CSIAK1566E No user exists for the provided email emailAddress.

解释

未在注册表中找到具有提供的电子邮件地址的用户。

操作

请使用现有用户的电子邮件地址。

CSIAK1567E The device [device] was not found.

解释

已尝试检索已注册的设备以获取更多信息,但找不到该设备。

操作

CSIAK1568E Unable to obtain authenticated user name. Setting user name to: unauthnUser.

解释

尝试从 Subject 或 Principal 对象获取已认证的用户时未能获取值。

操作

尝试使用有效用户进行认证。

CSIAK1569E The macro name [name] is not valid. The macro name must start and end with @.

解释

宏名称必须以 @ 开头和结束。

操作

更正宏名称。

CSIAK1570E The adopter property value [value] for property name [name] is not valid.

解释

值不在范围内或不是允许的值。

操作

更正值。

CSIAK1571E There are multiple users registered for the email address email.

解释

有多个帐户正在使用提供的电子邮件地址。

操作

多个帐户正使用此电子邮件地址。 仅一个帐户可使用此地址。 请联系您的管理员删除其他帐户,以便您可继续执行此操作。

CSIAK1572E No identity sources matching the specified filters were found.

解释

指定的过滤器组合与租户中配置的任何身份源都不匹配。

操作

指定与已配置的身份源匹配的过滤器。

CSIAK1573E The configuration for the user registry is missing or not valid.

解释

必须配置用户注册表,才能连接到用户存储库。

操作

请检查 LDAP 的配置。

CSIAK1574E One or more required properties are missing. Required properties for tenant type tenant type are required properties.

解释

特定租户类型缺少一个或多个必需属性。

操作

为特定租户类型提供所有必需属性。

CSIAK1575E The tenant identifier [id] is not valid. Ensure that it is not empty, and contains only characters from the following set [characters].

解释

租户标识必须仅包含允许的字符。

操作

无。

CSIAK1576E The tenant type [type] is not valid.

解释

租户类型不存在。

操作

无。

CSIAK1577E The tenant friendly name [id] is not valid. Ensure that it is not empty, and contains only characters from the following set [characters].

解释

租户友好名称必须仅包含允许的字符。

操作

无。

CSIAK1578E The credential type [type] is not valid.

解释

凭证类型无效。

操作

无。

CSIAK1579E The credential [credential] is not valid.

解释

旧凭证无效。

操作

无。

CSIAK1580E The old credential type [type] is not valid.

解释

旧凭证类型无效。

操作

无。

CSIAK1581E The old credential [credential] is not valid.

解释

旧凭证无效。

操作

无。

CSIAK1582E The new credential type [type] is not valid.

解释

新凭证类型无效。

操作

无。

CSIAK1583E The new credential [credential] is not valid.

解释

新凭证无效。

操作

无。

CSIAK1584E Unable to parse the input file.

解释

批量上载解析导致没有记录。 文件无效。

操作

上载正确的 CSV 文件。

CSIAK1585E Incorrect record. The input values do not match the headers.

解释

批量上载解析导致无效的记录。 值与头不匹配。

操作

请检查记录值并确保这些值与头匹配。

CSIAK1586E An upload request cannot be performed while another request is in progress.

解释

系统一次只能执行一个批量上载操作。

操作

原始上载操作完成后,重试新的上载操作。

CSIAK1587E The action cannot be performed while import is in progress.

解释

如果导入正在进行,系统无法执行该操作。

操作

导入操作完成后,重试该操作。

CSIAK1588I The bulk upload request was removed successfully.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK1589E The required input fields are missing for the record.

解释

输入记录具有必填字段。

操作

添加所有必填字段并重试。

CSIAK1590E Internal error. Contact the System Administrator.

解释

发生了内部错误。

操作

请检查日志文件以获取有关问题原因的更多信息。

CSIAK1591E The file size exceeds the limit of [limit]MB.

解释

输入文件大小超过限制。

操作

请减少输入文件的大小,然后重试。

CSIAK1592E A required property is missing: [property]

解释

发布的 JSON 有效内容不包含所有必需属性。

操作

提供缺少的属性。

CSIAK1598E Tenant with identifier [id] already exist. Please use a different identifier.

解释

具有指定标识的租户已存在。

操作

无。

CSIAK1599E The identity source cannot be retrieved for the realm name realm name.

解释

针对此租户检索身份源时发生错误。

操作

请检查服务器日志以获取如何跟踪错误原因的详细信息。

CSIAK1600E The tenant company name [company_name] is not valid. The name must not be longer than maxlen bytes.

解释

租户公司名称必须存在且不得过长。

操作

请指定长度不超过指定字节数的名称。

CSIAK1601E The tenant company email [email] is not valid. It must not be longer than [maxlen] bytes.

解释

租户公司电子邮件不得过长。

操作

请指定长度不超过指定字节数的电子邮件。

CSIAK1602E The tenant status value [status] is not valid. The tenant status value must be one of the following values: [valid_values].

解释

租户状态必须是指定值之一。

操作

请为租户状态指定列出的值之一。

CSIAK1603E A REST call was made. The JSON is not valid, or one of the JSON elements is incorrect.

解释

JSON 有效内容是无效的 JSON,或 JSON 元素的值不是正确的类型。 例如,JSON 元素是布尔类型而有效内容的这个元素却是字符串。

操作

请指定有效的 JSON,或使用正确的 JSON 元素。

CSIAK1604E Tenant properties cannot have duplicate key elements. Duplicate key element found: dup_key.

解释

不能有重复的租户属性关键字。 找到重复项。

操作

请除去重复项。

CSIAK1605E The tenant property key, "key", is not valid for tenant type ten_type.

解释

每个租户类型都具有有效的属性关键字集。 找到的关键字不在该集内。

操作

请除去具有该关键字的属性。

CSIAK1606E An error occurred attempting to persist data for tenant tenantId.

解释

尝试存储此租户的数据时出错。

操作

验证 ZooKeeper 服务器是否可用。

CSIAK1607E An error occurred attempting to read data from tenant store.

解释

尝试读取此租户或所有租户的数据时出错。

操作

验证 ZooKeeper 服务器是否可用。

CSIAK1608E An error occurred attempting to create the tenant node "tenantNodePath" for tenant "tenant".

解释

为租户创建此特定主机节点失败。

操作

验证租户标识是否已存在或是否为有效的租户标识。

CSIAK1609E The tenant admin with the email address [emailAddress] for the tenant [tenant] was not created.

解释

由于发生内部错误,因此创建租户管理员失败。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1610E The tenant admin was not created. A user with the username [username] for the tenant [tenant] already exists.

解释

租户管理员必须唯一。

操作

CSIAK1611E The tenant admin with the ID [userId] for tenant [tenant] cannot be deleted.

解释

由于出现内部错误,因此无法删除租户管理员。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1612E The IBM ID account that is associated with the identifier [identifier] for the tenant [tenant] cannot be retrieved.

解释

租户管理员必须具有 IBM 标识帐户。

操作

验证该帐户是否为 IBM 标识帐户。

CSIAK1613E The admin group [groupName] for the tenant [tenant] was not created.

解释

由于发生内部错误,因此无法创建租户管理员组。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1614E The admin group was not created. An admin group [groupName] for tenant [tenant] exists. Specify a different name for the admin group.

解释

管理员组名称必须唯一。

操作

无。

CSIAK1615E The admin group with the ID [id] for the tenant [tenant] was not updated.

解释

由于发生内部错误,因此无法更新租户管理员组。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1616E The admin user with the ID [id] for the tenant [tenant] was not retrieved.

解释

由于发生内部错误,因此无法检索租户管理员用户。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1617E The admin group with the name [groupName] for the tenant [tenant] was not retrieved.

解释

由于发生内部错误,因此根据名称检索租户管理员组。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1618E The tenant admin with the ID [id] for the tenant [tenant] was not found.

解释

租户管理员用户可能不存在。

操作

无。

CSIAK1619E The tenant admin group with the ID [id] for the tenant [tenant] was not found.

解释

租户管理员组可能不存在。

操作

无。

CSIAK1620E The admin users for the tenant [tenant] were not retrieved.

解释

由于发生内部错误,因此检索不到租户管理员用户。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1621E The tenant admin group with the name [name] for the tenant [tenant] was not found.

解释

租户管理员组可能不存在。

操作

无。

CSIAK1622E Email delivery failed for email address [email] for the tenant [tenant].

解释

尝试发送电子邮件但失败。

操作

查看日志以获取更多信息。 请检查 SMTP 配置属性的认证设置是否有效。

CSIAK1623E An account with given id [id] already exists.

解释

已发出注册新用户的请求,但已存在具有指定 uid 的帐户。

操作

再次通过有效内容中的标识属性使用新的唯一标识提交请求。

CSIAK1624E The group with the ID [id] for the tenant [tenant] was not retrieved.

解释

由于发生内部错误,因此无法检索租户组。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1625E The token "token" is not valid.

解释

令牌缺失或到期。

操作

无。

CSIAK1626E We cannot renew your password.

解释

尝试更新密码,但用户标识不存在。

操作

无。

CSIAK1627E User self care operations are disabled.

解释

尝试使用用户自看管 API,但它已禁用。

操作

无。

CSIAK1628E No email address exists for the user [userName] for the tenant [tenant].

解释

在注册表中找不到该用户的电子邮件地址。

操作

请使用有效的现有 IBM 标识。

CSIAK1629E The path [path] is not a valid configuration node.

解释

请提供有效的路径。

操作

无。

CSIAK1630E The IBMid account that is associated with the user name [identifier] is inactive.

解释

租户管理员必须具有活动 IBM 标识帐户。

操作

请联系支持团队以重新激活 IBM 标识帐户或者使用另一个活动的帐户,然后重新提交请求。

CSIAK1631E The tenant admin with the username [userName] for the tenant [tenant] was not found.

解释

租户管理员用户可能不存在。

操作

无。

CSIAK1632E The admin user with the username [userName] for the tenant [tenant] was not retrieved.

解释

由于发生内部错误,因此无法检索租户管理员用户。

操作

发生了内部错误。 请查看 Kibana 日志以获取更多信息。

CSIAK1633E Not found.

解释

尝试访问的 GTA 端点不存在。

操作

修改 HTTP 调用来访问有效的 GTA 端点。

CSIAK2000I The operation operation_name executed for user username completed successfully.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2001I The operation operation_name executed for user username failed.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2002E An error occurred when the audit service tried to create an audit event.

解释

审计服务无法创建审计事件记录。 此故障不会导致产品其他方面的故障。 审计记录和后续审计记录可能会丢失。 为防止进一步出现审计系统错误,请先采取措施,然后再继续使用该系统。

操作

请检查审计服务参数。 确保捕获审计记录的设备可用且运行状况良好。

CSIAK2003E An error occurred when the audit service tried to log an audit event record.

解释

审计服务无法记录审计事件记录。 此故障不会导致产品其他方面的故障。 审计记录和后续审计记录可能会丢失。 为防止进一步出现审计系统错误,请先采取措施,然后再继续使用该系统。

操作

请检查审计服务参数。 确保捕获审计记录的设备可用且运行状况良好。

CSIAK2004W The audit log configuration parameter "identifier" is missing.

解释

审计服务找不到用于记录审计事件记录的指定配置参数。 更正此问题之前,将禁用文件记录。 为防止丢失审计数据,请先采取措施,然后再继续使用该系统。 此故障不会导致产品其他方面的故障。

操作

请检查审计服务配置并确保所有配置参数都存在且设置为有效值。

CSIAK2005W Incorrect value for the following required audit configuration parameter "identifier" in the "cfgFile" configuration file. Valid values are "validValues".

解释

用于记录审计事件记录的指定配置参数无效。 请参阅《管理指南》以获取有效值。 为防止丢失审计数据,请先采取措施,然后再继续使用该系统。

操作

为防止丢失审计数据,请先采取措施,然后再继续使用该系统。 请检查审计服务配置并确保所有配置参数都存在且设置为有效值。

CSIAK2006I Writing audit records to log files was disabled in the configuration.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2007W Incorrect value for the following required audit configuration parameter q/>identifier" in the "cfgFile" configuration file.

解释

用于记录审计事件记录的指定配置参数无效。 请参阅《管理指南》以获取有效值。 为防止丢失审计数据,请先采取措施,然后再继续使用该系统。

操作

请检查审计服务配置并确保所有配置参数都存在且设置为有效值。

CSIAK2008E Cannot create the file handler for writing audit records to log files.

解释

创建文件处理程序时出现异常。 更正此问题之前,将禁用文件记录。 为防止丢失审计数据,请先采取措施,然后再继续使用该系统。 此异常可能表示存在影响产品其他方面的系统环境问题。

操作

请启用最详细级别的记录并重试操作。 检查日志文件。 根据需要进行更改。 检查操作环境,并确保组件具有所需的级别。 进行必要的更改后重试操作。

CSIAK2009E The file handler used for writing audit records to log files threw an exception.

解释

写入审计日志文件时出现异常。 为防止丢失审计数据,请先采取措施,然后再继续使用该系统。 此异常可能表示存在影响产品其他方面的系统环境问题。

操作

请启用最详细级别的记录并重试操作。 检查日志文件。 根据需要进行更改。 检查操作环境,并确保组件具有所需的级别。 进行必要的更改后重试操作。

CSIAK2010I Writing audit records to log files was disabled by choice in the configuration.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2011W Cannot locate the audit log configuration.

解释

审计服务找不到用于记录审计事件记录的指定配置。 更正此问题之前,将禁用文件记录。 为防止丢失审计数据,请先采取措施,然后再继续使用该系统。 此故障不会导致产品其他方面的故障。

操作

请检查审计服务配置并确保所有配置参数都存在且设置为有效值。

CSIAK2012E Cannot write the audit log configuration to the configuration file.

解释

审计服务无法将指定的审计配置写入配置文件。 更正此问题之前,将禁用审计记录。 为防止审计数据丢失,请在继续使用系统前采取相应措施。 此问题可能表示存在可能影响产品其他方面的系统环境问题。

操作

创建了其他异常或消息,并带有该错误的详细信息。 请启用最详细级别的记录并重试操作。 查看日志文件并进行所需的更改。 检查操作环境,并确保组件具有所需的级别。 查看配置设置并确保这些设置存在且正确。 需要时,进行必要的更改并重试操作。

CSIAK2013I Security Audit Event: auditRecordString

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2014E Cannot start the auditing service. Auditing was disabled.

解释

尝试启动审计服务时发生错误。

操作

请启用最详细级别的日志记录并重试操作。 检查日志文件。 根据需要进行更改。 检查操作环境,并确保组件具有所需的级别。 需要时,进行必要的更改并重试操作。

CSIAK2015I IBM IDaaS has received and processed an administration command command.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2016W Auditing was enabled. An empty value was specified for the property "configProp" in the "configFile" configuration file. The software is using the default value of "defaultValue".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2017E The deobfuscation of the property "configProp" failed.

解释

审计服务无法隐藏指定的值。

操作

请检查审计服务配置并确保所有配置参数都存在且设置为有效值。

CSIAK2018E Creating the cluster with the hostname "host" failed.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2019I Created the cluster with hostname "host".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2020I Deleted the cluster with uuid "uuid".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2021E Failed to delete the cluster with uuid "uuid".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2022I Retrieved all clusters.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2023E Failed to retrieve all clusters.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2024I Retrieved cluster with uuid "uuid".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2025E Failed to retrieve the cluster with uuid "uuid".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2026I Updated cluster with uuid "uuid".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2027E Failed to update cluster with uuid "uuid".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2028W Auditing was enabled. An incorrect value was specified for the property "configProp" in the "configFile" configuration file. The software is using the default value of "defaultValue".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2029E Failed to create audit logging directory of "logDir".

解释

审计服务无法创建审计日志记录目录。

操作

确保运行服务器的用户可以写入审计日志位置。

CSIAK2030E The value for "logDir" must be a directory location and not a file name.

解释

审计服务无法创建审计日志记录目录。

操作

确保运行服务器的用户可以写入审计日志位置。

CSIAK2031E The audit configuration within the "configFile" is invalid. The audit service will now assume local logging.

解释

审计服务无法装入有效的配置。

操作

请确保使用有效条目指定了所有必需值。

CSIAK2032E Cannot add the audit event "event" to the queue.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2032I The event collection service is not enabled. Cannot collect or save submitted events.

解释

未启用事件收集服务。 事件服务排除收集所有事件记录。

操作

请检查事件服务配置。 请设置配置参数以收集所需的事件类型。

CSIAK2033I The event collection service is not enabled for the "type" event type. The service cannot collect or save submitted events.

解释

未启用事件收集服务,或已将其配置为不收集指定的事件类型。 服务未持久存在或未收集排除的记录。

操作

请检查事件服务配置。 请设置配置参数以收集所需的事件类型。

CSIAK2034E The event collection service cannot add the event record "eventdata" to the collection queue.

解释

发生系统错误,导致事件无法添加到队列和发送到事件服务。

操作

请检查应用程序日志以获取其他信息。

CSIAK2035E Cannot generate a formatted message for event "eventdata" .

解释

发生应用程序错误,导致无法将事件序列化以收集。

操作

请检查应用程序日志以获取其他信息。

CSIAK2036I The default event emitter was enabled. Event messages are sent to the application logging system.

解释

无法装入任何客户事件发射器。 将使用缺省的事件日志记录。

操作

如果期望的是另一个发射器,请确保该类别可用于应用程序。 请检查应用程序日志以获取其他信息。

CSIAK2037E The internal event processing service did not start. Event messages might not be processed.

解释

启动期间,内部应用程序服务遇到错误。 服务可能已禁用,或者可能无法正常运作。

操作

请检查应用程序日志以获取其他信息。

CSIAK2038E The event log recovery directory, "fileName", was not created.

解释

事件客户机无法创建文件或父目录。 客户机可能没有执行此操作所需的许可权。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2039E The write lock on event log file, "fileName", was not acquired.

解释

事件客户机无法获取事件日志文件上的写锁定。 该文件不存在,或被其他线程锁定。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2040E Data was not written to the following event log file: "fileName".

解释

事件客户机无法将事件记录写入事件日志文件。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2041E The write lock on event log file, "fileName", was not released.

解释

事件客户机无法释放事件日志文件上的写锁定。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2042E The event log file, "fileName", was not closed.

解释

事件客户机无法关闭事件日志文件。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2043E The event emitter implementation class, "className", was not loaded.

解释

应用程序无法装入事件发射器实现类。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2044E The String, "payload", was not parsed into a JSONObject.

解释

事件客户机无法将字符串解析为 JSON 对象。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2045E The event log file, "fileName", was not read.

解释

事件客户机无法从事件日志文件读取事件记录。 该文件不存在,或被其他线程锁定。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2046E The Event Service failed to publish event, "eventPayload", to the event emitter.

解释

应用程序无法发布事件。 连接可能已关闭。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2047E The Event Client failed to publish event, "eventPayload", to the local file system.

解释

应用程序无法将事件发布到文件。 应用程序可能没有执行此操作所需的许可权。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2048E The Event Client failed to recover events from the local file system.

解释

应用程序无法从事件日志文件恢复事件。 应用程序可能没有执行此操作所需的许可权。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2049E The event client failed to split event log file name "fileName" with the file separator "pattern".

解释

通信已恢复,但未读取恢复处理的事件日志。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2050E The event service failed to convert the following Java Object "javaBean" to JSON.

解释

操作期间发生异常,因为 Java 对象的结构不是有效 JSON。 验证配置是否为 ZooKeeper 中的有效 JSON。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2051E The event service failed to convert the following JSON configuration "jsonConfiguration" to a Java Object.

解释

反序列化 JSON 时发生异常。 验证配置是否为 ZooKeeper 中的有效 JSON。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2052E The event collection service cannot add the event record "eventdata" to the collection queue.

解释

尝试验证事件记录时遇到问题。

操作

请参阅应用程序日志以获取其他信息。

CSIAK2053I The system is reloading the service configuration.

解释

此消息仅供参考

操作

无。

CSIAK2054I Restarting service.

解释

此消息仅供参考

操作

无。

CSIAK2055E The event service configuration could not be loaded from the document "location".

解释

尝试装入应用程序配置以进行事件处理时遇到问题。

操作

请确保指定的文档存在并且是有效的 JSON。 请参阅应用程序日志以获取其他信息。

CSIAK2056E Event validation failed. It will not be submitted for processing. "eventdata".

解释

提交了不完整或无效的事件进行处理。

操作

请确保已向事件添加必需属性,并且这些属性的值有效。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2057E Unable to add event "eventdata". The event service is not running.

解释

尝试提交内部事件以进行处理,但事件服务未启动或启用。

操作

在提交任何事件之前,请确保已在应用程序启动时启动内部事件服务。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2058E An internal deployment error occurred No configured event consumer was found. "eventdata".

解释

尝试提交内部事件以进行处理,但未配置或指定内部处理组件。

操作

请确保内部事件服务已正确定义,并且可由 Java 虚拟机装入。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2059E An internal deployment error occurred. No configured event consumer was found. The event service could not start.

解释

尝试提交内部事件以进行处理,但未配置或指定内部处理组件。

操作

请确保内部事件服务已正确定义,并且可由 Java 虚拟机装入。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2060E A configuration object of the type "attributeDataType" could not be created.

解释

尝试实例化表示服务配置整体或部分的内部对象,但无法动态创建属性。

操作

请确保事件服务配置已正确定义,并且属性数据类型可访问,可创建,且不是接口或抽象类型。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2061E A configuration list object of the type "attributeDataType" could not be created.

解释

尝试实例化表示服务配置整体或部分的内部列表类,但无法动态创建属性。

操作

请确保事件服务配置已正确定义,并且属性数据类型可访问,可创建,且不是接口或抽象类型。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2062E A configuration attribute data type could not be determined from the "instanceMethod" method in the "instanceClass" class.

解释

无法创建配置属性,因为无法从指定类确定数据类型。

操作

请确保事件服务配置已正确定义,并且属性数据类型可访问,可创建,且不是接口或抽象类型。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2063E The configuration attribute "name" with the value "value" could not be saved to the object of the type "classname" by using the class method "methodname".

解释

无法使用指定的类和方法名称在内部保存配置属性。

操作

请确保事件服务配置已正确定义,并且属性数据类型可访问,可创建,且不是接口或抽象类型。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2064E Type mismatch error. The class parameter type of "parmDatatype" does not match the value type of "valueDataType" for the class "classname" and the method "methodname".

解释

无法使用指定的类和方法名称保存配置属性。 配置文档中属性的数据类型与应用程序中的数据类型不匹配。

操作

请确保事件服务配置类与已存储配置中的数据类型相匹配。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2065E The configuration document at "path" was not found.

解释

在指定路径上找不到配置文档。

操作

请确保事件服务配置文档存储在 Zookeeper 存储库中的指定位置。 如果未存储在指定位置,请在全局事件服务配置文档中更正该位置。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2066E The configuration document at "path" could not be loaded.

解释

在指定路径处找到了配置文档,但无法将其作为 JSON 文档装入。

操作

请确保事件服务配置文档包含有效 JSON。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2067I The event service configuration was updated at "path".

解释

已对 Zookeeper 中的事件服务配置文档应用更新。 此消息仅供参考。

操作

无。

CSIAK2068E The namespace "name" could not be loaded from Zookeeper.

解释

无法从指定的名称空间检索事件服务配置。

操作

请确保 Zookeeper 中存在该名称空间。 请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2069E An interrupt occurred while waiting to pull an object of class "className" from the event pool when pooling is set to "pooling".

解释

请求已超时。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK2070E The event class "className" is not supported by the event service. The event object was not created by the event service.

解释

实例化事件对象时发生程序错误。

操作

请确保事件服务支持该事件类。 请检查应用程序日志中是否存在其他错误或警告。

CSIAK2071E Event Service is entering recovery mode.

解释

此消息仅供参考。

操作

无。

CSIAK2072E Event Service is exiting recovery mode.

解释

此消息仅供参考。

操作

无。

CSIAK2073I No configuration could be found at zookeeper node: zkNode

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2074W Configuration could be found at zookeeper node: "node", however, it is not valid JSON: "data".

解释

已找到 ZooKeeper 节点,但是其包含无效的 JSON。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK2075E The "envVar" environment variable is not set on the server. This must be set to pull the microservice configuration from the /microservices/*microservice name* namespace within ZooKeeper. "data".

解释

未设置指定的环境变量。 需要设置为微服务短名称。

操作

请确保已设置环境变量。

CSIAK2076E Unable to (re)load configuration from ZooKeeper node: "node".

解释

观察程序无法从 ZooKeeper 重新装入数据。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK2077I No valid publish service configuration found. Assuming this service is not using it.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2078I No valid subscribe service configuration found. Assuming this service is not using it.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2079E Configuration object of type "configData" was unable to be populated with configuration data.

解释

从 ZooKeeper 节点拉取的配置数据不兼容或者无法装入到所提供的对象类型。

操作

请检查应用程序日志中是否存在其他错误或警告。

CSIAK2080E The Message Queue Client failed to recover messages from the local file system.

解释

应用程序无法从消息日志文件恢复消息。 应用程序可能没有执行此操作所需的许可权。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2081E The messages log file, "fileName", was not read.

解释

消息队列客户机无法从消息日志文件读取消息。 该文件不存在,或被其他线程锁定。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2082E While building the JSON string from the message queue object with the contents of "queuedMessage", there was an error.

解释

消息队列客户机无法将消息队列对象转换为 JSON 对象。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2083E The message queue client failed to split message log file name "fileName" with the file separator "pattern".

解释

通信已恢复,但未读取用于恢复处理的消息日志。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2084E The write lock on message log file, "fileName", was not released.

解释

消息队列客户机无法释放消息日志文件上的写锁定。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2085E The message log file, "fileName", was not closed.

解释

消息队列客户机无法关闭消息日志文件。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2086E The message log recovery directory, "fileName", was not created.

解释

消息队列客户机无法创建文件或父目录。 客户机可能没有执行此操作所需的许可权。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2087E The write lock on message log file, "fileName", was not acquired.

解释

消息队列客户机无法获取消息日志文件上的写锁定。 该文件不存在,或被其他线程锁定。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2088E Data was not written to the following message log file: "fileName".

解释

消息队列客户机无法向消息日志文件写入消息。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2089E While building the Object from the message queue JSON string with the contents of "queuedMessage", there was an error.

解释

消息队列客户机无法将消息队列 JSON 转换为消息队列对象。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2090E Cannot collect health status for service "name" .

解释

由于发生错误,未完成内部运行状况检查。

操作

请确保所有服务器都可用。 请检查日志中是否存在其他错误或警告。

CSIAK2091E There is an overlapping file lock error while trying to access the file "file".

解释

同一进程中有多个线程尝试访问指定的文件。

操作

请检查日志中是否存在其他错误或警告。

CSIAK2092I Message queue server configuration has changed. Reloading the configuration.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2092E There was an error while attempting to initialize the RabbitMQ client server configuration class "class".

解释

初始化 RabbitMQ 服务器的客户机配置时发生意外错误。

操作

请检查客户机配置的格式和内容是否正确。 请检查日志中是否存在其他错误或警告。

CSIAK2093E There was an error while attempting to initialize the RabbitMQ client publisher configuration class "class".

解释

初始化 RabbitMQ 发布程序的客户机配置时发生意外错误。

操作

请检查客户机配置的格式和内容是否正确。 请检查日志中是否存在其他错误或警告。

CSIAK2094I Recovering the message file "file" from disk for republishing.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2095W Event client version 1 event types are deprecated and are no longer supported. Your service must switch to publishing version 2 events or risk interruption in event delivery.

解释

服务正在尝试发送不推荐的事件类型,因此收到警告,声明很快将不再支持此事件类型。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2096E The System cannot execute the task as no task was passed to the background task executor service.

解释

系统无法执行任务。 任务可能为 Null。

操作

请参阅日志文件以获取有关此事件的其他信息。

CSIAK2097E The background task executor service is not running. No tasks can be added to the thread pool.

解释

系统无法执行任务。 线程池服务未运行。

操作

请参阅日志文件以获取有关此事件的其他信息。

CSIAK2098W The system was not able to update user last login fields of logged in user userid of tenant tenant.

解释

用户已成功登录,但无法设置上次登录属性。

操作

请参阅应用程序日志文件以获取其他信息。

CSIAK2099E Missing information prevents updating the last login attributes of user "user" of tenant tenantname. Specified login realm, realm. Specified login type, logintype.

解释

提交的登录成功信息不完整或无效,无法更新用户上次登录字段。 无法更新用户的上次登录信息。

操作

请参阅应用程序日志以了解导致此情况的任何其他错误。

CSIAK2100E Encoding "value" to encoding failed.

解释

无法对该值编码。

操作

请参阅应用程序日志以了解导致此情况的任何错误。

CSIAK2101W The API response object is Null.

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2102W Failed to perform lookup for tenant "tenant" on path "path".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2103W The following error was returned from the API when attempting to perform a lookup on tenant "tenant": "response". Event: "event".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2104W Failed to lookup user field: "value". Lookup failed tenant "tenant".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2105W Failed to lookup user attribute. No value was found in the attribute "field". Event: "event".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2106I Succeeded in lookup for tenant "tenant" on path "path". Value: "value".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2107W Failed to load value from the cache for attribute: "value".

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2800E The JSON property [property] received an invalid type of [type]. The expected type was [expectedType].

解释

对于此属性传入了无效的类型。

操作

发送包含期望的类型值的 JSON 有效内容。

CSIAK2801E The additional JSON property [property] is not allowed. Send only known properties in the request.

解释

在请求中发送了无效的属性。

操作

发送包含已知属性的 JSON 有效内容。

CSIAK2802E The required JSON property [property] is missing from the request.

解释

请求中缺少必需的属性。

操作

发送包含必需属性的 JSON 有效内容。

CSIAK2803E The JSON property [property] requires the property [requiredProperty] to be included in the JSON. This property is missing from the request.

解释

请求中缺少必需的属性。

操作

发送包含必需属性的 JSON 有效内容。

CSIAK2804E The JSON property [property] was received with a value of [value]. The minimum value allowed is [minimumValue].

解释

指定的值小于允许的最小值。

操作

发送至少包含最小属性值的 JSON 有效内容。

CSIAK2805E The JSON property [property] was received with a value of [value]. The maximum value allowed is [maximumValue].

解释

指定的值超过允许的最大值。

操作

发送包含最大属性值或更小值的 JSON 有效内容。

CSIAK2806E The JSON property [property] was received with a value of [value]. The minimum number of items allowed is [minimumItems].

解释

未收到最小项数。

操作

发送至少包含最小项数的 JSON 有效内容。

CSIAK2807E The JSON property [property] was received with a value of [value]. The maximum number of items allowed is [maximumItems].

解释

已超出最大项数。

操作

发送不超过最大项数的 JSON 有效内容。

CSIAK2808E The JSON property [property] has an invalid schema pattern of [pattern].

解释

在无效的模式中输入了正则表达式模式。

操作

使用有效的正则表达式模式。

CSIAK2809E The string for JSON property [property] with a value of [value] does not match the pattern of [pattern].

解释

在无效的模式中输入了正则表达式模式。

操作

使用有效的正则表达式模式。

CSIAK2810E The length of string property [property] is less than the allowed minimum length. The length received was [length]. The minimum allowed length is [minimumLength].

解释

未满足此属性必需的最小字符串长度。

操作

针对此属性提供至少为最小长度的字符串值。

CSIAK2811E The length of string property [property] is more than the allowed maximum length. The length received was [length]. The maximum allowed length is [maximumLength].

解释

已超出此属性的最大必需字符串长度。

操作

针对此属性提供小于最大长度的字符串值。

CSIAK2812E The property [property] contains a value with an unsupported value type of [value]. Supported values are [expectedValues].

解释

不支持输入的值类型。

操作

针对此属性提供支持的值类型。

CSIAK2813E The string property [property] is not in the correct format. The correct format is [format].

解释

字符串属性值的格式不正确。

操作

针对此字符串属性提供正确格式。

CSIAK2814E The number of decimal places in property [property] with a value of [value] is greater than the allowed maximum of [maximum].

解释

已超出最大小数位数。

操作

提供小于最大小数位数的值。

CSIAK2815E The instance type of [type] specified for property [value] is not allowed.

解释

不允许指定的实例类型。

操作

提供属性允许的实例类型。

CSIAK2816E The URI for the property [property] does not start with [value].

解释

指定的属性值不是以约束 URI 开头。

操作

提供以必需的 URI 开头的属性值。

CSIAK2817E The property array [property] can only contain unique items.

解释

数组包含并非全都唯一的项。

操作

传递唯一的属性数组项。

CSIAK2818E The value [value] specified for property [property] is not divisible by [expectedNumber].

解释

输入的值不可被指定的数字整除。

操作

传递可被指定的数字整除的值。

CSIAK2819E The value [value] specified for property [property] exceeded the maximum allowed amount of [maximumAllowed].

解释

输入的值大于允许的最大值。

操作

传递小于最大允许值的值。

CSIAK2820I Compiling javascript file [javascript file].

解释

对于此消息,没有其他信息可用。

操作

请参阅《维护与故障诊断指南》,了解有关评估系统健康状况的建议。

CSIAK2821E The JSON validator is not initialized. See previous log entries for more information.

解释

编译 JSON 验证器时发生错误。 有关更多信息,请参阅先前的日志条目。

操作

CSIAK2822E The value for JSON property [property] is null. Null values are not allowed.

解释

不允许传入的 JSON 属性值。

操作

传入非 null 的值。

CSIAK4200E Properties file is not accessible.

解释

尝试读取配置文件 /config/eoagent.properties 失败。

操作

请验证 EnvOps 代理程序配置。

CSIAK4201E Properties file not found.

解释

尝试读取配置文件 /config/eoagent.properties 失败。

操作

请验证 EnvOps 代理程序配置。

CSIAK4202E Failed to parse eoagent.port property.

解释

/config/eoagent.properties 中的 eoagent.port 属性无效。

操作

请验证 EnvOps 代理程序配置。

CSIAK4203E Failed to resolve eoagent.master property.

解释

/config/eoagent.properties 中的 eoagent.master 属性中的主机无效。

操作

请验证 EnvOps 代理程序配置。

CSIAK4204E Failed to start keepalive thread: reason.

解释

无法启动保持活动线程。

操作

请验证 EnvOps 代理程序配置。

CSIAK4205E Failed to create tenant tenant: reason.

解释

无法创建租户

操作

请检查 Data Power 和 Softlayer DNS 访问权。

CSIAK4206E Failed to update tenant tenant: reason.

解释

无法更新租户

操作

请检查 Data Power 和 Softlayer DNS 访问权。

CSIAK4207E Failed to delete tenant tenant: reason.

解释

无法删除租户

操作

请检查 Data Power 和 Softlayer DNS 访问权。

CSIAK4208E Failed to suspend tenant tenant: reason.

解释

无法暂挂租户

操作

请检查 Data Power 和 Softlayer DNS 访问权。

CSIAK4209E Failed to resume tenant tenant: reason.

解释

无法恢复租户

操作

请检查 Data Power 和 Softlayer DNS 访问权。

CSIAK4210E Timeout while getting response from primary server.

解释

与 EnvOps 代理程序主实例的连接失败

操作

请检查 Envops 代理程序的主实例是否正在运行

CSIAK4211E Failed to receive a keepalive message: reason.

解释

Envops 代理程序实例之间的连接有问题

操作

请检查两个实例是否正在运行。

CSIAK4212E Invalid keepalive message received from origin, length length.

解释

收到的包的长度无效

操作

请检查包的源

CSIAK4213E Failed to send a keepalive message: reason.

解释

Envops 代理程序实例之间的连接有问题

操作

请检查两个实例是否正在运行。

CSIAK4214I The state of the standby agent was changed from standby to idle.

解释

备用代理程序已完成租户消息处理

操作

无任何操作。

CSIAK4215I The state of the agent was changed from idle to standby.

解释

备用代理程序已完成租户消息处理

操作

无任何操作。

CSIAK4216E The state of the primary agent is invalid: state..

解释

主代理程序的状态不是预期状态。

操作

请重新启动代理程序。

CSIAK4217E The state of the both primary and standby agents is primary

解释

主代理程序和备用代理程序的状态都不是预期状态。

操作

请重新启动代理程序。

CSIAK4218W The state of the primary agent is not in sync with standby.

解释

主代理程序和备用代理程序的状态都不是预期状态。

操作

无任何操作。

CSIAK4219E The state of the keepalive request is invalid: state.

解释

收到的保持活动包无效。

操作

请重新启动代理程序。

CSIAK4220I The state of the agent was changed from idle to primary.

解释

主代理程序开始处理租户消息。

操作

无任何操作。

CSIAK4221E The state of the primary agent was changed from idle to primary by timeout.

解释

主代理程序开始处理租户消息。

操作

请检查备用代理程序是否正在运行。

CSIAK4222I The primary agent is waiting for standby agent to complete.

解释

主代理程序正在等待备用代理程序完成。

操作

无任何操作。

CSIAK4223E The primary agent has switched state from state to primary.

解释

原始状态为意外状态,因此已更改为“主要”。

操作

无任何操作。

CSIAK4224I The primary agent has switched state primary to idle.

解释

主代理程序已完成租户消息处理。

操作

无任何操作。

CSIAK4225E The primary agent has switched unexpected state state to idle.

解释

主代理程序已完成租户消息处理。 此时代理程序的状态无效。

操作

无任何操作。

CSIAK4226E The response to standby agent has timestamp received instead of sent.

解释

一些保持活动消息已丢失。

操作

无任何操作。

CSIAK4227E The response to standby agent has invalid state state while expecting idle.

解释

来自主代理程序的响应无效。

操作

请重新启动主代理程序。

CSIAK4228I The standby agent has changed state to idle.

解释

备用代理程序的状态已更改为“空闲”。

操作

无任何操作。

CSIAK4229I The standby agent has changed state to standby.

解释

备用代理程序的状态已更改为“备用”。

操作

无任何操作。

CSIAK4231E The standby agent is requesting an invalid state state

解释

备用代理程序请求的状态无效。

操作

请重新启动备用代理程序。

CSIAK4232E The standby agent is requesting an invalid state state

解释

备用代理程序请求的状态无效。

操作

请重新启动备用代理程序。

CSIAK4233E The standby agent has switched to standby state because of primary agent keepalive timeout.

解释

备用代理程序将开始处理租户消息。 主代理程序的状态未知。

操作

请检查主代理程序。

CSIAK4234E The standby agent has switched to standby state because of primary agent timeout.

解释

备用代理程序将开始处理租户消息。 主代理程序未完成处理。

操作

请检查主代理程序。

CSIAK4235W DataPower: configuration parameter parameter is not set. Data Power module would not be activated

解释

未配置 Data Power 连接。

操作

请检查连接参数是否正确。 这可能并不是错误。 如果必须更新配置,那么必须重新启动代理程序

CSIAK4236E DataPower: configuration parameter parameter is not set. Data Power module would not be activated

解释

未正确配置 Data Power 连接。

操作

请更新配置,然后重新部署代理程序。

CSIAK4237E DataPower: datapower: The SLM Credential Class slmclass has been created for tenant tenant

解释

找不到 Data Power SLM 凭证类,因此已创建该凭证类。

操作

无任何操作。

CSIAK4238E DataPower: datapower: the returned JSON object is corrupted: json

解释

Data Power 返回了损坏的 JSON 对象。

操作

请检查 Data Power。

CSIAK4239E DataPower: datapower: the tenant tenant is a member of more than one SLM Credential Class

解释

租户与两个或多个 SLM 凭证类相关联

操作

请检查 Data Power 配置。

CSIAK4240E DataPower: datapower: the response from server is invalid

解释

来自 Data Power 服务器的响应不是有效的 JSON

操作

请检查 Data Power 配置。

CSIAK4241I DataPower: datapower: the tenant tenant is not associated with class slmclass anymore

解释

已从 SLM 凭证类主机列表中除去该租户

操作

无任何操作。

CSIAK4242E DataPower: datapower: the tenant tenant removal from class slmclass has failed

解释

在 SLM 凭证类中找不到要从该类中除去的租户

操作

请重复该租户操作。

CSIAK4243I DataPower: datapower: the tenant tenant is already associated with class slmclass anymore

解释

无需更新 Data Power 配置

操作

无任何操作。

CSIAK4244E DataPower: datapower: the response from server is invalid for class slmclass

解释

来自 Data Power 服务器的响应不是有效的 JSON 对象

操作

请检查 Data Power 配置。

CSIAK4245I DataPower: datapower: the SLM Credential Class slmclass was updated with tenant tenant

解释

已更新 SLM 凭证类

操作

无操作

CSIAK4246W DataPower: datapower: the update of the SLM Credential Class slmclass with tenant tenant has no effect

解释

对 SLM 凭证类执行部分更新无效

操作

无任何操作。

CSIAK4247E DataPower: datapower: the update of the SLM Credential Class slmclass with tenant tenant has no effect

解释

对 SLM 凭证类执行完全更新无效

操作

请查看 Data Power 日志并检查配置

CSIAK4248I DataPower: datapower: the tenant tenant is not associated with any SLM Credential Class

解释

无需从 SLM 凭证类中删除租户

操作

无任何操作。

CSIAK4249E DataPower: datapower: The configuration was not saved

解释

未保存配置

操作

请查看先前的错误消息,以了解失败原因。

CSIAK4250I DataPower: datapower: The configuration was saved

解释

已保存配置

操作

无任何操作。

CSIAK4251E DataPower: datapower: The HTTP method command have returned NotFound for path

解释

JSON 更新在 Data Power 上找不到该路径

操作

请检查 Data Power 配置。

CSIAK4252E DataPower: datapower: The HTTP method command have returned return code code for path

解释

JSON 更新失败。

操作

请检查 Data Power 配置。

CSIAK4253E DataPower: datapower: The HTTP method command have returned IO error ( exception ) for path

解释

JSON 更新失败。

操作

请检查 Data Power 配置和连接。

CSIAK4254E DataPower: datapower: The HTTP GET command have returned NotFound for path

解释

REST GET 在 Data Power 上找不到该路径

操作

请检查 Data Power 配置。

CSIAK4255E DataPower: datapower: The HTTP GET command have returned return code code for path

解释

REST GET 失败。

操作

请检查 Data Power 配置。

CSIAK4256E DataPower: datapower: The HTTP method command have returned IO error ( exception ) for path

解释

JSON 更新失败。

操作

请检查 Data Power 配置和连接。

CSIAK4257E DataPower: Parameter parameter with value (value) is invalid

解释

配置参数无效

操作

请更新配置,然后重新部署代理程序。

CSIAK4258E DataPower: SLM Credential class slmclass: duplicate parameter parameter

解释

配置参数无效

操作

请更新配置,然后重新部署代理程序。

CSIAK4259E DataPower: No SLM Credential classes configured

解释

配置参数无效

操作

请更新配置,然后重新部署代理程序。

CSIAK4260W DataPower: The tenant message for tenant has no tcp.limit parameter

解释

租户消息没有配置事务数限制

操作

需要时,请更新租户配置。

CSIAK4261E DataPower: The tenant message for tenant has invalid tcp.limit parameter (tcplimit)

解释

租户消息配置的事务数限制无效

操作

请更新租户配置。

CSIAK4262W DataPower: The tenant message for tenant has tcp.limit parameter (tcplimit) which is above configured in Data Power

解释

租户消息已配置事务数限制,但该限制大于 Data Power 调速限制。

操作

请更新租户或 Data Power 配置。

CSIAK4263E Parameter param is not found in configuration file

解释

未设置必需参数

操作

请更新配置,然后重新部署代理程序。

CSIAK4264E Parameter truststore.password is too short

解释

必需参数 truststore.password 的长度应该大于 2 个字符

操作

请更新配置,然后重新部署代理程序。

CSIAK4265E Failed to initialize truststore: reason

解释

信任库初始化失败

操作

请更新配置,然后重新部署代理程序。

CSIAK4266E Softlayer DNS: The property property is not set, the SL DNS module would be skipped

解释

此参数是 Softlayer DNS 模块的必需参数

操作

如果需要 Softlayer DNS 模块,请更新配置,然后重新部署代理程序。

CSIAK4267E Softlayer DNS: The property property has invalid value (value), the SL DNS module would be skipped

解释

此参数是 Softlayer DNS 模块的必需参数

操作

如果需要 Softlayer DNS 模块,请更新配置,然后重新部署代理程序。

CSIAK4268E Softlayer DNS: The domain domain not found

解释

DNS 域未与帐户相关联

操作

请更新配置,然后重新部署代理程序。

CSIAK4269E Softlayer DNS: The domain domain not found for id id

解释

DNS 域未与对象标识相关联。

操作

请更新配置,然后重新部署代理程序。

CSIAK4270E Softlayer DNS: login to service has failed

解释

代理程序无法登录

操作

请检查与服务的连接。 需要时,请更新配置,然后重新部署代理程序。

CSIAK4271E Softlayer DNS: access to account service has failed

解释

代理程序无法访问帐户服务

操作

请检查与服务的连接。 需要时,请更新配置,然后重新部署代理程序。

CSIAK4272I Softlayer DNS: the new DNS record was created for the tenant tenant

解释

为租户创建了新的 DNS 记录

操作

无任何操作。

CSIAK4273E Softlayer DNS: the DNS record for tenant was not updated as it has type type

解释

只有 CNAME 记录可更新

操作

SoftLayer DNS 记录必须通过门户网站进行更新

CSIAK4274I Softlayer DNS: the DNS record for tenant is already defined

解释

DNS 记录已具有正确的值

操作

无操作

CSIAK4275E Softlayer DNS: creation of the DNS record for tenant has failed

解释

DNS 记录创建失败

操作

请检查连接和 Softlayer DNS 帐户设置

CSIAK4276E Softlayer DNS: update of the DNS record for tenant by id id is not allowed

解释

DNS 记录更新失败

操作

请检查连接和 Softlayer DNS 帐户设置

CSIAK4277E Softlayer DNS: update of the DNS record for tenant has failed

解释

DNS 记录更新失败

操作

请检查连接和 Softlayer DNS 帐户设置

CSIAK4278I Softlayer DNS: DNS record for tenant has been updated

解释

已更新 DNS 记录

操作

无操作

CSIAK4279I Softlayer DNS: the DNS record for tenant is already deleted

解释

要对其执行删除操作的 DNS 记录已不存在

操作

无操作

CSIAK4280E Softlayer DNS: delete of the DNS record for tenant has failed

解释

DNS 记录删除失败

操作

请检查连接和 Softlayer DNS 帐户设置

CSIAK4281I Softlayer DNS: DNS record for tenant has been deleted

解释

已删除 DNS 记录

操作

无操作