CHFW

CHFW0801E: 存在多个类型为 {0} 的工厂实例
Explanation 每个唯一的工厂类型应该只有一个已配置实例。
Action 请使用管理应用程序或命令行脚本编制工具来除去类型相同的重复实例。
CHFW0802E: 存在多个名为 {0} 的通道
Explanation 通道实例必须有唯一的名称(区分大小写)。
Action 请使用管理应用程序或命令行脚本编制工具以赋予通道唯一的名称。
CHFW0803E: 存在多个名为 {0} 的链
Explanation 链实例必须有唯一的名称(区分大小写)。
Action 请使用管理应用程序或命令行脚本编制工具以赋予链唯一的名称。
CHFW0804E: 当前链 {0} 没有任何成员通道
Explanation 链必须至少有一个成员通道。
Action 请使用管理应用程序或命令行脚本编制工具将至少一个通道添加到有问题的链。
CHFW0805E: 链 {0} 具有不兼容的通道类型 {1} 和 {2},它们彼此相邻
Explanation 发射/接受接口必须与链中下一个通道的接受/发射接口相匹配。
Action 请使用管理应用程序或命令行脚本编制工具来对通道进行重新排序或将新通道添加到有问题的链。
CHFW0806E: 通道 {0} 没有名称。
Explanation 每个通道必须有唯一的名称。
Action 请使用管理应用程序或命令行脚本编制工具来对通道进行重新排序或将新通道添加到有问题的链。
CHFW0807E: 无法将 {0} 装入到验证类型 {1}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0808E: 用于验证类型 {1} 的类 {0} 不是 {2} 的扩展类
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0809E: 无法创建 {0} 的实例来验证类型 {1}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0810W: 配置中通道工厂不存在
Explanation 当前没有已配置的通道工厂。
Action 不需要
CHFW0811W: 配置中通道不存在
Explanation 当前没有已配置的通道。
Action 不需要
CHFW0812W: 配置中链不存在
Explanation 当前没有已配置的链。
Action 不需要
CHFW0813E: 验证 ChannelFrameworkService 时捕获异常:{0}
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0814E: 找不到 {0} 的通道类型信息
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0815E: 未指定类型 {0} 的验证器
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0816E: 入站通道 {0} 没有区分权重。
Explanation 该区分权重是将调用某一通道所在的优先级,用来确定在端口共享在使用时,它是否是已接收数据的所需目标。数字越小,优先级越高。任何非负数均有效,且通常使用介于 0 - 100 之间的值。
Action 在 {0} 上设置区分权重。
CHFW0817E: 入站通道 {0} 的 {1} 的区分权重无效。
Explanation 该区分权重是将调用某一通道所在的优先级,用来确定在端口共享在使用时,它是否是已接收数据的所需目标。数字越小,优先级越高。任何非负数均有效,且通常使用介于 0 - 100 之间的值。
Action 在 {0} 上设置有效区分权重。
CHFW0818E: 链 {0} 没有名称。
Explanation 每个链必须有唯一名称。
Action 请使用管理应用程序或命令行脚本编制工具来对通道进行重新排序或将新通道添加到有问题的链。
CHFW0819E: 链 {1} 中的通道 {0} 与链中首个通道的流动方向不同。
Explanation 链中所有的通道必须朝同一方向流动。
Action 请将 {0} 替换为按相反方向流动的相应通道类型。
CHFW0820E: 无法确定 {0} 的通道类型信息。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0821E: 链 {1} 的首个通道({0})不是连接器通道。
Explanation 入站通道链必须用连接器通道作为首个通道。
Action 使用链 {1} 中的连接器通道替换 {0}。
CHFW0822E: 入站链 {1} 的最后一个通道({0})不是接受方通道。
Explanation 入站通道链必须用接受方通道作为最后一个通道。
Action 使用链 {1} 中的接受方通道替换 {0}。
CHFW0823E: 链 {1} 包含多个通道 {0}。
Explanation 通道只能在链中的某个位置发生。
Action 除去链 {1} 中出现的多余 {0}。
CHFW0824E: 找不到 {0} 的通道工厂类型信息
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0825E: 因为找不到一个或多个通道的通道类型,链 {0} 一致性检查失败。
Explanation This exception is unexpected. The cause is not immediately known.
Action If the problem persists, additional information might be available if you search for the message ID on the following Web sites: WebSphere Application Server Support page: http://www.ibm.com/software/webservers/appserv/was/support/ WebSphere Application Server for z/OS Support page: http://www.ibm.com/software/webservers/appserv/zos_os390/support/ .
CHFW0826E: 链 {1} 中的最后一个通道({0})不是连接器通道。
Explanation 出站通道链必须用连接器通道作为最后一个通道。
Action 使用链 {1} 中的连接器通道替换 {0}。
Reference topic    

Terms and conditions for product documentation | Feedback

Last updated: Apr 17, 2017 8:21:16 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.channel.resources.channelframeworkvalidation.html

© Copyright IBM Corporation 2006, 2011. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)