【发布时间】:2012-01-04 18:07:52
【问题描述】:
我有一个 JSF 2 + Spring 3 应用程序,目前正在部署到集群的 WebSphere 7 环境中。服务器被配置为用于会话处理的内存到内存复制。在应用程序上运行测试时,生成的常见异常如下:
[1/3/12 20:34:48:784 EST] 0000003c WASSession E MTMBuffWrapper storeObject SESN0200E: Caught Exception while trying to serialize.
[1/3/12 20:34:48:785 EST] 0000003c WASSession E MTMHashMap handlePropertyHits SESN0202E: Failed to replicate attribute com.sun.faces.renderkit.ServerSideStateHelper.LogicalViewMap
您知道这意味着什么以及如何解决吗?谢谢。
【问题讨论】:
标签: jsf websphere session-state websphere-7 session-replication