【发布时间】:2012-05-17 22:31:06
【问题描述】:
我正在尝试在 Oracle Web Logic Server 10.3.4 上配置 Coherence 3.7,但是当我尝试使用 eclipse 在服务器上运行应用程序时,出现以下错误。
,任务“14”的 ID 为“1336561103127”。错误是:“weblogic.application.ModuleException:不存在支持存储的节点>用于服务分布式会话” weblogic.application.ModuleException:服务分布式会话不存在启用存储的节点 在 weblogic.servlet.internal.WebAppModule.activateContexts(WebAppModule.java:1497) 在 weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:438) 在 weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:375) 在 weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52) 在 weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:95) 截断。查看日志文件以获取完整的堆栈跟踪 原因:com.tangosol.net.RequestPolicyException:服务 DistributedSessions 不存在启用存储的节点 在 com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.o>nMissingStorage(PartitionedCache.CDB:32) 在 com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.s>endStorageRequest(PartitionedCache.CDB:11) 在 com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.a>ddIndex(PartitionedCache.CDB:11) 在 com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.add>Index(PartitionedCache.CDB:1) 在 com.tangosol.coherence.component.util.SafeNamedCache.addIndex(SafeNamedCache.CDB:1) 截断。查看完整堆栈跟踪的日志文件
应用程序“_auto_generated_ear_”。> nMissingStorage(PartitionedCache.CDB:32) 在 com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.s>endStorageRequest(PartitionedCache.CDB:11) 在 com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.a>ddIndex(PartitionedCache.CDB:11) 在 com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.add>Index(PartitionedCache.CDB:1) 在 com.tangosol.coherence.component.util.SafeNamedCache.addIndex(SafeNamedCache.CDB:1) 截断。查看完整堆栈跟踪的日志文件
我检查了缓存启动脚本并在其中启用了本地存储,但它仍然不起作用。 有人可以为我提供在 Weblogic Server(在 Web 控制台和应用程序中)上配置一致性缓存的正确步骤,或者建议我收到此错误的可能原因。
【问题讨论】:
标签: caching weblogic portal oracle-coherence