Explanation | 使已超时的数据库会话失效时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 使已超时的数据库会话失效时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 使用“基于时间的写”时,会话超时必须至少是“写时间间隔”的 3 倍。已临时更正会话超时。 |
Action | 请更新会话管理器配置值,以使会话超时至少是“基于时间的写时间间隔”的 3 倍。 |
Explanation | 处理数据库中存储的 HttpSessionBindingListener 时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 使用企业 bean(EJB)Handle 获取 EJB 对象时发生错误。先前已对会话添加 EJBObject。从该 Handle 发出 getEJBObject 方法时发生 RemoteException。 |
Action | 请参阅 EJB 文档。 |
Explanation | 使用企业 bean(EJB)Home Handle 获取 EJB Home 时发生错误。先前已对会话添加 EJBHome。从 Handle 发出 getEJBHome 时发生 RemoteException。 |
Action | 请参阅 EJB 文档。 |
Explanation | 获取初始上下文时发生错误。先前已对会话添加 InitialContext。重新构造 javax.naming.InitialContext 方法时发生 NamingException。 |
Action | 请参阅命名服务器文档以获取关于此错误消息的信息。 |
Explanation | 获取 EJB Home 时发生错误。已对会话添加 EJBHome。发出 getHomeHandle 方法时发生 RemoteException。 |
Action | 请参阅 EJB 文档。 |
Explanation | 获取 EJB Handle 时发生错误。已对会话添加 EJBObject。发出 getHandle 方法时发生 RemoteException。 |
Action | 请参阅 EJB 文档。 |
Explanation | 已将 javax.naming.Context 添加到会话,对 javax.naming.Context 发出 getEnvironment() 时发生 RemoteException。 |
Action | 请参阅命名服务器文档以获取关于此错误消息的信息。 |
Explanation | 尝试从数据库反序列化会话对象导致发生 ClassNotFoundException。要反序列化的对象必须包含在所有可访问该会话的 JVM 的类路径中。 |
Action | 请更新类路径,以使要反序列化的属性包含在应用程序的类路径中。 |
Explanation | 尝试从数据库中除去会话时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试使数据库中的会话失效时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试轮询数据库以获取无效会话时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试获取与数据库的连接时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 发生数据库错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 会话数据可能太大而无法序列化。 |
Action | 请减少放入会话的数据,或者考虑对会话管理器配置多行数据库方式。 |
Explanation | 尝试将会话存储到数据库时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试将会话插入数据库时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试获取已配置的数据源时发生错误。 |
Action | 请确保正确地配置数据源。当会话管理器持久性处于启用状态时,会话管理器配置必须包含有效的数据源。 |
Explanation | 尝试从数据库中读取会话的应用程序数据对象时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试初始化数据库时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试对来自后端的会话对象进行反序列化时,发生 ClassNotFoundException。要反序列化的对象必须包含在所有可访问该会话的 JVM 的类路径中。 |
Action | 请更新类路径,以使要反序列化的属性包含在应用程序的类路径中。 |
Explanation | 对于数据库列,会话数据可能太大。 |
Action | 将较少的数据放置到会话中,或考虑配置会话管理器以具有多行数据库方式。 |
Explanation | 在调用 getValue 或 getAttribute 方法以便从数据库中读取值时,发生异常。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 将应用程序数据更改存储到数据库时发生错误。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 当尝试以会话最近一次访问时间更新数据库时,检测到异常。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 尝试访问数据库时,检测到异常。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 已成功初始化 DRS 中 Http 会话支持的 z/OS 控制器服务。 |
Action | 此消息仅供参考。 |
Explanation | 在指定方法中捕获到异常。 |
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 | 在创建 DRSControllerProxy 时,指定的方法捕获到异常。 |
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 | 在创建 DRSControllerProxy 引用时,指定的方法捕获到异常。 |
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 | 在指定的方法中,对 joinHAGroup 的调用返回 null。 |
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 | 在创建回调时,指定的方法捕获到异常。 |
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 | 向所指定方法传递了一个空 entryKey 参数。尝试创建条目被异常终止。 |
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 | 指定的方法为 value 参数传递了空值。尝试创建条目被异常终止。 |
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 | 在控制区域中创建 DRS 实例时,指定的方法捕获到远程异常。 |
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 | 在控制区域中创建 DRS 实例时,指定的方法捕获到异常。 |
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 | 在控制区域中创建 SessionContext 组实例时,指定的方法捕获到异常。 |
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 | 指定的方法为 DRSBootstrapMsg 参数传递了空值。 |
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 | 指定的方法为 event 参数传递了空值。 |
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 | 指定的方法无法为指定的标记获取代理。 |
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 | 指定的方法无法将标记转换为字节数组。 |
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 | 指定的方法无法将事件转换为字节数组。 |
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 | 指定的 HttpSessDRSControllerVars DRS 实例接收到事件 REPLICATION_UP。 |
Action | 此消息仅供参考。 |
Explanation | 指定的 HttpSessDRSControllerVars DRS 实例接收到事件 REPLICATION_DOWN。 |
Action | 此消息仅供参考。 |
Explanation | 指定的 HttpSessDRSControllerVars DRS 实例接收到事件 IS_CONGESTED。 |
Action | 此消息仅供参考。 |
Explanation | 指定的 HttpSessDRSControllerVars DRS 实例接收到事件 NOT_CONGESTED。 |
Action | 此消息仅供参考。 |
Explanation | 在指定的方法中,从 entryKey 转换的字符串键为 null。 |
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 | 服务方已注册,但标记出现在未注册的表中。 |
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 | 服务方已注册,但标记未出现在已注册的表中。 |
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 | 服务方未注册,但标记出现在已注册的表中。 |
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 | 查询实例时返回的上下文为 null。 |
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 | 指定的方法为 token 参数传递了空值。 |
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 | 指定的方法传递了一个标记以添加已经存在的标记。 |
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 | 指定的标记与 tmp2 中的标记不匹配。 |
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 | 未能将返回的字节数组转换为对象。 |
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 | 返回的字节数组为 null。 |
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 | 指定的方法无法为指定的标记创建代理。 |
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 | 在非控制区域环境中调用了指定方法。 |
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 | 所指定 stoken 和标识的上下文为 null。 |
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 | 无法获取 stoken 的未注册条目。 |
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 | 找不到 stoken 的未注册条目。 |
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 | 指定的方法为 GroupName 参数传递了空值。 |
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 | 指定的方法无法创建控制区域实例。 |
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 | 对 registerServant 的调用返回 null。 |
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 | 指定的 stoken 与 stokenTest 标记不匹配。 |
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 | 指定的 stoken 不在标记数组中。 |
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 | 处理标记时,指定的方法发生 instanceOffset 错误。 |
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 | 对 confirmServantRegistration 的调用返回 null。 |
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 | 在指定的方法中,从 value 参数转换的会话为 null。 |
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 | 未正确地创建会话数据库表。 |
Action | 请以手动方式删除该表。 |
Explanation | 尝试启动本地事务时发生错误。 |
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 | 清除本地事务时发生错误,导致该事务回滚。 |
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 | 无法立即保存该会话,原因是它当前正被某个 Servlet 访问。“基于时间的写程序”线程下次运行时将保存该会话。 |
Action | 此消息仅供参考。 |
Explanation | 已获取空数据库连接。 |
Action | 如果发生 SQLException,那么请参阅环境的相应数据库文档。并且,请确保已正确地配置会话管理器的数据源。 |
Explanation | 无法访问 ComponentMetaDataAccessor。 |
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 | 指定的属性对于数据库而言太大。 |
Action | 请减小该属性的大小,或者不要将其存储在会话中。 |
Explanation | 指定此应用程序的“内存到内存”复制方式。 |
Action | 此消息仅供参考。 |
Explanation | 已启用“序列化会话访问”功能,并已将其配置为不允许在发生超时后进行访问。 |
Action | 请检查可能由于转储应用程序服务器的线程而导致挂起的应用程序。请考虑增大超时值或允许会话在发生超时后进行访问。 |
Explanation | 无法访问 CoreStack 服务并加入 HAGroup。 |
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 | 在 zOS 上创建会话后备存储器时发生错误。 |
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 | 无法建立此会话的 zOS 服务方亲缘关系。 |
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 | 无法释放此会话的 zOS 服务方亲缘关系。 |
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 | 未从 server.xml 获取服务器标识。 |
Action | 必要时,请更正配置。 |
Explanation | 获取 zOS 服务器标识时出错 |
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 | 此 zOS 服务器基本部件将复制会话数据以便服务方进行故障转移。 |
Action | 此消息仅供参考。 |
Explanation | 未能将对象序列化。 |
Action | 请确保对象可序列化。 |
Explanation | 未能对属性进行序列化。 |
Action | 请确保对象可序列化。 |
Explanation | 未能对属性进行序列化。 |
Action | 请确保对象可序列化。 |
Explanation | 会话属性名不能与数据库多行配置中的会话标识匹配。 |
Action | 请更改会话属性名,以便保存该属性。 |
Explanation | 应用程序服务器找不到已定义的复制域。 |
Action | 请创建该复制域并重新启动服务器,或者对所有应用程序禁用内存到内存会话复制功能。 |
Explanation | 表中的会话索引似乎是在 Application Server 外部创建的。 |
Action | 请删除该索引,然后重新启动 Application Server。 |