gpt4 book ai didi

java - 部署ear时EntityManagerFactory在Weblogic中关闭

转载 作者:行者123 更新时间:2023-12-02 10:06:32 25 4
gpt4 key购买 nike

我有两个单独的ear 文件,它们使用在其persistence.xml 中定义的相同持久性单元。在 Weblogic 12.2.1.3 中部署第二个 Ear 文件时,出现以下错误:

weblogic.application.ModuleException: java.lang.IllegalStateException: Attempting to execute an operation on a closed EntityManagerFactory. at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:123) at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114) at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:212) at weblogic.application.internal.flow.ModuleStateDriver$2.next(ModuleStateDriver.java:207) at weblogic.application.utils.StateMachineDriver$ParallelChange.run(StateMachineDriver.java:83) at weblogic.work.ContextWrap.run(ContextWrap.java:46) at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:670) at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:352) at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:337) at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:57) at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41) at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:644) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:415) at weblogic.work.ExecuteThread.run(ExecuteThread.java:355)

我在Weblogic中找不到有关EntityManagerFactory生命周期的任何信息。为什么 EntityManagerFactory 可能会从 weblogic 中关闭。谁能给出有关该问题的提示或我可以找到更多信息的链接。

ear 文件包含标准 JEE7 SOAP Web 服务,该服务使用 JPA、JTA 和 eclipse link 2.5.2 作为 JPA 引擎。

最佳答案

这是 weblogic 错误。请参阅有关 Oracle 支持的文档 ID 2502618.1。

Oracle 支持人员建议的解决方案:

作为解决方案,应用补丁 29154575作为解决方法:禁用并行部署应用程序模块功能。禁用此功能将确保应用程序的各个模块按顺序激活,避免竞争条件。

关于java - 部署ear时EntityManagerFactory在Weblogic中关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55301698/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com