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/ . |
Explanation | 未启用 Work Area 服务。在给定的客户机或服务器上,Work Area 服务将不可访问。 |
Action | 用户无需执行任何操作。 |
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/ . |
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/ . |
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/ . |
Explanation | 在运行时,给定的 Work Area 分区遇到错误。根据错误的严重性,在服务器方法调用返回或客户机进程终止前,可能会阻止服务执行。 |
Action | 请验证是否已严格遵循 Work Area 编程模型。 |
Explanation | Work Area 服务在运行时遇到严重错误,可能已导致用户数据损坏;此服务将被阻塞,直到能够恢复正确的状态(能够清除线程)为止。例如,当客户机进程终止时、当 Servlet 进程终止时或者当 EJB 方法调用返回时。 |
Action | 请验证是否已严格遵循 Work Area 编程模型。 |
Explanation | 用户代码已开始,但未正确完成服务器进程的 Servlet 或 Bean 中的 Work Area。在这种情况下,Work Area 服务将尝试完成已放弃的 Work Area,但是最终由用户负责遵循 Work Area 编程模型。 |
Action | 请验证是否已严格遵循 Work Area 编程模型。 |
Explanation | 用户代码已暂挂,但未正确恢复服务器进程的 Servlet 或 Bean 中的 Work Area。在这种情况下,Work Area 服务将尝试恢复已放弃的 Work Area,但是最终由用户负责遵循 Work Area 编程模型。 |
Action | 请验证是否已严格遵循 Work Area 编程模型。 |
Explanation | Work Area 服务已经为业务作好准备。 |
Action | 用户无需执行任何操作。 |
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/ . |
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/ . |
Explanation | 您可以设置可以发送的 Work Area 的大小。要完成此任务,可以使用服务器上的管理控制台设置 maxSendSize,也可以在客户机上设置系统属性 com.ibm.ws.workarea.maxSendSize,例如将其设置为 67891。如果将此系统属性设置为不正确的值,例如“abc”,那么将显示此警告消息。 |
Action | 设置 maxSendSize 的有效数字,请参阅 WorkArea 文档,以获得有效值。 |
Explanation | 您可以设置可以接收的 Work Area 的大小。要完成此任务,可以使用服务器上的管理控制台设置 maxReceiveSize,也可以在客户机上设置系统属性 com.ibm.ws.workarea.maxReceiveSize,例如将其设置为 67891。如果将此系统属性设置为不正确的值,例如“abc”,那么将显示此警告消息。 |
Action | 请对 maxReceiveSize 设置有效的数值,请参阅 Work Area 文档以了解有效的值。 |
Explanation | 在服务器启动期间,服务可创建 Work Area 分区。但是,在服务器启动后,如果服务尝试创建分区,那么将导致发生异常。 |
Action | 在启动服务器之前,请创建 Work Area 分区。 |
Explanation | 未启用给定的 Work Area 分区。在给定的客户机或服务器上,指定的分区将不可访问。 |
Action | 如果需要使用给定的 Work Area 分区,那么请将其启用。 |
Explanation | 指定的 Work Area 分区已经为业务作好准备。 |
Action | 用户无需执行任何操作。 |
Explanation | Work Area 分区名必须唯一。如果尝试创建名称已存在的分区,那么将导致发生异常。 |
Action | 请创建具有唯一名称的 Work Area 分区。 |
Explanation | 找不到所请求的 Work Area 分区。未正确地指定名称,或者未创建该分区或未能成功地创建该分区。 |
Action | 请验证是否已成功地创建具有指定名称的 Work Area 分区。如果该分区不存在,那么请根据需要创建该分区。 |
Explanation | 分区名字段不能为空。 |
Action | 请输入适当的非空分区名。 |
Explanation | 只能在受控边界内或者以受控方式访问 Work Area。非法访问的示例包括(但不局限于):1)尝试完成由另一个进程开始的 Work Area。2)尝试除去由另一个进程设置的上下文。3)尝试在开始 Work Area 前将上下文设置到 Work Area 分区。 |
Action | 请验证是否已严格遵循 Work Area 编程模型,并请参阅 Work Area 文档。 |
Explanation | 只能在有效容器的生命周期内访问 Work Area。有效容器的示例包括(但不限于):1) EJB,2) Web。 |
Action | 请验证是否仅在有效容器的生命周期内对 Work Area 服务发出请求。 |