【发布时间】:2018-10-27 15:32:01
【问题描述】:
我们在 weblogic A 服务器中配置了一个桥接器,它从另一个 weblogic 服务器 B 队列中挑选消息并将其放入 Weblogic A 队列中。
然而,我们突然在 wevblogic 日志中收到以下异常,并且网桥无法从 Weblogic Server B 队列中挑选消息。
<May 16, 2018 9:30:54 AM IST> <Warning> <MessagingBridge> <BEA-200026>
<Bridge "AAA" encountered problems in one of its adapters or underlying
systems. It stopped transferring messages and will try to reconnect to
the adapters shortly. (The exception that occurred was
weblogic.transaction.RollbackException: Aborting prepare because the
following resources could not be assigned: WLStore_WLS_AdminServerPLT)>
我尝试了以下解决方案,但都没有奏效。
1) 从 Weblogic A 控制台清除 Persistence Store 并退回服务器
2) 在 Weblogic A 中创建另一个 Persistence 存储,并使用新创建的存储在 JMS 服务器中的 Persistence。
【问题讨论】:
标签: jms weblogic12c