WebSphere Application Server messages
             Operating Systems: AIX, HP-UX, IBM i, Linux, Solaris, Windows, z/OS


ACWA

ACWA0001E: 未在任何搜索的目录中找到消息键 {0}。
Explanation 已将键传递到 WorkAreaMessages 类中以解析成字符串,但找不到此语言环境的属性文件,并且也无法检索相应的消息。
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/ .
ACWA0002I: 在 {0} 上未启用 WorkArea 服务。
Explanation 未启用 Work Area 服务。在给定的客户机或服务器上,Work Area 服务将不可访问。
Action 用户无需执行任何操作。
ACWA0003I: 由于先前的错误导致在 {0} 上禁用 WorkArea 服务。
Explanation Work Area 服务在初始化期间发生错误。在给定的客户机或服务器上,此服务将不可访问。原始错误应已记录。当用户尝试查找 WorkArea 服务时,将会显示此消息。
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/ .
ACWA0004E: Work Area 分区:{0},未能解析 {1} 上的 ActivityService。
Explanation Work Area 服务未能解析客户机/服务器 ORB 的 ActivityService。请验证该进程是否包含 activity.jar 和 activityImpl.jar 文件。
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/ .
ACWA0005E: {0} 上还未初始化 ORB。
Explanation 用户尝试在 ORB 初始化完毕前访问 Work Area 服务。
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/ .
ACWA0006E: {1} 上 WorkArea 分区 {0} 发生意外的异常,导致服务终止。
Explanation 在运行时,给定的 Work Area 分区遇到错误。根据错误的严重性,在服务器方法调用返回或客户机进程终止前,可能会阻止服务执行。
Action 请验证是否已严格遵循 Work Area 编程模型。
ACWA0007E: 因为 {0} 上先前的错误,导致无法访问 WorkArea 分区 {1} 中的 WorkArea。
Explanation Work Area 服务在运行时遇到严重错误,可能已导致用户数据损坏;此服务将被阻塞,直到能够恢复正确的状态(能够清除线程)为止。例如,当客户机进程终止时、当 Servlet 进程终止时或者当 EJB 方法调用返回时。
Action 请验证是否已严格遵循 Work Area 编程模型。
ACWA0008I: {0} 上 WorkArea 分区 {1} 中的 WorkArea 留在未完成状态。
Explanation 用户代码已开始,但未正确完成服务器进程的 Servlet 或 Bean 中的 Work Area。在这种情况下,Work Area 服务将尝试完成已放弃的 Work Area,但是最终由用户负责遵循 Work Area 编程模型。
Action 请验证是否已严格遵循 Work Area 编程模型。
ACWA0009I: {0} 上 WorkArea 仍然未恢复
Explanation 用户代码已暂挂,但未正确恢复服务器进程的 Servlet 或 Bean 中的 Work Area。在这种情况下,Work Area 服务将尝试恢复已放弃的 Work Area,但是最终由用户负责遵循 Work Area 编程模型。
Action 请验证是否已严格遵循 Work Area 编程模型。
ACWA0010I: {0} 上 WorkArea 服务已就绪
Explanation Work Area 服务已经为业务作好准备。
Action 用户无需执行任何操作。
ACWA0011I: {1} 上的 WorkArea 分区 {0} 无法导入未知格式的数据。
Explanation 由于上下文的格式未知,因此无法对流入 Work Area 分区的上下文取消编组。格式未知可能表明版本不兼容。
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/ .
ACWA0012I: WorkArea 分区 {1} 中 {0} 上的 ActivityService 无法从更高级别的客户机导入上下文。
Explanation 应用程序服务器被版本更高的客户机调用。这些发行版中,上下文的格式已发生更改。导入的上下文可能是 Work Area 上下文,也可能是其他某种上下文。为了支持在 Application Server V4.0 服务器与版本高于 4.0 的 Application Server 客户机之间进行互操作,必须应用适当的服务包。注意,如果客户机请求确实包含 Work Area 属性,那么不会将这些属性导入服务器进程中。
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/ .
ACWA0013I: 为 maxSendSize 传递的值在 WorkArea 分区 {0} 上无效。传递的属性为 {1}。将使用 {2} 的缺省值代之。
Explanation 您可以设置可以发送的 Work Area 的大小。要完成此任务,可以使用服务器上的管理控制台设置 maxSendSize,也可以在客户机上设置系统属性 com.ibm.ws.workarea.maxSendSize,例如将其设置为 67891。如果将此系统属性设置为不正确的值,例如“abc”,那么将显示此警告消息。
Action 设置 maxSendSize 的有效数字,请参阅 WorkArea 文档,以获得有效值。
ACWA0014I: 为 maxReceiveSize 传递的值在 WorkArea 分区 {0} 上无效。传递的属性为 {1}。将使用 {2} 的缺省值代之。
Explanation 您可以设置可以接收的 Work Area 的大小。要完成此任务,可以使用服务器上的管理控制台设置 maxReceiveSize,也可以在客户机上设置系统属性 com.ibm.ws.workarea.maxReceiveSize,例如将其设置为 67891。如果将此系统属性设置为不正确的值,例如“abc”,那么将显示此警告消息。
Action 请对 maxReceiveSize 设置有效的数值,请参阅 Work Area 文档以了解有效的值。
ACWA0015I: 服务器 {0} 已启动,因此创建分区 {1} 的请求被拒绝。仅在服务器启动期间,才能创建 WorkArea 分区。一旦启动服务器后,新建 WorkArea 分区的请求将被拒绝。
Explanation 在服务器启动期间,服务可创建 Work Area 分区。但是,在服务器启动后,如果服务尝试创建分区,那么将导致发生异常。
Action 在启动服务器之前,请创建 Work Area 分区。
ACWA0016I: {1} 上的 WorkArea 分区 {0} 未启用。
Explanation 未启用给定的 Work Area 分区。在给定的客户机或服务器上,指定的分区将不可访问。
Action 如果需要使用给定的 Work Area 分区,那么请将其启用。
ACWA0017I: {1} 上的 WorkArea 分区 {0} 已就绪
Explanation 指定的 Work Area 分区已经为业务作好准备。
Action 用户无需执行任何操作。
ACWA0018E: 已创建名为 {0} 的 WorkArea 分区。分区名必须是唯一的。
Explanation Work Area 分区名必须唯一。如果尝试创建名称已存在的分区,那么将导致发生异常。
Action 请创建具有唯一名称的 Work Area 分区。
ACWA0019I: 找不到名为 {0} 的 WorkArea 分区。验证是否已成功创建指定名称的分区。
Explanation 找不到所请求的 Work Area 分区。未正确地指定名称,或者未创建该分区或未能成功地创建该分区。
Action 请验证是否已成功地创建具有指定名称的 Work Area 分区。如果该分区不存在,那么请根据需要创建该分区。
ACWA0020I: WorkArea 分区名 {0} 无效。请使用适当的名称。
Explanation 分区名字段不能为空。
Action 请输入适当的非空分区名。
ACWA0021I: 非法访问名称为 {0} 的 WorkArea 分区,它超出了 {1} 上的 WorkArea 服务的正常操作边界。
Explanation 只能在受控边界内或者以受控方式访问 Work Area。非法访问的示例包括(但不局限于):1)尝试完成由另一个进程开始的 Work Area。2)尝试除去由另一个进程设置的上下文。3)尝试在开始 Work Area 前将上下文设置到 Work Area 分区。
Action 请验证是否已严格遵循 Work Area 编程模型,并请参阅 Work Area 文档。
ACWA0022I: 在这种特殊情况下,在有效容器(如 EJB/Web)的生命周期外发出了使用 WorkArea 服务的请求,这是 WorkArea 服务所不允许的。
Explanation 只能在有效容器的生命周期内访问 Work Area。有效容器的示例包括(但不限于):1) EJB,2) Web。
Action 请验证是否仅在有效容器的生命周期内对 Work Area 服务发出请求。
Reference topic    

Terms of Use | Feedback

Last updated: Oct 21, 2010 8:32:57 PM CDT
http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.messages.doc/com.ibm.ws.workarea.resources.acwa.html

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